Coldfusion10 Blank PDFs
Hi -
I installed CF10 Enterprise on a Windows 2008 R2 Enterprise 64-bit system.
I updated with the mandatory cf10_mdt_updt.jar update
I applied Update 21 hotfix_021.jar
After installation, I used the Web Configuration Tool to remove 'All IIS Sites', and allowed the server to be restarted to complete the removal.
Then I re-added 'All IIS Sites'. This was to ensure that the wsconfig/1/isapi_redirect.dll was updated to the 8/19/2016 version.
After this, almost everything works correctly, except for PDFs. The server returns the correct number of pages, but all are blank, when I try to display this way (angle brackets removed):
cfcontent type="application/pdf" reset="yes"
cfoutput#toString(request.printable.viewOutput)#/cfoutput
I have other code which can display PDFs, so it is not iText doing this. It might be CF cutting off binary content, which was a problem earlier in the CF10 saga, but I thought this was fixed, right? Update 21 tech notes page says that Update 21 includes all prior fixes too.
So, has anyone else seen this problem, and found a solution?
Thanks,
Ian
