[iText-questions] newPage() not throwing exception

2007-01-28 Thread mister bean
The Javadocs for newPage() state: Throws: DocumentException - when a document isn't open yet, or has been closed However, in my unit tests I am finding that when Document is closed, the newPage() call does not raise a Document exception. I can step through the code and see that the

Re: [iText-questions] placing pdfptable on existing pdfpage and inbetween the texts.

2007-01-28 Thread Bruno Lowagie
KUMAR PRASHANT wrote: i want to place pdfptable on an existing pdf page.which i am using as a template.there are texts written on the page.in http://page.in between of them i want to insert the table.can anyone help me plz. You need PdfStamper, getOverContent and

Re: [iText-questions] Documentation error in newPage() ?

2007-01-28 Thread Bruno Lowagie
mister bean wrote: In the Javadoc for Document.newPage(), it says iText throws a DocumentException if newPage() is called on a closed document. My unit tests cannot reproduce this behavior. I'll have a look and see if I can reproduce it. Moreover the source code from Document.java indicates

Re: [iText-questions] Converting PDF form to HTML form

2007-01-28 Thread Dirk.Weigenand
Michael Dolgonos [EMAIL PROTECTED] writes: Hi, I know this question was asked before but I couldn't find if it has been resolved. I have a PDF file that contains a form and would like to convert it into an HTML file that will contain a form with the same field types - text, check boxes

Re: [iText-questions] Create RTF file with greek char

2007-01-28 Thread Mark Hall
On Friday 26 January 2007 22:15, Henry Lu wrote: How do I add greek characters in to my RTF file when I am generating a RTF file? Add them with '\u' with the correct unicode value for the characters you wish to add. Greetings, Mark -- You're currently going through a difficult transition

Re: [iText-questions] Please Help with weird issue

2007-01-28 Thread mike smith
Hi, Thanks for your help. I have tried to do what you said, but when I tried it, I always ran into some error (e.g Page getting cut off or other text showing up that I don't want). I have attached a sample file for you to look at (see attachment in original mail message). The sample file

[iText-questions] Optional content in iTextSharp and related functionality

2007-01-28 Thread Ignacio Ruiz-de-Conejo
Hello: I´m adding optional content in a layer using the PdfLayer() function. I´m using the iTextSharp porting for .NET, and I don´t see there two of the functions that the Java implementation includes, in particular the one that sets the default visibility status( PDFLayer.setOn(bool)), and the

Re: [iText-questions] Optional content in iTextSharp and relatedfunctionality

2007-01-28 Thread Paulo Soares
If you don't find a method try a property without the set/get prefix. Paulo - Original Message - From: Ignacio Ruiz-de-Conejo [EMAIL PROTECTED] To: iText-questions@lists.sourceforge.net Sent: Sunday, January 28, 2007 10:03 PM Subject: [iText-questions] Optional content in iTextSharp and

Re: [iText-questions] placing pdfptable on existing pdfpage and inbetween the texts.

2007-01-28 Thread KUMAR PRASHANT
Dear Bruno, i am sending my code in which i am trying to place a pdfptable on existing pdf.this existing pdf has multiline text.i have to place the table in between the text.with this code there is no compile time error nor any runtime error.it creates one pdf WriteSelecredRow.but

[iText-questions] Inserting Hidden fields into a PDF document

2007-01-28 Thread Tom Bevan
Could someone please post a snippet of code that demonstrates how to insert a hidden field into a PDF document? Whenever I add a field which is not written out it just seems to wipe out the entire form. Thanks. Tom This email and any files transmitted with it may be