Re: Follow-up: PDF generation running excrutiatingly slow

2007-12-19 Thread Rupesh Kumar
I posted a blog entry about this at http://coldfused.blogspot.com/2007/12/images-and-cfdocument-performance.html Let me know if that helps. Thanks Regards, Rupesh Adobe ColdFusion Team ~| Adobe® ColdFusion® 8 software 8 is

Re: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Antony Sideropoulos
Andy, when you say the code is identical, does that mean you are retrieving images and css via http? try using the file protocol instead, and grab the resources straight off the file systen. take dns, http, etc, out of the equation. On Dec 14, 2007 3:21 PM, Andy Matthews [EMAIL PROTECTED]

Re: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Rob Parkhill
Andy, The file size is huge. 2.8 MB when it finally finishes. I took your code, and did it locally, now I don't have all of the pictures in mine, and there were a couple of open tags (an H1 at the beginning and a div somewhere), but it generated in 2823 ms and the PDF is only 560 kb. With the

Re: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Rob Parkhill
Just to follow up, you will maybe have to look into doing some page control with the cfdocument tags. I have a PDF with parts of images spanning pages, and it just looks terrible. Are the proposals always going to contain similar information? Just wondering if you could then add some pagination

RE: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Andy Matthews
specifies. So I can't rely on this module being on a specific page, etc. Thanks for your input man, I appreciate it. -Original Message- From: Rob Parkhill [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 8:23 AM To: CF-Talk Subject: Re: Follow-up: PDF generation running

RE: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Mark Kruger
www.coldfusionmuse.com www.necfug.com -Original Message- From: Rob Parkhill [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 8:26 AM To: CF-Talk Subject: Re: Follow-up: PDF generation running excrutiatingly slow Just to follow up, you will maybe have to look into doing some

RE: Follow-up: PDF generation running excrutiatingly slow

2007-12-14 Thread Andy Matthews
Mark... Thanks for those comments...I'll give those a try! -Original Message- From: Mark Kruger [mailto:[EMAIL PROTECTED] Sent: Friday, December 14, 2007 8:51 AM To: CF-Talk Subject: RE: Follow-up: PDF generation running excrutiatingly slow Rob, I have a couple of tips on my blog

Follow-up: PDF generation running excrutiatingly slow

2007-12-13 Thread Andy Matthews
I'm running CF8 and trying to generate a PDF out of this page: http://gaylordoprylandsales.com/prop/proposal.cfm?view=73534E3B54060A4C061052691D13 The page loads in fairly quickly, but creating a PDF from the same exact code takes several minutes or more, and in some cases times out:

Re: Follow-up: PDF generation running excrutiatingly slow

2007-12-13 Thread James Holmes
Try wrapping the content in a cfsavecontent (instead of cfdocument) and then cfoutputting that result between the cfdocument tags; let us know if that speeds anything up. On Dec 14, 2007 1:21 PM, Andy Matthews [EMAIL PROTECTED] wrote: I'm running CF8 and trying to generate a PDF out of this

Re: Follow-up: PDF generation running excrutiatingly slow

2007-12-13 Thread Andy Matthews
Here's some updates used for testing: This page is the exact same source code as the original link, but has NO CF processing (other than the cfdocument tag): http://gaylordoprylandsales.com/prop/PDFtest_01.cfm This page has had it's complex div based layout converted to tables:

Re: Follow-up: PDF generation running excrutiatingly slow

2007-12-13 Thread Andy Matthews
Here's some updates used for testing: This page is the exact same source code as the original link, but has NO CF processing (other than the cfdocument tag): http://gaylordoprylandsales.com/prop/PDFtest_01.cfm This page has had it's complex div based layout converted to tables: