Can i use wPDF for make conversion: multipage-TIFF to PDF?

  • Hi Julian,
    can i use wPDF for convert multipage-TIFF to PDF?
    I use ImageEN Delphi component for scan, view and print multipage TIFF in my application. Now i need to save TIFF in PDF format for archiving purpose ... can i do this with your wPDF ?
    How are the best method for convert and compress the multipage image in PDF?

    • Offizieller Beitrag

    Hi,

    If You have ImageEn you have a component to render the TIFF on a canvas.

    This makes it possible to create a PDF file, render each page and export that.

    You would use StartPage and then print the image to the wPDF.Canvas.

    Julian