Skip to main content
Inspiring
July 17, 2008
Answered

CFDOCUMENT PDF problems

  • July 17, 2008
  • 1 reply
  • 275 views
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
    This topic has been closed for replies.
    Correct answer NealCrankshaw
    Never mind - I see that this has been addressed in Hotfix 1 - I installed it and this resolved the problem.

    1 reply

    NealCrankshawAuthorCorrect answer
    Inspiring
    July 17, 2008
    Never mind - I see that this has been addressed in Hotfix 1 - I installed it and this resolved the problem.