[iText-questions] extracting the annotations

2006-08-27 Thread jerry
Hello, I want to read the annotations from an existing PDF, is its possible with iText ? If, yes please send me a sample code. If this is a repeated question please forgive me. Thanks and regards, jerry.christina. --

Re: [iText-questions] Footer rows

2006-08-27 Thread Ken
>>As far as I remember you add a footer using page events. >>You want to use a 3-row table in this footer.Well, then why don't you create a >>3-row PdfPTable and add it with writeSelectedRows?That's what I'm doing, using code from the examples. I don't see a constructor for PdfPTable that a

Re: [iText-questions] PDF Size

2006-08-27 Thread CG
I can't give out the 700K and 1.2M files, but I generated some example PDFs that illustrate the relative size differences. http://www.greetings2you.com/FreeHEP.pdf http://www.greetings2you.com/iText.pdf I appreciate you taking the time to address my question! Thank you! CG --- Paulo Soares <[E

Re: [iText-questions] PDF Size

2006-08-27 Thread Paulo Soares
There are many ways to generate a PDF and using the Graphics2D interface is not a good one. Post a link to both PDFs and we'll be able to tell you more. Paulo - Original Message - From: "CG" <[EMAIL PROTECTED]> To: Sent: Sunday, August 27, 2006 8:06 PM Subject: [iText-questions] PDF Si

[iText-questions] PDF Size

2006-08-27 Thread CG
The size of my pdfs are between 700K and 1.2Meg for a single page pdf compared to 150K to 300K when the same elements are rendered using the FreeHEP PDF libs. iText is faster and allows for a more predictable final result. I'd like to stick with iText. I'm using the Graphics2D interface for the lay

Re: [iText-questions] PdfStamper.close() and ZipOutputStream

2006-08-27 Thread Patrick Herber
It works very well! Thanks a lot Regards, Patrick > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Paulo Soares > Sent: Sunday, 27 August 2006 17:52 > To: Post all your questions about iText here > Subject: Re: [iText-questions] PdfStamper.close(

Re: [iText-questions] PdfStamper.close() and ZipOutputStream

2006-08-27 Thread Paulo Soares
stamp.getWriter().setCloseStream(false); Paulo - Original Message - From: "Patrick Herber" <[EMAIL PROTECTED]> To: Sent: Sunday, August 27, 2006 1:41 PM Subject: [iText-questions] PdfStamper.close() and ZipOutputStream > Hello! > > I'm using iText to put a watermark on existings PDF f

[iText-questions] PdfStamper.close() and ZipOutputStream

2006-08-27 Thread Patrick Herber
Hello! I'm using iText to put a watermark on existings PDF files. Here this function, which add the watermark on each page (I've used the example from the online tutorial): protected void writePdfWithWatermark(InputStream is, OutputStream os) throws Exception { PdfReader reader

Re: [iText-questions] New RTF code is depends on jdk 1.4

2006-08-27 Thread Mark Hall
Hi, ok, thanks. Greetings, Mark On Sunday 27 August 2006 12:17, Paulo Soares wrote: > I've already fixed it. I've also fixed some missing break in switch > statements and some extra \r in the source code. > > Paulo -- Executive ability is prominent in your make-up. My GPG public key is availa

Re: [iText-questions] New RTF code is depends on jdk 1.4

2006-08-27 Thread Paulo Soares
I've already fixed it. I've also fixed some missing break in switch statements and some extra \r in the source code. Paulo - Original Message - From: "Mark Hall" <[EMAIL PROTECTED]> To: Cc: "Paulo Soares" <[EMAIL PROTECTED]>; "Bruno Lowagie" <[EMAIL PROTECTED]> Sent: Sunday, August 27

Re: [iText-questions] New RTF code is depends on jdk 1.4

2006-08-27 Thread Mark Hall
Hi, sorry about this. I messed up my Eclipse settings. If you haven't done anything yet Paulo, I'll fix it this afternoon. Just ignore the package with the 1.4 code (com.lowagie.text.rtf.direct). Greetings, Mark On Saturday 26 August 2006 19:56, Paulo Soares wrote: > I'll fix this. > > Paulo >