Please how do I get my wamp server to generate pdf documents, I downloaded pdflib but it's in tar format开发者_JAVA百科. I'm using wamp 2.1 so all it's modules are dll files. Please what do I do?
You can read this up: http://php.net/manual/en/book.pdf.php. A PECL extension, learn how to install it from here: http://www.php.net/manual/en/install.pecl.php
- How to install pdflib on WAMP Server is another question that may be what exactly you need.
- https://stackoverflow.com/questions/560583/which-is-the-best-pdf-library-for-php
You can consider tcpdf. A very vast library and easy to use. It also provides online support in case you have any queries.
Either you can use tcpdf or fpdf. Both has good documentation with nice pdf output.
精彩评论