DinkToPdf
DinkToPdf copied to clipboard
wkhtmltopdf 0.12.5
Hello,
It would be good if the latest libwkhtmltopdf was added to the repo:
https://github.com/wkhtmltopdf/wkhtmltopdf/releases
Cheers
I agree, waiting for binaries to be compiled and published.
i did copy 0.12.5 instead of 0.12.4 and prefixed with lib. So far so good.
Can you share the bineries?
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.
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))
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.