Questions tagged [wkhtmltopdf]
9 questions
4
votes
2 answers
Install wkhtmltopdf on heroku
In order to run wkhtmltopdf on heroku it is required to setup a buildpack that download and install wkhtml after the main app deploy.
All the available buildpacks are pretty old and point to a library download URL at download.gna.org/.. which is no…
davideghz
- 163
- 1
- 8
4
votes
2 answers
wkhtmltopdf call from PHP exec results in exit code 127 failure
Using CentOS 6.3x64.
I'm trying to run wkhtmltopdf (from here) from a PHP script. I can successfully call wkhtmltopdf-amd64 directly via SSH. But when calling it from PHP via exec, it always fails with exit code 127. The path is correct, so that…
N Rohler
- 141
- 1
- 5
1
vote
1 answer
Running binary in Google Cloud Function
I have a cloud function that generates a pdf. The cloud functions is in Python3.7 and it uses the module pdfkit==0.6.1. This pdfkit has a dependency of wkhtmltopdf. The OS env where the instance is running does not provide this dependency. So what i…
user550468
- 13
- 3
1
vote
0 answers
IIS server restart required to convert web pages to PDF using COM
Have an annoying issue with our production web servers. Windows 2008 R2 x64, fully patched, using php 5. Also installed is ABC PDF, php will call the COM object to convert a web page to PDF and present to user.
After 2-8 weeks or normal operation,…
John Chertudi
- 41
- 2
1
vote
1 answer
Compiling to a binary from source
I'm using WKHTMLTOPDF on a 64-bit Linux server and I'm running into problems with the version.
Seen here: http://code.google.com/p/wkhtmltopdf/downloads/list
There's slim pickins when it comes to pre-compiled binaries. I started with version 0.9.9…
Chords
- 121
- 5
0
votes
2 answers
Installing wkhtmltoimage in Debian 6.0 (squeeze)
How to install wkhtmltoimage in 64 bit amd debian ?
I tried
wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.9-static-amd64.tar.bz2
tar xvjf wkhtmltopdf-0.9.9-static-amd64.tar.bz2
mv wkhtmltopdf-amd64 /usr/bin/wkhtmltopdf
This…
Andrus
- 169
- 4
- 11
0
votes
1 answer
Is wkhtmltopdf set up properly
I'm using this (https://github.com/KnpLabs/KnpSnappyBundle) to render an HTML file to a pdf. I've built it on a test server and it all works perfectly but when I move it to the live server none of the images show at all. Both of the servers are AWS…
Lucy
- 23
- 1
- 1
- 6
0
votes
1 answer
segfault: ubuntu (10.04.4 amd64) and wkhtmltopdf
Older (0.10 & 0.11) builds and the current (0.12) one of wkhtmltopdf stopped working on ubuntu (10.04.4 server amd64) systems since the latest kernel update.
It seems wkhtmltopdf tries to read data inside /proc which causes a segfault due to chroot…
simplyray
- 111
- 3
0
votes
1 answer
Application stopped to find shared library
wkhtmltopdf is used to create pdf files in Debian Linux.
wkhtmltopdf suddenly stopped working. Running it from shell throws library not found error:
root@x:/usr/local/bin# ./wkhtmltopdf
./wkhtmltopdf: error while loading shared libraries:…
Andrus
- 169
- 4
- 11