Skip to content

awaysoft/php-wkhtmltopdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple extension to convert html to pdf, need wkhtmltopdf

Special thanks to antialize for creating wkhtmltopdf

Installation

$ phpize
$ ./configure
$ make install

edit your php.ini and add:

extension=phpwkhtmltopdf.so

Tested on:

  • CentOS 7, PHP 7.0 RC6 (64-bit)

Pre-requisites on all platforms:

  • you need wkhtmltopdf somewhere in your bin path (/usr/local/bin)

About

A simple extension to convert html to pdf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published