>You don't have access to the catalog when using PdfWriter; >you can only add your PageLabels dictionary in PdfReader/PdfStamper >combinations. >By the way: why would you like to avoid using setPageLabels()?
Because we are not using PdfStamper. Instead the catalog is obtained via PdfReader , then we are directly manipulating the catalog updating things like structure (tags), bookmarks, annotations, etc.. and then directly writing out the updated bytes. So the question is if I have the catalog in hand, can't I just add the pagelabels to that catalog? If so how can this be done? Would i need to do something else ? -- View this message in context: http://www.nabble.com/Adding-PageLabels-directly-to-the-PDF-catalog-dictionary-tp19689706p19710679.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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
