https://github.com/traincase/html-to-pdf-tinker
Skeleton for live tinkering with HTML templates for conversion to PDF.
https://github.com/traincase/html-to-pdf-tinker
html pdf-generation pdf-tinker
Last synced: 6 months ago
JSON representation
Skeleton for live tinkering with HTML templates for conversion to PDF.
- Host: GitHub
- URL: https://github.com/traincase/html-to-pdf-tinker
- Owner: traincase
- License: mit
- Created: 2020-02-23T13:12:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T15:16:58.000Z (about 4 years ago)
- Last Synced: 2026-01-14T14:38:15.586Z (6 months ago)
- Topics: html, pdf-generation, pdf-tinker
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HTML to PDF tinker
This package is meant as a framework agnostic skeleton so that drivers can be easily added and extended for any framework.
For actual usage of this library have a look at one of the packages building on this skeleton.
[](https://packagist.org/packages/traincase/html-to-pdf-tinker)
[](https://scrutinizer-ci.com/g/traincase/html-to-pdf-tinker)
[](https://scrutinizer-ci.com/g/traincase/html-to-pdf-tinker)
## Packages building on this skeleton
- Laravel: [traincase/laravel-pdf-tinker](https://github.com/traincase/laravel-pdf-tinker)
## Testing
To run the tests, simply run `composer test`.