Jump to content

Need Help with Generate PDF File With PHP

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
annyshaing

annyshaing

    Newbie

  • Members
  • Pip
  • 1 posts
hi,everyone
I want to generat PDF documents without requiring external extensions.
I need PHP PDF project,
anyone help me ?
Thank you in advance:c-grin:

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
PDF Reference and Adobe Extensions to the PDF Specification | Adobe Developer Connection
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
rhossis

rhossis

    Learning Programmer

  • Members
  • PipPipPip
  • 46 posts
hi anneshiang,

If you require project that does not need external libraries you can use dom2pdf, it is fully written in php. The php option
is a bit slow and you can embed to PDFLib libraries, but since you don't want libraries... dompdf - Project Hosting on Google Code

Edited by rhossis, 20 December 2010 - 05:37 AM.
Correcting some information