Re: [iText-questions] ErrorCode: 4000; Error Message: "Unrecognized PDF content" displayed in PDF/SigQ conformance report dialog box under View Document Integrity properties button under Legal Tab as

2007-10-23 Thread Leonard Rosenthol
No PDF attached :(. Leonard On Oct 23, 2007, at 3:48 PM, Gurpreet-Singh wrote: > > Hi, > > I am not able to solve this issue. I have attached the pdf file > along with > this mail. > > As i am not having adobe proffessional version, I cannot view the > exact > error. > > Please try opening i

Re: [iText-questions] detecting corrupt PDF files with iText

2007-10-23 Thread Sean Conlon
PdfReader reader reader = new PdfReader("yourFile.pdf" null); reader.isRebuilt(); I remember this had something to deal with determining whether the file was corrupt, but I read that a while back. Hope this at least leads you to the correct answer. -Original Message- From: [EMAIL

[iText-questions] detecting corrupt PDF files with iText

2007-10-23 Thread 021336
I am new to iText. Does iText have a built-in function for checking if a specified PDF file is corrupt (e.g., like getting page counts)? If not, I saw in another thread that looping through all the objects in the dictionary would throw an exception if the object is corrupt. Is this the recommen

Re: [iText-questions] ErrorCode: 4000; Error Message: "Unrecognized PDF content" displayed in PDF/SigQ conformance report dialog box under View Document Integrity properties button under Legal Tab as

2007-10-23 Thread Gurpreet-Singh
Hi, I am not able to solve this issue. I have attached the pdf file along with this mail. As i am not having adobe proffessional version, I cannot view the exact error. Please try opening in Adobe Reader proffessional and let me know how to correct this error asap. I have included the time st

Re: [iText-questions] one font containing all styles emulate bold, italic or bolditalic

2007-10-23 Thread Peter van Raamsdonk
I have tried the latest iText and the style emulation works perfectly. I see that no font replacement occurs. Truly excellent! Thx Paulo - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Post all your questions about iText here" Sent: Monday, October 22, 2007 5:07 PM

Re: [iText-questions] FW: iText

2007-10-23 Thread Sean Conlon
Paulo, Can I do all of these features through XML? For example: if I see from my InDesign XML that I have some Drop Caps, is there an iText XML format-like tag that supports this functionality? In theory, I would convert the InDesign XML into iText XML (including drop caps and all othe

Re: [iText-questions] yet another problem with vertical alignment

2007-10-23 Thread Paulo Soares
I don't see how you want to vertical align a line of text when the cell only has space for one line. Any alignment will look the same. Maybe you need PdfPCell.setUseAscender(). Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECT

Re: [iText-questions] FW: iText

2007-10-23 Thread Sean Conlon
Thank you for the timely response. I am going to start with an example of the Drop Caps. I have purchased the eBook, but have not found a good example or reference to this just yet. However, I bet it is user error on my part. What is this referred to in the iText world? Or is it simply a

Re: [iText-questions] yet another problem with vertical alignment

2007-10-23 Thread mniki25
Paulo, I do not want to increase the height of the row by adding new line characters to the second cell. All I would like to do is vertically align the first cell. If I add text only to the first cell, instead of a Chunk, it seems to respect the vertical alignment setting. Is there some othe

Re: [iText-questions] FW: iText

2007-10-23 Thread Paulo Soares
All that can be done. How it's done depends on the context but generaly you'll need ColumnText for the text manipulation. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Sean Conlon > Sent: Tuesday, October 23, 2007 4:27 PM > To: itext-qu

[iText-questions] FW: iText

2007-10-23 Thread Sean Conlon
I apologize, I should have started a new thread.. Hello, I am just starting to research whether iText is right for my company or not. Does iText handle the following: - Drop Caps (The ability to have the first letter of a word/sentence a larger size and a

[iText-questions] iText

2007-10-23 Thread Sean Conlon
Hello, I am just starting to research whether iText is right for my company or not. Does iText handle the following: - Drop Caps (The ability to have the first letter of a word/sentence a larger size and a different font) - Curves &

Re: [iText-questions] Barcode stays in cleartext

2007-10-23 Thread Paulo Soares
LiveCycle barcodes are not supported. It's not really rocket science but it's not there yet. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Gerold Krommer > Sent: Tuesday, October 23, 2007 3:58 PM > To: Post all your questions about iTex

Re: [iText-questions] Keep the permission settings after saving

2007-10-23 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Marco Galimberti > Sent: Tuesday, October 23, 2007 2:18 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Keep the permission settings after saving > > Hi All, > I want

[iText-questions] Barcode stays in cleartext

2007-10-23 Thread Gerold Krommer
Hello, I'm 100% sure I'm missing something stupid here, but I looked at my iText in Action book and also browsed the internet. Nadda. I have a LC form (so it is XFA) that has a single 3of9 barcode field. Im my code I set the value of the field and flatten the form. After this the field cont

[iText-questions] Keep the permission settings after saving

2007-10-23 Thread Marco Galimberti
Hi All, I want to implement the following scenario: 1) I have a document with pdf form created using Adobe LiveCycle Designer 8.0 with the following permissions: -- |Printing | Allowed

Re: [iText-questions] BuiltinFonts14 and PDFA1A - All the fonts must be embedded

2007-10-23 Thread Paulo Soares
If you buy the fonts you'll use them as any other external font. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, October 23, 2007 11:14 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iTex

Re: [iText-questions] PDF to image

2007-10-23 Thread Raju Jacob
you may try MultiValent regards Raju Sarath Dorbala wrote: > > Hello, > > You could use GhostScript. The following is the command I used. > > gswin32 -dSAFER -dBATCH -dNOPAUSE -sDEVICE=jpeg -sOutputFile=out-%d.jpg > -dFirstPage= -dLastPage= > > > If you need .png format you can use -sDEVIC

Re: [iText-questions] BuiltinFonts14 and PDFA1A - All the fonts must be embedded

2007-10-23 Thread hugo_de_almeida_cocharro
Bruno wrote: >max40 wrote: >> Why? >> So, I must always load my own fonts? >> Or which can I use? >You could buy Times Roman (I believe Adobe sells the font). >iText supports plenty of font types: TTF, OTF,... >Read chapter 8 of iText in Action for more info. >br, >Bruno Even if you have bough