0

Please how do I get my wamp server to generate pdf documents, I downloaded pdflib but it's in tar format. I'm using wamp 2.1 so all it's modules are dll files. Please what do I do?

Chibuzo
  • 6,112
  • 3
  • 29
  • 51
  • http://stackoverflow.com/questions/7371262/how-to-install-pdflib-on-wampserver –  Oct 04 '11 at 12:39

3 Answers3

1

Either you can use tcpdf or fpdf. Both has good documentation with nice pdf output.

GeeksCook
  • 81
  • 1
  • 1
1

You can consider tcpdf. A very vast library and easy to use. It also provides online support in case you have any queries.

Ghazanfar Mir
  • 3,493
  • 2
  • 26
  • 42
1

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

Community
  • 1
  • 1
M. Suleiman
  • 858
  • 4
  • 22