1 Reply Latest reply: Aug 14, 2011 7:45 AM by Adam Cameron. RSS

    Error Opening pdf

    Dan Bracuk Community Member

      I have some code that:

       

      creates a number of variables with cfdocument.

      combines all those variables into one pdf file with cfpdf action=merge

      downloads the file with cfheader/cfcontent.

       

      The final result is ok, but there is room for improvement.  If I select Save from the download dialog and then open the file, life is good.  If I select Open, the file opens in the browser, but the label on the tab says "Error Occurred While Processing Request".

       

      How do I go about finding what that error is?

        • 1. Re: Error Opening pdf
          Adam Cameron. Community Member

          Hi Dan

          Can you implement a stand-alone repro case for this?

           

          Have you looked @ your logs to see if more detail on the error is returned?

           

          The CFCONTENT and CFHEADER might be masking an error that would otherwise be displaying to screen remove those lines and see if you get the actual error.

           

          --

          Adam