Re: [iText-questions] Creating Bookmarks in merged PDF without inserting new pages

2008-10-23 Thread gr3yW0lf
JR Naylor wrote: > > I am new to iText and am trying to solve a problem I am encountering. I > have worked through the examples in the iText in Action book and haven't > been able to get this to work. > > Here is the problem: > I am merging 3 pdf's together into one using PdfCopy and I need to

Re: [iText-questions] Creating Bookmarks in merged PDF without inserting new pages

2008-06-23 Thread JR Naylor
Thank you very much. This is exactly what I needed. I did not consider creating my own HashMap with those parameters to build the outline without actually inserting PdfDestinations. That is the information I was missing. Thanks again! 1T3XT info wrote: > > JR Naylor wrote: >> I am merging

Re: [iText-questions] Creating Bookmarks in merged PDF without inserting new pages

2008-06-21 Thread 1T3XT info
JR Naylor wrote: > I am merging 3 pdf's together into one using PdfCopy and I need to build > bookmarks for the final pdf. For example, I merge doc1.pdf, doc2.pdf and > doc3.pdf and have to build nested bookmarks for the resulting pdf like so: > > doc1 > - doc1 page 1 > - doc1 page 2 > doc2 >

Re: [iText-questions] Creating Bookmarks in merged PDF without inserting new pages

2008-06-19 Thread William Rickards
Hi I used iTextSharp to do something similar I think. I needed to add a table of contents page and wanted bookmarks as well. I needed for the output a document (docReport) and pdfwriter (wrtReport). For the input pdf I need the pdfreader (rdrReport). I'll assume you can create those. First I crea

[iText-questions] Creating Bookmarks in merged PDF without inserting new pages

2008-06-19 Thread JR Naylor
I am new to iText and am trying to solve a problem I am encountering. I have worked through the examples in the iText in Action book and haven't been able to get this to work. Here is the problem: I am merging 3 pdf's together into one using PdfCopy and I need to build bookmarks for the final pd