Hi,
I have 200+ existing pdf documents that I would like to combine into one pdf
file. The first couple of pages should be a table of contents that would allow
the user to click on a name and go to the correct page.
My plan was to use PdfStamper on each pdf file to place a new page number on
e
Hi,
The attached document displays correctly but the rotated text does not print
on my printer (HPDeskjet 1220C.)
The non-rotated text is printed correctly.
Is this my code, acrobat, printer, and/or an itext issue?
Regards,
Jared Davis
Pages from NB00573L.XML.pdf
Description: Adobe PDF
Attached is a new file that works well as far as I know. The trick was using
PdfWriter.addTemplate instead of PdfCopy.addPage().
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jared
Davis
Sent: Wednesday, June 04, 2003 3:54 PM
To: [EMAIL PROTECTED
Hi,
I would like to merge the contents of an existing pdf file in the middle of
a pdf being created using itext. I can't figure out how to get it to work.
Attached is Sample.java (4k) that has everything working except the addPDF
method.
What am I doing wrong?
Thanks,
Jared