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
- Host: GitHub
- URL: https://github.com/ivanpepelko/php-wkhtmltopdf
- Owner: ivanpepelko
- Archived: true
- Created: 2016-08-23T08:32:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T11:20:24.000Z (almost 10 years ago)
- Last Synced: 2025-01-15T21:08:02.276Z (over 1 year ago)
- Topics: php, php-wkhtmltopdf, webkit, wkhtmltopdf
- Language: PHP
- Size: 111 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!