h4cc / wkhtmltopdf-amd64

wkhtmltopdf - Convert html to pdf using webkit (qtwebkit). Linux amd64 Binary.
http://wkhtmltopdf.org/
GNU Lesser General Public License v3.0
471 stars 169 forks source link

Update to 0.12.1 #5

Closed tcql closed 10 years ago

h4cc commented 10 years ago

With 0.12.1, there are no static linked binaries provided, asked the devs to provide them: https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1822

h4cc commented 10 years ago

wkhtmltopdf devs said they do not provide a static linked linux binary anymore, because of multiple issues.

Easy solution would be simply using the Debian 7.5 binaries and hope they work, or ...

the more advanced solution would be to use a composer installer script to determine current operating system and architecture, to download the matching binary.

tcql commented 10 years ago

Thanks for checking in to that. I ended up compiling my own binary and sticking that in a repo so I could link it through composer (all devs and our servers use the same OS/architecture, so a binary compiled for me will work for everybody)

h4cc commented 10 years ago

Using Debian 7.5 build binaries now.