Answered
CFDOCUMENT PDF problems
Hi all.
We recently upgraded from CF7 to CF8 (standard, not enterprise). The application outputs a large number of documents as PDFs.
The structure of the CFDOCUMENT tag in each case is standard:
<cfdocument format="pdf" pagetype="A4" unit="cm" marginleft="1" marginright="1" margintop="2" marginbottom="2.5">
<style>stylesheet info here</style>
** cf code here **
</cfdocument>
Since we have switched over to CF8, every single PDF application wide seems to have shrunk. Images, text, everything is shrunk to about 60% of its "normal" (CF7) size. It looks like some sort of global scaling has been applied to the tag itself.
Has anyone come across this and can you suggest any fixes?
Kind regards
Neal Crankshaw
We recently upgraded from CF7 to CF8 (standard, not enterprise). The application outputs a large number of documents as PDFs.
The structure of the CFDOCUMENT tag in each case is standard:
<cfdocument format="pdf" pagetype="A4" unit="cm" marginleft="1" marginright="1" margintop="2" marginbottom="2.5">
<style>stylesheet info here</style>
** cf code here **
</cfdocument>
Since we have switched over to CF8, every single PDF application wide seems to have shrunk. Images, text, everything is shrunk to about 60% of its "normal" (CF7) size. It looks like some sort of global scaling has been applied to the tag itself.
Has anyone come across this and can you suggest any fixes?
Kind regards
Neal Crankshaw
