You need to use PdfCopyFields if you use fields. If not using fields the only advantage of PdfCopy is that it's more memory efficient. You also have PdfCopyFields.setOutlines() but will have to use the iText version at itextpdf.sf.net.
Best Regards, Paulo Soares > -----Original Message----- > From: Jason Mosher - hotmail [mailto:[EMAIL PROTECTED] > Sent: Monday, June 07, 2004 5:32 PM > To: Paulo Soares; [EMAIL PROTECTED] > Subject: PdfCopy vs PdfCopyFields > > Here is my situation: > > I use PdfCopyFields to concatenate many PDFs with form fields > that could > have identical field names on them. However, I don't see > anyway to add > bookmarks. So, I looked at PdfCopy and see the setOutlines > function exists, > however, I get an error with the concatenated document. The > first PDF file > in the concatenation works, but the rest of the files in the > concatenation > causes Adobe to error out whenever I hover over the form fields now. > > It looks like I need to use PdfCopy b/c PdfCopyFields does > not support the > setOutlines function or can I still use PdfCopyFields or am I > using PdfCopy > incorrectly? > > Thanks in advanced. > > Jason > ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
