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

https://github.com/ivanpepelko/php-wkhtmltopdf

wkhtmltopdf php bindings
https://github.com/ivanpepelko/php-wkhtmltopdf

php php-wkhtmltopdf webkit wkhtmltopdf

Last synced: 5 months ago
JSON representation

wkhtmltopdf php bindings

Awesome Lists containing this project

README

          

## What is this?
Basically: wkhtmltopdf php bindings.

## Installation?
Straightforward:
```
composer require ivanpepelko/php-wkhtmltopdf
```

## Get it running...
...easily:
```php
setInputPath('html/invoice.html')
->setOutputPath('pdf/invoice.pdf')
->useRecommendedOptions()
->convert()
;
```
or:
```php
setInputHtml('


Hello world!

Hello

world!