RE: [iText-questions] Positioning Text with \n sign

2002-02-25 Thread Paulo Soares
Yes. If you are using PdfContentByte.showText() the text will move to the next line depending on the text state leading. You can also use ColumnText and have the advantage of other alignments. Best Regards, Paulo Soares -Original Message- From: Oleg Reebakov [SMTP:[EMAIL PROTECTED]]

[iText-questions] 'T m' outside text object

2002-02-25 Thread Pardey, Craig
Hi, I'm getting the following error the first time I scroll between the first and second pages of my generated PDF. It says Illegal operation 'T m' outside text object. Any ideas what might be causing this? I'm using PdfContentByte to write the PDF Craig

[iText-questions] (no subject)

2002-02-25 Thread ywang
As I read http://www.lowagie.com/iText/tutorial/ch01.html#readingPDF;, I need a java example for this sentence: If you have an existing PDF file that represents a form, you could copy the pages of this form and paint text at precise locations on this form Would you please provide me an example

[iText-questions] Forms and JavaScript

2002-02-25 Thread David Teran
Hi, is it possible to generate PDF Forms and if yes, could it be also possible to add javascript to the form fields? If no, is anyone already working on this? We need this feature and would like to work on this. regards, david ___ iText-questions

RE: [iText-questions] 'T m' outside text object

2002-02-25 Thread Paulo Soares
You are using the text matrix without calling first beginText(). Best Regards, paulo Soares -Original Message- From: Pardey, Craig [SMTP:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 15:06 To: '[EMAIL PROTECTED]' Subject: [iText-questions] 'T m' outside text object

RE: [iText-questions] (no subject)

2002-02-25 Thread Paulo Soares
You don't want an example, you want a solution. There are examples on reading PDFs and on writing text at precise positions. Do one after the other. The tutorial has all the information. Best Regards, Paulo Soares -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]