Html2pdf

screenshot of Html2pdf

OFFICIAL PROJECT | HTML to PDF converter written in PHP

Overview

Html2Pdf is a PHP library that converts HTML to PDF format. It is compatible with PHP versions 5.6 to 8.2 and is used to generate PDF documents such as invoices and documentation. Html2Pdf requires coding the HTML directly for conversion and provides specific tags to adapt HTML for PDF use. The library uses TCPDF for the PDF generation.

Features

  • HTML to PDF Conversion: Converts valid HTML to PDF format.
  • Custom Tags: Implements specific tags to customize HTML for PDF usage.
  • PHP Compatibility: Works with PHP versions 5.6 to 8.2.
  • TCPDF Integration: Utilizes TCPDF for PDF generation.
  • Composer Dependency: Requires Composer for installation.
  • Documentation: Comprehensive documentation for installation and usage.
  • Examples: Provides multiple examples for guidance.