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.
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
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
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
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 *
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
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.
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