Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which one is the best PDF-API for PHP? [closed]

Which one of these is the best PDF-API for PHP?

  • ApacheFOP
  • dompdf
  • FPDF
  • html2ps
  • mPDF
  • PDFlib
  • TCPDF
  • wkhtmltopdf
  • Zend_Pdf
like image 586
coderex Avatar asked Oct 30 '09 09:10

coderex


People also ask

Which is better TCPDF or FPDF?

TCPDF is based on FPDF and adds a few more methods, as you observed. I just checked my code and the methods I'm using in TCPDF that aren't available in FDPF are SetCellPadding , SetAlpha , WriteHTML and WriteHTMLCell .

Which API is used for PDF?

PDFBlade. PDFBlade's API allows for the conversion of URLs and plain HTML into PDF files. It's pretty customizable, with various options for outputting PDFs including: 12+ different page formats.


1 Answers

personally i'd rather go with tcpdf which is an ehnanced and mantained version of fpdf.

like image 65
gpilotino Avatar answered Oct 03 '22 09:10

gpilotino