php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "PDF files"

How can one use an existing PDF file as a template in PHP for generating new PDF files?

To use an existing PDF file as a template in PHP for generating new PDF files, you can use the FPDI library which allows you to import existing PDF do...

Why do PDF files from my own server open in a browser window instead of in Preview like other PDF files?

The issue may be due to the way the PDF files are being served from your server. To force the PDF files to download instead of opening in a browser wi...

Are there any best practices or tools available for generating PDF files with PHP?

Generating PDF files with PHP can be achieved using libraries such as TCPDF, FPDF, or Dompdf. These libraries allow you to create PDF files from scrat...

What are some best practices for generating PDF files using PHP?

Generating PDF files using PHP can be achieved by using libraries like TCPDF or FPDF. These libraries provide functions to create PDF files with text,...

Are there any best practices for generating PDF files in PHP?

When generating PDF files in PHP, it is recommended to use a library like TCPDF or FPDF for creating PDF documents. These libraries provide easy-to-us...

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.