I want to create pdf file from my web page written by php . My document must produce from mysql and produce pdf file.I want to be to save this pdf and to read.Please give me code sample.
|
|
You can use for example TCPDF library to generate PDFs. This site also has some code examples. As for fetching and manipulating the data from your db you will have to code this yourself. |
||
|
|
|
|
Using the TCPDF library:
|
|||
|
|
I you already have an HTML page, the fastest way for you might be to use a tool like HTML2PDF to "convert" that HTML data to PDF, instead of generating a PDF file "from scratch". Quoting that page :
There are some example of HTML, and the corresponding PDF files, so you can see what's capable of. |
||
|
|
