[Podofo-users] Patch to support PDF XRefStm

2014-04-01 Thread Mark Rogers
Hi PoDoFo 0.9.2 and earlier don't support cross reference streams (XRefStm) which means it can't correctly read some PDFs. For example, 0.9.2 can't resolve the StructTreeRoot reference in this document: http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf The attached

Re: [Podofo-users] Patch to support PDF XRefStm

2014-04-01 Thread zyx
On Tue, 2014-04-01 at 06:35 -0500, Mark Rogers wrote: ... The attached patch adds support for XRefStm to PdfParser::ReadNextTrailer() by adding code between ... Hello, thanks for the patch, I committed it to trunk as r1587: http://sourceforge.net/p/podofo/code/1587 Bye,