I know that there is a lot of posts about this problem.But can someone help me to setup this http://www.rustyparts.com/pdf.php script to work on my localhost.I just spent all week on this problem.I have download imagemagic,ghostscript,activeperl,...,everything,but still can't make simple example to work.
feedback
|
|
Use wkhtmltopdf via a system call. See How to install wkhtmltopdf on a linux based web server for installation help.
See the sample from this page here. php code tested on Ubuntu (you'll need to change the
There are also php bindings which removes the need to use a system call yourself, which is a simpler (and safer!) option.
| |||||||||||||
feedback
|
|
Simple but powerful: http://html2pdf.fr/en/default
| |||||||||||
feedback
|
|
DocRaptor.com is a good option - it uses Prince XML, so the quality is better than other tools, and it's a web app, so nothing to download. It also works in any language. | |||
|
feedback
|
|
Also, there is another library that generates PDF files: TCPDF. Nice and quite simple. You can find many examples around. | |||
|
feedback
|