It would be useful if PoDoFo provided a PdfMemDocument property to access the 
MarkInfo dictionary used for storing information about PDFs tagged for 
accessibility.

The property is fairly easy to add to PdfMemDocument.h. Here's the code:

    /** Get access to the MarkInfo dictionary (ISO 32000-1:2008 14.7.1)
     *  \returns PdfObject the MarkInfo dictionary
     */
    PdfObject* GetMarkInfo() const { return GetNamedObjectFromCatalog( 
"MarkInfo" ); }

Regards
Mark

Mark Rogers - mark.rog...@powermapper.com
PowerMapper Software Ltd - http://www.powermapper.com 
Registered in Scotland No 362274 30-31 Queen Street Edinburgh
Phone +44 845 056 8475




------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to