DinkToPdf icon indicating copy to clipboard operation
DinkToPdf copied to clipboard

wkhtmltopdf 0.12.5

Open teocomi opened this issue 5 years ago • 6 comments

Hello,

It would be good if the latest libwkhtmltopdf was added to the repo:

https://github.com/wkhtmltopdf/wkhtmltopdf/releases

Cheers

teocomi avatar Jul 10 '18 15:07 teocomi

I agree, waiting for binaries to be compiled and published.

rdvojmoc avatar Jul 19 '18 05:07 rdvojmoc

i did copy 0.12.5 instead of 0.12.4 and prefixed with lib. So far so good.

paurail avatar Aug 08 '18 06:08 paurail

Can you share the bineries?

rdvojmoc avatar Aug 08 '18 06:08 rdvojmoc

From https://wkhtmltopdf.org/downloads.html I took the installer (win64) and after the installation I copied wkhtmltox.dll and renamed it to libwkhtmltox.dll.

paurail avatar Aug 08 '18 07:08 paurail

Does anyone know what dependencies libwkhtmltox.dll actually has? It runs fine (with this project) on my workstation but doesn't work on my server. I'm getting:

One or more errors occurred. (Unable to load DLL 'libwkhtmltox' or one of its dependencies: The specified module could not be found. (Exception from HRESULT: 0x8007007E))

FrankV01 avatar Oct 25 '18 20:10 FrankV01

If you're on OSX and you'd like to upgrade to the latest version. Download the .pkg from

https://wkhtmltopdf.org/downloads.html

Then use pkgutil --expand-full [pkg] [dir]

navigate to dir/payload/usr/local/share/wkhtmltox-installer/

expand wkhtmltox.tar.gz

navigate to wkthmltox/lib/

and the latest version is in there as wkhtmltox.x.x.x.dylib ( it will be the largest one ).

Rename it and drop it in.

jalevin avatar Nov 17 '18 03:11 jalevin