On Fri, 2019-10-25 at 13:40 +0000, CHRISTEN Valentin [CLEMESSY] wrote:
> I’ve done the generation of a PDF with the PdfStreamedDocument class.
> It contains 3 pages. To the end of my code I finish to write some
> things on the third page. But at this point I would like to re-write
> something on the first page. How can I re-paint on the first ?

        Hi,
try to use PdfMemDocument, it allows changes in random order. The
PdfSteamedDocument writes things to the disk as soon as it can, which
means you can do only "serialized" changes, in a strict order.
        Bye,
        zyx



_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to