Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

PHP and PDF

Guest
Dec 01, 2007 Dec 01, 2007
I was wondering if it is possible that that php dynamic code can convert a php document to a PDF. I had watched a video tutorial a long time ago that Coldfusion MX 7 dynamic code is able to convert the CFM page into either a PDF or Flash Paper. Is this possible with PHP? If so, what do you use?
TOPICS
Server side applications
350
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 01, 2007 Dec 01, 2007
LATEST
"AdonaiEchad" <webforumsuser@macromedia.com> wrote in message
news:fisklu$89p$1@forums.macromedia.com...
> I was wondering if it is possible that that php dynamic code can convert a
> php
> document to a PDF. I had watched a video tutorial a long time ago that
> Coldfusion MX 7 dynamic code is able to convert the CFM page into either a
> PDF
> or Flash Paper. Is this possible with PHP? If so, what do you use?

Yes there is a PDF module for PHP http://www.php.net/pdf, but your host has
to enable that module.
as an alternative you can use http://www.ros.co.nz/pdf/

Google gives lots of hits on PHP HTML to PDF
http://www.digitaljunkies.ca/dompdf/
http://sourceforge.net/projects/html2fpdf
http://www.phpclasses.org/browse/package/2905.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines