An open API service indexing awesome lists of open source software.

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.

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.

[![Latest Version on Packagist](https://img.shields.io/packagist/v/traincase/html-to-pdf-tinker.svg?style=flat-square)](https://packagist.org/packages/traincase/html-to-pdf-tinker)
[![Coverage](https://img.shields.io/scrutinizer/coverage/g/traincase/html-to-pdf-tinker.svg?style=flat-square)](https://scrutinizer-ci.com/g/traincase/html-to-pdf-tinker)
[![Quality Score](https://img.shields.io/scrutinizer/g/traincase/html-to-pdf-tinker.svg?style=flat-square)](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`.