Re: [Podofo-users] PdfWriter as a base class

2014-05-15 Thread Ilan Zisser
zyx wrote: On Mon, 2014-05-12 at 15:15 +0300, Ilan Zisser wrote: I didn't see this. My revision didn't include PdfSigIncWriter.h. The reason for the warning is obvious, missing "virtual" before the method Write. Hi, it's not that simple, unfortunatel

[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