php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "PDF"

What are the advantages and disadvantages of using a PHP PDF class like TCPDF compared to an HTML to PDF converter for creating PDF files?

When deciding between using a PHP PDF class like TCPDF or an HTML to PDF converter for creating PDF files, it is important to consider the advantages...

How can FPDI & FDPF be used to append multiple pages from an existing PDF document to a new PDF?

To append multiple pages from an existing PDF document to a new PDF using FPDI & FPDF, you can iterate through the existing PDF document, import each...

How can developers effectively handle the integration of external PDF files into a PDF document created with TCPDF in PHP?

When integrating external PDF files into a PDF document created with TCPDF in PHP, developers can use the `TCPDF::Image()` method to import the extern...

What are the considerations when integrating a PDF generator like TCPDF with PHP to convert dynamically generated HTML content into a PDF document?

When integrating a PDF generator like TCPDF with PHP to convert dynamically generated HTML content into a PDF document, considerations include ensurin...

Is it possible to use wildcard characters like *.pdf to display multiple PDF files in PHP?

To display multiple PDF files in PHP using wildcard characters like *.pdf, you can use the glob() function to retrieve an array of file names that mat...

Showing 6 to 10 of 1620 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 323 324 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.