Federico Alba wrote: > By the way, when I try the same using a *PdfCopy *instead of > *PdfStamper*, on SetFontAndSize I get the following exception: /"Content > can not be added to a PdfImportedPage."/. > Is there a way to obtain the same result with pdfcopy?
The error message says it all: content can't be added when using PdfCopy; /unless/ you use PageStamp. See for instance: http://1t3xt.info/examples/browse/?page=example&id=382 -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
