[iText-questions] regarding iText2.1.4 manipulating PDF

2009-01-27 Thread Eric Lim WT
hi, i am presently testing out iText to manipulate some ver 1.5 PDF, The end result PDF is version 1.4. Is there a way to retain the PDF version as the PDF that i am working on is meant for newspaper publishing, and the end result quality cannot be compromised. Thanks alot.

Re: [iText-questions] Email Notifications

2009-01-27 Thread Howard Shank
Follow this link and at the bottom is where you unsubscribe https://lists.sourceforge.net/lists/listinfo/itext-questions Howard Shank - Original Message From: arnieAustin To: itext-questions@lists.sourceforge.net Sent: Tuesday, January 27, 2009 1:37:10 PM Subject: [iText-questions] E

[iText-questions] Email Notifications

2009-01-27 Thread arnieAustin
I'm sorry to post this here, but here is where it started and nothing else seems to work. I have requested no more emails from Nabble and the continue to come. There is no setting that I can find at the user account level to disable them. Short of canceling my account, how do I turn them off? I

[iText-questions] Table cells border appear evem when BorderWidth is set to 0 when background is transparent

2009-01-27 Thread tlc
I have a table where its cells background are partially transparent. The cells' background are set using a CellEvent (see http://www.nabble.com/Different-transparency-for-cells-in-PdfPtable-td21511310.html). However, there is a border drawn for the cells even when I set the borderWidth and bord

Re: [iText-questions] java.io.IOException: Rebuild failed: trailer not found.; Original message: null

2009-01-27 Thread Alexis Pigeon
Hi Anil, On 27/01/2009, Anil Meesala (HCL Financial Services) wrote: > > I am getting the following error,while executing this statement > > java.io.IOException: Rebuild failed: trailer not found.; Original message: > null > pdfReader = *new* PdfReader(*templateDirName*+pdfTemplate); > > where *

[iText-questions] java.io.IOException: Rebuild failed: trailer not found.; Original message: null

2009-01-27 Thread Anil Meesala (HCL Financial Services)
I am getting the following error,while executing this statement java.io.IOException: Rebuild failed: trailer not found.; Original message: null pdfReader = new PdfReader(templateDirName+pdfTemplate); where templateDirName="where my templates are there(ex:/export/enterprise-docs/templa

[iText-questions] Adding Comments stored in xfdf to a pdf file using itext

2009-01-27 Thread udai
I am trying to add comments stored in an xfdf file to a pdf document. The option that have is to use PdfStamper class through addComments function, which only accepts fdf files. Is there any other way to do this? I have also tried the following code, which always throws a nullpointer exception.

[iText-questions] Adding comments stored in xfdf to a pdf file

2009-01-27 Thread Udai Al-Mulla
I am trying to add comments stored in an xfdf file into a pdf file. I tried using AddComments function available in PdfStamper class; however, it is only limited to uploading fdf files. I have also tried the following code, which always through a nullpointerexception in the last line: PdfReader