Op 2/04/2012 10:19, Michel Onoff schreef: > Just out of curiosity, I tried the brand new latest release of iText but > the result does not change: with the code below (adapted from section > 6.2 of the iText book) the OCGs somehow are not transferred correctly. Er... I quote p193 Table 6.1 item PdfWriter: "The major downside is that all interactive features of the imported page (...) are lost in the process." OCG is an interactive feature, so it gets lost. You haven't told us what you're trying to do, but in any case: you're using the wrong class! Why aren't you using PdfStamper?
------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
