make pdf with php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • martunis alfatih
    New Member
    • Jun 2010
    • 2

    make pdf with php

    where can I get the script to create pdf with php where data is retrieved from the server. I've used fpdf, but have not completed my problem.
  • Purple
    Recognized Expert Contributor
    • May 2007
    • 404

    #2
    Originally posted by martunis alfatih
    where can I get the script to create pdf with php where data is retrieved from the server. I've used fpdf, but have not completed my problem.
    Hi,

    Can you be more specfic about the problem, post some sample of the code you are using and the problem you are having.

    Purple.

    Comment

    • HaLo2FrEeEk
      Contributor
      • Feb 2007
      • 404

      #3
      Well, if you have PECL pdflib >= 1.0.0, you could use these standard functions:



      Just gonna let you know, a quick google search with your keywords turned that up as the first result...

      Google "php pdf library"

      Think about that the next time. Search for your answer, if you can't find it, THEN ask.

      Comment

      Working...