4

Which is the best PHP-PDF library that can be used to create PDF files with more than 100 pages?

I am creating an application where there is need of creating PDF reports of account for an entire financial year, which library should is use?

Nan
  • 41
  • 1
  • 2
  • possible duplicate of [Which is the best PDF library for PHP?](http://stackoverflow.com/questions/560583/which-is-the-best-pdf-library-for-php) – Stefan Gehrig Dec 06 '10 at 11:09
  • Not duplicate, since the other question is 2 years older and the old answers are not necessarily recent either – marianboda Jul 19 '11 at 19:26

2 Answers2

5

See here:

Converting HTML to PDF using PHP?

Which one is the best PDF-API for PHP?

HTML to PDF vs. Programmatically creating PDF via PHP

Converting HTML to PDF (not PDF to HTML) using PHP

Specifically: https://stackoverflow.com/search?q=php%20pdf

Community
  • 1
  • 1
SW4
  • 69,876
  • 20
  • 132
  • 137
  • 2
    I like how this post now comes up in the very search you posted :) I thought that was the exact problem SO was trying to solve.. – Adrian Macneil May 03 '11 at 12:06
1

Use tcpdf library. It might be best for you.

Adeel
  • 605
  • 1
  • 6
  • 16