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.
make pdf with php
Collapse
X
-
Tags: None
-
Can you be more specfic about the problem, post some sample of the code you are using and the problem you are having.
Purple. -
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
Comment