Wow I just went though this exact same problem. We tried everything, including posting to this list for help. Unfortunately we have not been able to come up with a solution and will probably end up converting to CFDOCUMENT.
Are there any images referenced in your html? That seemed to be the cause of most of our hang ups. Without the images in there, htmldoc would produce the PDF *most* of the time, the only other time it would fail was on a very large text only report. If you are using images, are they from cfchart or static images? If you are using cfchart images, make sure you are using the name attribute and then writing the data to disk - don't use cfhttp to grab the graphs. Changing the referenced images from JPGs to PNGs helped a lot. The only thing not working now is our one very large text report. -Ryan E C list wrote: > Hey Ryan- The cf_html2pdf works based on htmldoc.exe. > And seems to be the > root of the problems I am having with making my label > pdfs in CF7. If I > could figure out that problem, I would be all set. > When I submit a page > with that tag, I keep getting a timeout error when I > try to access the tag, > and it points to the htmlDOC.exe file. "Timeout period > expired without > completion of c:\htmldoc\htmldoc.exe" ... I have > looked around the web for > solutions to this but haven't found any. > > If you have any ideas of how you fixed the problem on > your system, I'd > really like to hear them. > > -----Original Message----- > From: Ryan Stille [mailto:[EMAIL PROTECTED] > Sent: Friday, March 02, 2007 12:50 PM > To: CF-Talk > Subject: Re: Cfdocument sizes > > You could look at HTMLDoc, but I recently had a few > problems with it moving > from CF5 to CF7. > > -Ryan > > E C list wrote: > >> Unfortunately they do not. It's a dymo label >> > writer. > >> I use it to create >> address labels for new customers (one at a >> > time.)...I wish I could > >> either figure out what's wrong with the html2pdf or >> > figure out some > >> other workaround. I don't know if there is going to >> > be one though. > >> Thanks for trying to help. >> >> -----Original Message----- >> From: Jake Churchill [mailto:[EMAIL PROTECTED] >> Sent: Friday, March 02, 2007 12:25 PM >> To: CF-Talk >> Subject: Re: Cfdocument sizes >> >> Do the labels com on sheets of 8.5 x 11? If so, you >> > could create a > >> CSS workaround with multiple classes to align >> > everything where it > >> needs to go. >> >> Jake Churchill >> CF Webtools >> 11204 Davenport, Ste. 200b >> Omaha, NE 68154 >> http://www.cfwebtools.com >> 402-408-3733 x103 >> >> >> >> E C list wrote: >> >> >>> Does anyone have any ideas? I was happily using >>> >>> >> CF_html2pdf on ColdFusion >> 5.0 to make pdfs, but now that particular server has >> > been upgraded to > >> ColdFusion 7 mx and that tag no longer works for >> > me...(it just times > >> out with a java error)...that would be no problem, >> > but I was using the > >> tag to make labels and print them off on a label >> > printer...so the > >> dimentions of the pdf have to be 1.4 inches by 3 >> > inches. > >> Unfortunately, with cfdocument you MUST make the >> > dimentions larger > >> than 2x2, so the small size labels cannot be >> > created. Does anyone > >> have any comments or a workaround? >> >> >>> >>> Thanks >>> >>> >>> --------------------------------- >>> Never miss an email again! >>> Yahoo! Toolbar alerts you the instant new Mail >>> >>> >> arrives. Check it out. >> >> >>> >>> >> >> >> > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com/products/coldfusion/flex2/ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:271350 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

