Download the PHP package squareetlabs/laravel-pdf-to-html without Composer
On this page you can find all versions of the php package squareetlabs/laravel-pdf-to-html. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-pdf-to-html
Laravel PDF to HTML Converter
A robust and dependency-free Laravel package to convert PDF files to HTML using poppler-utils (pdftohtml).
Features
- Dependency Free: Does not rely on external PHP packages.
- Laravel Integration: Automatic discovery, config publishing, and easy-to-use API.
- Binary Auto-Discovery: Automatically finds
pdftohtmlandpdfinfobinaries on your system. - Customizable: Extensive options for zooming, image handling, and output formatting.
- Inline Assets: Automatically inlines CSS and Images (Base64) for a self-contained HTML output.
- Strict Types: Written with modern PHP standards and strict typing.
Requirements
- PHP > 8.1
poppler-utilsinstalled on your server (containspdftohtmlandpdfinfo).
Installation
-
Install via Composer:
-
Install
poppler-utils:-
Ubuntu/Debian:
-
MacOS:
- CentOS/RHEL:
-
- Publish Configuration (Optional):
Usage
Using Facade (Recommended)
Using Direct Class Instantiation
Advanced Options
You can pass options to customize the behavior:
Get PDF Info
Testing
License
MIT
All versions of laravel-pdf-to-html with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
ext-dom Version *
ext-fileinfo Version *
ext-dom Version *
ext-fileinfo Version *
The package squareetlabs/laravel-pdf-to-html contains the following files
Loading the files please wait ...