php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "PDF functionality"

What are some recommended libraries or tools for converting HTML to PDF in PHP?

Converting HTML to PDF in PHP can be achieved by using libraries or tools that provide this functionality. One popular library for this purpose is Dom...

Are there alternative methods or tools, aside from fpdf, for converting documents to PDF using PHP?

To convert documents to PDF using PHP without using fpdf, you can utilize other libraries such as TCPDF, mPDF, or Dompdf. These libraries provide simi...

What is the best way to integrate multiple PDF files into a single PDF using PHP?

To integrate multiple PDF files into a single PDF using PHP, you can use a library like TCPDF or FPDI. These libraries allow you to import existing PD...

What are some alternative functions to pdf_open() that can be used in PHP for creating PDF files?

PDFlib is a popular library for creating PDF files in PHP, but it requires a commercial license for full functionality. If you are looking for alterna...

What are the potential benefits of using concat/fpdi in conjunction with FPDF for PDF manipulation?

When working with PDF files in PHP, using concat/fpdi in conjunction with FPDF can provide additional functionality for manipulating existing PDF file...

Showing 16 to 20 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.