That was difficult making a semi-legible subject line!

Okay, so I'm using CFDocument to create a PDF document that will 
basically be a series of labels being sent to a label printer.  Due to 
CFDocument's limitation of 2x2 (inches), we're using labels measuring 
3x2 inches.

The problem I'm running into is the label I'm creating with HTML, no 
matter what I do, never takes up more than about 2.5" of the width and 
1.65" (approx) of the height.

I've tried specifying the table width in percent (100%) and also pixels. 
  I've found that it works up to about 600 pixels, but after that, it 
simply goes no farther.

Vertically, if I go too far, it pushes the bottom off to the next page, 
yet still leaves a big blank space at the bottom.

This is my CFDocument code:

<cfdocument format="PDF" margintop="0" marginleft="0" unit="in" 
pagetype="custom" pageheight="2" pagewidth="3" fontembed="yes" 
name="label" filename="label_test3.pdf" overwrite="yes" 
orientation="portrait">
#the_table#
</cfdocument>

The variable #the_table# is created using cfsavecontent.

Has anybody had this problem before?

Thanks!

Rob


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281584
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to