Error Opening pdf
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?
