php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "dompdf"

What are some alternative libraries or tools that can be used in PHP to generate PDFs from HTML without encountering layout issues like shifting or overlapping?

When generating PDFs from HTML in PHP, layout issues like shifting or overlapping can occur due to differences in rendering between HTML and PDF. One...

What are some alternatives to TCPDF for interpreting CSS float in PDF generation?

When generating PDFs using TCPDF, CSS floats are not fully supported which can result in layout issues. One alternative solution is to use Dompdf, whi...

What are some alternative methods or libraries that can be used to generate PDFs in PHP if PDFlib is not working or available?

If PDFlib is not working or available, alternative methods to generate PDFs in PHP include using libraries such as TCPDF, FPDF, or Dompdf. These libra...

Are there any specific PHP libraries or tools recommended for converting various file types to PDF?

Converting various file types to PDF in PHP can be achieved using libraries such as TCPDF, Dompdf, or MPDF. These libraries provide functions to gener...

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

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

Showing 31 to 35 of 81 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.