Re: [iText-questions] Reading annotations from one PDF and incorporating into another PDF

2011-09-08 Thread 1T3XT BVBA
On 8/09/2011 0:14, Juan Sola wrote: The problem I am having is that the annotations from the original documents are getting lost. The final document does not contain any annotations from the original documents. Is there a way to copy the annotations from one PDF file to another using

Re: [iText-questions] Question about iText PDF and RTF.

2011-09-08 Thread Horst Wetzel
Me Myself and I stargate7thsymbol at live.co.uk writes: old RTF implementation questions.I am trying to get hold of the java .jar file (and any further jars required)for the most recent, up to date version of the java iText liibrarywhich was/is entirely open source and did not have any

Re: [iText-questions] Question about iText PDF and RTF.

2011-09-08 Thread Bruno Lowagie
On 8/09/2011 9:58, Horst Wetzel wrote: Me Myself and Istargate7thsymbolat live.co.uk writes: old RTF implementation questions. Hello Horst, I didn't see any new info in your answer to Zachary's question. Zachary (aka Me, Myself and I) makes two assumptions that are wrong: - itext

[iText-questions] Getting extra blank pages randomly

2011-09-08 Thread Prashanth Palleti
Hi, we are using iText V2.1.7.When we are generating PDF we are randomly getting some blank pages in the PDF document.Please help me out on this if any one had come across this type of issue or any idea on how to approach this issue. Thanks Prashanth -- If at first you don't succeed, call it

Re: [iText-questions] Getting extra blank pages randomly

2011-09-08 Thread 1T3XT BVBA
On 8/09/2011 11:36, Prashanth Palleti wrote: Hi, we are using iText V2.1.7. A version that is no longer supported. When we are generating PDF we are randomly getting some blank pages in the PDF document. The only reason I can think of is wrong use of page events. Of course, if you've read

Re: [iText-questions] Getting extra blank pages randomly

2011-09-08 Thread Alexis Pigeon
Hi Prashanth, On 8 September 2011 11:36, Prashanth Palleti prashanth...@gmail.com wrote: Hi, we are using iText V2.1.7.When we are generating PDF we are randomly getting some blank pages in the PDF document.Please help me out on this if any one had come across this type of issue or any idea

Re: [iText-questions] Question about iText PDF and RTF.

2011-09-08 Thread Amedee Van Gasse
On Thu, September 8, 2011 10:40, Bruno Lowagie wrote: On 8/09/2011 9:58, Horst Wetzel wrote: Me Myself and Istargate7thsymbolat live.co.uk writes: old RTF implementation questions. Hello Horst, I didn't see any new info in your answer to Zachary's question. Zachary (aka Me, Myself

Re: [iText-questions] Set font style with FontFacotory.GetFont() or iTextFont.SetStyle?

2011-09-08 Thread Paulo Soares
They are not equivalent. The first will get you a proper bold font (if available), the second will make a normal weight font bolder artificially. The result is very different. Paulo From: George Li [mailto:g...@varicent.com] Sent: Tuesday, September 06, 2011

[iText-questions] PDF header signature not found

2011-09-08 Thread hanmant
Hello Everyone, I am using itextpdf-5.1.2, to watermark pdf documents. Some of Pdf documents read by PdfReader correctly but for some Pdf documents it raise an exception PDF header signature not found. Bellow is my servlet code... { String fileName = http://myservername/abc.pdf;; // this

Re: [iText-questions] PDF header signature not found

2011-09-08 Thread 1T3XT BVBA
On 8/09/2011 13:50, hanmant wrote: As suggested in other posts, I opened those Pdf in notepad++. Every Pdf starts with %PDF-1.4 or %PDF-1.5 These files open in acrobat reader, no issues with this. Where did you get those PDFs from? Did you go to http://myservername/abc.pdf using a browser, or