The cfdocument tag saw a number of important revisions in CF8, so it doesn't surprise me that the code needs to be updated. Most likely the problem relates to CF scaling the content to fit within the available space. Make sure the margins are big enough to contain all the content or things will get squished. So if your head section is 1.5 inches, then your top margin needs to be at least 1.5 inches to avoid scaling. Maybe try hard-coding a value for the scale attribute.
-Mike Chabot On Wed, Oct 22, 2008 at 4:45 PM, Ryan J. Heldt <[EMAIL PROTECTED]> wrote: > Good Afternoon- > > Normally, when CFDocument decides to be weird (which is about the only > consistent thing about it) someone here at the office can find a > workaround. Got a strange one though. We've got a tool that's using > CFDocument to generate 3 of 9 barcodes on a document. It's currently > working wonderfully, however we're in the process of upgrading sites of > CF8 and in our testing we've found that the barcodes generated under CF8 > are "squished," and making them unreadable by a scanner. Here's a > sample: http://www.globalreach.com/support/cfdocument.gif > > Granted, the barcode itself if different, but the code generating them > is the same, the font is the same (yes we're using font embed = true), > the only difference appears to be one server is running CF 7 and the > other is CF 8. We've tried every measure of font and text manipulation > we could think of (including - gasp - the font tag) but without any > luck. Hopefully someone's got some insight on this? > > Thanks! > Ryan > > -- > *Ryan J. Heldt*, Senior Web Developer > Global Reach Internet Productions > http://www.globalreach.com > Phone: 515-296-0792, Fax: 515-296-3748 > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:314280 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

