Use of pdfMerge in Delphi 7

  • Hi,

    I want to use de pdfMerge to load tif files into a pdf file. When I start the program, I get the error message:
    Can't find entrypoint of procedure pdfMerge in DLL-file tiff_to_pdf.dll.

    I get this message, when I use the the function in code like this:
    i := pdfMerge(fno, fnn, '', 'licname', 'liccode', licnbr, 0, '');

    Can someone tell me what I do wrong?

    Thanks in advance.

    Evert-Jan

    • Offizieller Beitrag

    Hi,

    Yes, the code is correct. The 'tiff_to_pdf.dll' containes a method which is used by pdfMerge to convert TIFF files to PDF. So it is possible to randomly mix PDF and TIFF files an create a new, large PDF file.

    Julian