php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Dompdf"

What are some recommended libraries or tools for generating PDFs in PHP?

Generating PDFs in PHP can be achieved using libraries such as TCPDF, FPDF, or Dompdf. These libraries provide functions to create PDF files from scra...

What are some recommended tools or libraries for generating PDFs with PHP?

Generating PDFs with PHP can be achieved using various tools and libraries. Some recommended options include TCPDF, FPDF, and Dompdf. These libraries...

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...

How can PHP be used to generate PDF files from HTML content, and then convert them to PNG images?

To generate PDF files from HTML content in PHP, you can use libraries like TCPDF or Dompdf. Once you have the PDF file, you can convert it to a PNG im...

What are some alternatives to the pdf_open_memory_image function for PDF generation in PHP?

The pdf_open_memory_image function in PHP is deprecated and no longer supported. To generate PDFs in PHP, a better alternative is to use libraries suc...

Showing 36 to 40 of 81 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 16 17 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.