Sorry if this is a multi-post, I had a little trouble with the input page and went with email instead.
I've been working with ColdFusion Report Builder to generate PDF documents. Everything is going well except when I use the cfprint tag to output them to our network printer. The problem is that the image at the top of the document is blurry when using the cfprint tag. When the PDF file is opened and printed with Adobe Acrobat or Adobe Reader, the image looks as it should, sharp and crisp. I notice, when printing via Acrobat or Reader, that the page is reduced to 96% of its original size. Using the "attributeStruct" with the "pageScaling = fit-to-printer-margins" value seems to recreate the dimensions (using the 'line-up-the- pages-and-hold-it-towards-the-sunlight' technique), but the picture remains blurry. I have tried the following options with the "attributeStruct" attribute of the cfprint tag, with no positive results: - pageScaling = "none" - pageScaling = "fit-to-printer-margins" - pageScaling = "reduce-to-printer-margins" - quality = "high" - usePdfPageSize = "yes" Thanks in advance for any help. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313483 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

