Re: [iText-questions] Adding empty signatures to a table

2010-05-23 Thread QuietRiot
Anyway you could be more specific? I might be extremely off here with my guess.. PdfFormField field = PdfFormField.createSignature(writer); field.setWidget(new Rectangle(0, 0, 200, 20), PdfAnnotation.HIGHLIGHT_INVERT); field.setFieldName("mySig"); field.setFlags(PdfAnnotation.FLAGS_PRINT); pdfPC

[iText-questions] How To: Add Rows to table, but don't go to next page

2010-05-23 Thread William K. Goodbody
I am trying to add enough rows a table to fill up 1 page, but not overflow the page. How (and where) do I detect when the page is full so I can stop? Thanks, Bill From: Cameron Laird [mailto:claird.visipr...@gmail.com] Sent: Sunday, May 23, 2010 10:52 AM To: Post all your questions abo

Re: [iText-questions] iText - nameddest over specified content

2010-05-23 Thread Cameron Laird
On Sat, May 22, 2010 at 10:28 AM, 1T3XT BVBA wrote: > On 05/22/2010 05:05 PM, noemie wrote: > > Hello, > > > > I'd like to add content to an existing pdf file in order to be able to > open > > it with the 'nameddest' option. > > > > For example, I have a string in my document, let say "Note" and

[iText-questions] Read a portable collection

2010-05-23 Thread Christoph Thodte
Hello, my question is how can I read the seperates pdfs from a pdf portable collection? I only find an examplw for writing. Can somebody give me an advice Regards, Christoph -- __

[iText-questions] Read a portable collection

2010-05-23 Thread Christoph Thodte
Hello, my question is how can I read the seperates pdfs from a pdf portable collection? I only find an examplw for writing. Can somebody give me an advice Regards, Christoph -- __