James Beard wrote: > Hi there, > > I am trying to use iText to both write new info to a pdf (i.e. set crop > regions, rotate pages) using PdfWriter, but also want the copying > functionality of PdfCopy, so that I don't lose any annotations (e.g. > reference links, movies) that are contained in the PDF. > > Is there any way to combine these two classes so that I can write extra info > to a pdf but not lose these annotations?
Since one of the latest versions PdfCopy supports more functionality (for instance to add info). Moreover, stuff like setting crop regions can be done in PdfReader before the reader is used by PdfCopy. However, you'll have to be careful with rotating pages, I'm not entirely sure if the annotations will be rotated too. br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
