Exporting HTML file to PDF format
Linux, Apache, MySQL, PHP
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, I need a help regarding exporting a html file to pdf file in PHP.How can i do this ? Thanks in advance.
You could look into using OpenOffice.org headless. There are also some PHP libraries for writing PDF - http://www.fpdf.org/[^] is one that doesn't need any extensions installed.