Hi all! I'm trying to extend my existing iText code in order to get a legal tagged PDF. I had no problems creating a simple (tagged) text document by adding marked content and writing text to the direct content as described in the appendix F in the iText in action manual. But my document contains some complex table structure which I cannot easily create using the low level contructs of iText. The high level api, which I use to construct my tables, however, does not allow me to add tags. So my question is if there's any possibility to combine the construction of marked content sequences with the high level contructs in order to add pdf tags to the content in (nested) table cells? Would it for example be possible to implement an PdfCellEvent that accesses the text canvas of the cell and uses it to add the pdf structure elements to the direct content? If not, is there any other possibility to create tagged content in tables without having to draw the table all by myself?
Thanks for help! Regards, Johannes ------------------------------------------------------------------------- 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/
