[iText-questions] Combine Multiple PDF files with master table of contents

2005-05-17 Thread Jared Davis
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

[iText-questions] Rotated Text Not Printing

2005-04-07 Thread Jared Davis
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

RE: [iText-questions] newbie: itext PdfCopy and PdfWriter

2003-06-05 Thread Jared Davis
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

[iText-questions] newbie: itext PdfCopy and PdfWriter

2003-06-05 Thread Jared Davis
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