Re: [Podofo-users] Clash between PdfXRefStreamParserObject and PdfXRefStream

2014-05-02 Thread zyx
On Tue, 2014-04-29 at 18:24 +0200, zyx wrote: > On Tue, 2014-04-29 at 12:09 +0300, Ilan Zisser wrote: > > If tried the first option and it works fine. Would you like me to send > > a patch? > > If you can provide a patch, then I'll be happy to commit it to sources. Hi, Ilan sent me his ch

Re: [Podofo-users] Clash between PdfXRefStreamParserObject and PdfXRefStream

2014-04-29 Thread zyx
On Tue, 2014-04-29 at 12:09 +0300, Ilan Zisser wrote: > If tried the first option and it works fine. Would you like me to send > a patch? Hi, I see you sent the same message at the beginning of April. It seems it got lost in the loop, left without any attention. If you can provide a patch

[Podofo-users] Clash between PdfXRefStreamParserObject and PdfXRefStream

2014-04-29 Thread Ilan Zisser
Hi, PdfXRefStream creates an XRef stream (PDF 1.5). It produces the following array to the W key: 1 8 1 (The 8 comes from sizeof( pdf_int64)). However,  PdfXRefStreamParserObject cannot read the generated PDF. The method ReadXRefStreamEntry checks the inner

[Podofo-users] Clash between PdfXRefStreamParserObject and PdfXRefStream

2014-04-08 Thread Ilan Zisser
Hi, PdfXRefStream creates an XRef stream (PDF 1.5). It produces the following array to the W key: 1 8 1 (The 8 comes from sizeof( pdf_int64)). However,  PdfXRefStreamParserObject cannot read the generated PDF. The method ReadXRefStreamEntry checks the inner