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

Tested & working on Debian Stretch / PHP 7.0.19 and Wkhtmltopdf 0.12.4

It is very slow to create a new picture. But the rebuild is very fast. Why is this?

在样式中有rem等 ,有区分pc端和h5端的页面优化和识别么 h5端很多样式无法识别

How do you support Windows extension? A DLL file?

can not get it to compile with php 7 ```bash wget https://bitbucket.org/wkhtmltopdf/wkhtmltopdf/downloads/wkhtmltox-0.13.0-alpha-7b36694_linux-centos7-amd64.rpm yum install -y wkhtmltox-0.12.2.1_linux-centos7-amd64.rpm yum install -y wkhtmltox-0.13.0-alpha-7b36694_linux-centos7-amd64.rpm git clone https://github.com/mreiferson/php-wkhtmltox.git cd php-wkhtmltox/ && phpize && ./configure &&...

@mreiferson Hi, Do you plan to update this extension or is it abandoned? Cheers!

wkhtmltox_convert 转换图片,有宽度参数么? How to use the width parameter?

I've compiled/installed php-wkhtmltox on MAMP 2.1.1 on OSX 10.7.4. I can run the `test_pdf.php` script via MAMP's command-line php and it works just fine, but when I attempt to load...