Re: [Podofo-users] [Fwd: [Podofo-svn] ttc-Font support Patch]

2016-05-02 Thread Dominik Seichter
Hi Mabri, Both patches committed as 1719 and 1720. Intendation is currently broken in a few files, so we should at some point (maybe after release) re-format affected source files to fix these intendation/formatting issues. Best regards, Dominik On Fri, Apr 29, 2016 at 6:08 PM, Matthew Brincke

Re: [Podofo-users] Abolishing no-longer-useful CMake module from PoDoFo

2016-05-02 Thread Dominik Seichter
Hi Mabri, Thanks for the patch. Makes perfectly sense to use system modules instead of own modules. I committed the patch as revision 1717. Thanks, Dominik On Wed, Apr 27, 2016 at 12:10 AM, Matthew Brincke wrote: > Hi PoDoFo developers, > > I have attached a patch to this

Re: [Podofo-users] Outline erase method causes segmentation fault

2016-05-02 Thread Yan Pashkovsky
The file which causes crashes dropbox.com/s/v6kiu69dqc56ptc/doc1.pdf 01.05.2016 02:56, Matthew Brincke пишет: > Hi, > > please find my proposed fix attached, review it > and if you are a PoDoFo committer, please accept > and commit it (filename gives hint for message) > separately to to the

[Podofo-users] BUG: Erase method from PdfOutlineItem sometimes segfaults

2016-05-02 Thread Yan
Here is some sample code: > PdfMemDocument doc; > const PdfMemDocument indoc1("doc1.pdf"); > const PdfMemDocument indoc2("doc2.pdf"); > PdfOutlines * outout = doc.GetOutlines(); > outout->CreateRoot("doc1.pdf"); > PdfOutlineItem* root = doc.GetOutlines()->First(); > doc.InsertPages(indoc1,0,3); >