php-wkhtmltox icon indicating copy to clipboard operation
php-wkhtmltox copied to clipboard

PHP bindings for libwkhtmltox

Results 25 php-wkhtmltox issues
Sort by recently updated
recently updated
newest added

hi, we are testing an wkhtmltopdf integration in our php erp software for formular generation by now. our php.ini disables all exec function of php for security reasons. so we...

First of all: thanks for this awesome project! Generation of a PDF works fine, until I try to add a TOC. Same options on the cmd line cause no problems....

checking for wkhtmltopdf_init in -lwkhtmltox... no configure: error: libwkhtmltox version 0.10 or later required

If you try and wkhtmltox_convert() the URL http://www.google.com, you'll get an error 500 (or at least I do, tested on multiple distros). I think this is because of the problem...

Hi, When I use wkhtmltox_create() function in php script I get php: malloc(): memory corruption error. Following are the details of my system configuration : - 1. Os :- CentOS...

Any help would be greatly appreciated: http://pastebin.com/CQ2B6Dzv Thanks

I had following issue and solved by installing qt-devel issue: configure: error: libwkhtmltox version 0.10 or later required solution yum install qt qt-devel I know it's the wrong place to...

Is wkhtmltox/wkhtmltopdf creating some cache files, temporary files in the process of the PDF generation ? If yes, is there a way/option to set that path ? This is not...

when i use wkhtmltox capture url : http://type.jp/job/detail.do?id=633136&pathway=4 i use code : wkhtmltox_convert('image', array('out' => '/tmp/test1.jpg', 'redirect-delay' => '100', 'web.enableJavascript' => 'true', 'web.loadImages'=>'true', 'web.enablePlugins' => 'true', 'in' => 'http://type.jp/job/detail.do?id=633136&pathway=4')); but...