Download the PHP package ibnuhalimm/laravel-pdf-to-html without Composer
On this page you can find all versions of the php package ibnuhalimm/laravel-pdf-to-html. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ibnuhalimm/laravel-pdf-to-html
More information about ibnuhalimm/laravel-pdf-to-html
Files in ibnuhalimm/laravel-pdf-to-html
Package laravel-pdf-to-html
Short Description Laravel Wrapper to Convert PDF to HTML
License MIT
Homepage https://github.com/ibnuhalimm/laravel-pdf-to-html
Informations about the package laravel-pdf-to-html
Laravel - PDF to HTML
Convert PDF to HTML by using pdftohtml on Your Laravel Apps. Special thanks to pdf-to-text (Spatie) package for inspiring this package.
Contents
- Requirements
- Installation
- Setting Up
- Usage
- Testing
- Changelog
- Contributing
- Security
- Credits
- License
Requirements
Behind the scene this package leverages pdftohtml. You can verify if the binary installed on your system by executing this command.
If it doesn't return the installed path of the binary, you can install the binary using the following command.
-
Ubuntu and Debian family
-
CentOS, Fedora, and RedHat family
- Mac using brew
Installation
You can install the package via composer:
Setting Up
Optionally, you can set the config in your .env
file:
Usage
Set the file and get result
Save as the result file
We can set config on-the-fly
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Ibnu Halim Mustofa
- Spatie
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of laravel-pdf-to-html with dependencies
illuminate/support Version ^8.0|^9.0|^10.0
symfony/process Version ^4.0|^5.0|^6.0