You may have named destinations and that won't work as is. You'll have to convert them first to real page destinations with PdfReader.consolidateNamedDestinations().
Best Regards, Paulo Soares > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Andrew McLaughlin > Sent: Friday, May 21, 2004 5:30 PM > To: [EMAIL PROTECTED] > Subject: Re: [iText-questions] Embedded links lost > > Has anyone been able to process a pdf document using PdfCopy that had > embedded links, that worked? > > Andrew > > > On May 21, 2004, at 5:16 AM, Paulo Soares wrote: > > > PdfCopy can only be used to assemble pages not to add new > content to a > > page. If you want to add new content you'll have to use PdfStamper. > > Version 0.96 is very old. Use the version at itextpdf.sf.net. > > > > Best Regards, > > Paulo Soares > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... > Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id149&alloc_id�66&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
