I have a report that is converted to a PDF using CFDocument. It ran fine in CF7
and produced the PDF as expected.
Now using CF8 it reduces the size of the output in the PDF by about 50%. If I
take just run the HTML the report without CFDocument it fills the page and
looks fine.
Have there been changes to CFDocuement in CF8 that would cause this?
I've attached a sample of my code in case that helps.
Thanks.
<cfdocument format="pdf" pagetype="legal" orientation="portrait"
margintop=".25" marginbottom=".25" marginleft=".3" marginright=".3" unit="in"
fontembed="yes">
[my report]
</cfdocument>
Diacritical - 14 Sep 2007 17:35 GMT
http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402466&sliceId=1
drmaves - 20 Sep 2007 21:16 GMT
Thanks - the hotfix solved my problem.