Page 1 of 1

Creating pdf documents

Posted: Mon Sep 15, 2008 5:08 pm
by dlbrennan
Good Morning,

My current company uses the Coldfusion cfdocument tag to create graphic intensive pdf documents but encounter speed and resource issues during the creation process. Has anyone had experience using PHP's pdf capabilities and Coldfusion7?

We're using a 4Mb background image for quality vouchers and some dynamic text. Moving to preprinted card is not an option due to the number of background images used.

Cheers
Dave.

Re: Creating pdf documents

Posted: Mon Sep 15, 2008 7:07 pm
by it2051229
I wanted to use PHP's PDF library and found out that you need license and downloading and stuffs.. i made use of the FPDF.php class instead.. you can download it at http://www.fpdf.org.

Re: Creating pdf documents

Posted: Wed Sep 17, 2008 8:19 pm
by dlbrennan
it2051229 wrote:I wanted to use PHP's PDF library and found out that you need license and downloading and stuffs.. i made use of the FPDF.php class instead.. you can download it at http://www.fpdf.org.
Cheers it2051229

I'm looking for an alternative to coldfusion to increase pdf creation speed.