• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Problem Merging PDF files using CFPDF

New Here ,
Jun 27, 2013 Jun 27, 2013

Copy link to clipboard

Copied

I need to merge a pdf file that was created as a scanned document, with a normal pdf file, but keep getting the generic Adobe Acrobat error,  "An error exists on this page...". I am using cfpdf action="merge" to do this. An example of my code follows below:

<cfpdf action="merge" source="c:\PDFdocs\testfile1.pdf,c:\PDFdocs\testfile2.pdf" destination="c:\PDFdocs\testfile3.pdf" overwrite="yes">

This method works fine if merging 2 normal pdf files, but if either of them was created as a scanned pdf file, I get the error. The normal pdf file will display ok in the merged file, but the scanned pdf file generates the error when viewing it. If anyone has an idea how to do this another way using coldfusion, if it cannot be done using cfpdf merge, I'd appreciate any help.

Thanks in advance!

Views

514

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation
Resources
Documentation