Problem Editing merged wPDF document with Adobe Acrobat

  • I am currently using wPDF 3.5.6 to create an appended pdf file by incrementally render and append the page to it (using pwAppendToInput method). The merged pdf file is created and viewed fine. However, when I try to rearrange pages around (for instance, move page 2 to page 1) using Adobe Acrobat V9, it would give an error "The document's page tree contains an invalid node."

    Please advise.

    Suri

    • Offizieller Beitrag

    Hi,

    To merge multiple PDF files into a new one You need to use WPViewPDF. wPDF uses a very simple method which is not compatible to new acrobat anymore.

    WPViewPDF V3 is also able to remove unneded font and image resources.

    If you need to incrementally create a PDF from different sources use

    wPDF.BeginDoc, wPDFEndDoc to create one PDF file.

    Julian