[iText-questions] Alternative text for images

2009-10-21 Thread Juan Antonio Mayol
Hi, I have a pdf created with Adobe Acrobat 9, I am trying to access the alternate text for images of this document, but always appears as null. This is the code I'm using: PdfReader reader = new PdfReader(c:\\tmp\\textoAlternativo.pdf); for (int i = 0; i reader.getXrefSize(); i++) {

Re: [iText-questions] Alternative text for images

2009-10-21 Thread 1T3XT info
Juan Antonio Mayol wrote: Hi, I have a pdf created with Adobe Acrobat 9, I am trying to access the alternate text for images of this document, but always appears as null. Read the PDF Reference or ISO-32000. The alternative text isn't part of the image bytes! Alternative text is added using

Re: [iText-questions] Modifying the value of forms in a PDF document, update!

2009-10-21 Thread Brown, Berlin [GCG-PFS]
I am able to read the PDF document and all of that works fine. I am NOW having a problem trying to position NEW text near an existing form field. ColumnText ct = new ColumnText(canvas); float[] f = form.getFieldPositions(Text2); ct.setSimpleColumn(f[1], f[2], f[3], f[4]); For example, with

Re: [iText-questions] Modifying the value of forms in a PDF document, update!

2009-10-21 Thread 1T3XT info
Brown, Berlin [GCG-PFS] wrote: For example, with this code, the setSimpleColumn doesn't seem to be in a position I want. Your questions up till now didn't get much response because they are phrased in a rather autistic way (I know because I'm an autist myself). You say the setSimpleColumn

[iText-questions] iText Font

2009-10-21 Thread Greg Tomkins
Good Afternoon, I do not see this question covered anywhere: I want to have a basic table but (in some cases) I want the size of the font used to render text within cells to shrink to fit the column width, rather than wrap onto a second line or otherwise expand the size of the cell. Any thoughts

Re: [iText-questions] PDF signature validation problems

2009-10-21 Thread Paulo Soares
There's a method in AcroFields to check if the signature covers all the document. If it doesn't you may flag it as invalid. Paulo -Original Message- From: Áurea Alcaide [mailto:aalca...@catcert.cat] Sent: Wednesday, October 21, 2009 5:16 PM To: itext-questions@lists.sourceforge.net

Re: [iText-questions] iText Font

2009-10-21 Thread 1T3XT info
Greg Tomkins wrote: Good Afternoon, I do not see this question covered anywhere: I want to have a basic table but (in some cases) I want the size of the font used to render text within cells to shrink to fit the column width, rather than wrap onto a second line or otherwise expand the

[iText-questions] How to set the page number of a specific page?

2009-10-21 Thread Sorin Marti
Hi all I have a generated document where I like to have a table of contents with page links. This works fine when i generate the toc as last page and then reorder the pages, shifting the last page (toc) to the second (page after title page). Right after creating the document and getting the

Re: [iText-questions] Help

2009-10-21 Thread thulasi ram
Thanks for ur response. I have one more issue. I have multipage color tiff, while i'm using Image.*getInstance write to pdf file always getting single page pdf file.* ** *If i'll use *Image.*getInstance i can able to read color tiff images but i'm not able to create multipage pdf file.* *If I'll

Re: [iText-questions] Modifying the value of forms in a PDF document, update!

2009-10-21 Thread Brown, Berlin [GCG-PFS]
From: Brown, Berlin [GCG-PFS] Sent: Wednesday, October 21, 2009 10:22 AM To: Brown, Berlin [GCG-PFS]; 'itext-questions@lists.sourceforge.net' Cc: 'Berlin Brown' Subject: RE: Modifying the value of forms in a PDF document, update! I am able to read the PDF

Re: [iText-questions] Help

2009-10-21 Thread Mark Storer
If you want each image to be on its own page, you should call document.newPage() after document.add(). --Mark Storer Senior Software Engineer Cardiff.com #include disclaimer typedef std::DisclaimerCardiff DisCard; -Original Message- From: thulasi ram

Re: [iText-questions] Help

2009-10-21 Thread Paulo Soares
Use class com.lowagie.text.pdf.codec.TiffImage to get all the images inside the tiff. Paulo -Original Message- From: thulasi ram [mailto:pthulasi...@gmail.com] Sent: Wednesday, October 21, 2009 8:11 PM To: Post all your questions about iText here Subject: Re: [iText-questions]

Re: [iText-questions] Help

2009-10-21 Thread thulasi ram
Thanks, I'll try. Using getInstance(read); how can i loop the page.Can any one send me sample code its more useful for me. Thanks, Ram On Wed, Oct 21, 2009 at 5:39 PM, Paulo Soares psoa...@glintt.com wrote: Use class com.lowagie.text.pdf.codec.TiffImage to get all the images inside the

[iText-questions] Vertical barcode

2009-10-21 Thread Eric Chow
Hello, How can I add a vertical 128 barcode in PDF using iText Java? Best regards, Eric -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year.