Is there a way to control how large a cfdocument created is when it is
displayed in the browser? I have two different reports using the exact same
cfdocument tag and one of them displays the report as a "page" on a gray
background in the browser while the other one initially displays at about
175% - 200% of the document size and fills the browser and looks terrible
due to pixelization of some elements.

Here is the cfdocument tag:

     <cfdocument format="PDF" pagetype="letter" scale="95"
marginright=".50" marginleft=".50" orientation="portrait"
encryption="128-bit" marginbottom=".8" margintop="1.75"
permissions="allowprinting" backgroundvisible="yes" overwrite="no"
fontembed="yes">


This is running on a CF8 server.

Thanks,
Jeff

Reply via email to