Package Details: wkhtmltopdf-bin 0.12.6.1+3-1

Git Clone URL: https://aur.archlinux.org/wkhtmltopdf-bin.git (read-only, click to copy)
Package Base: wkhtmltopdf-bin
Description: convert HTML to PDF using Webkit and Qt (upstream static build)
Upstream URL: https://github.com/wkhtmltopdf/packaging
Licenses: GPL-3.0-or-later
Conflicts: wkhtmltopdf, wkhtmltopdf-static
Provides: wkhtmltopdf, wkhtmltopdf-static
Replaces: wkhtmltopdf-static
Submitter: envolution
Maintainer: envolution
Last Packager: envolution
Votes: 66
Popularity: 2.64
First Submitted: 2025-03-27 01:17 (UTC)
Last Updated: 2025-03-27 01:21 (UTC)

Required by (25)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

psytoolkit commented on 2015-01-27 19:12 (UTC)

When running version 0.12.2.1, it runs, but I get the message: Unable to load library icui18n "Cannot load library icui18n: (icui18n cannot open shared object file: No such file or directory)

phillid commented on 2015-01-26 23:37 (UTC)

That's odd, it's working fine this way... Could you please: * Confirm that makepkg says the source's sum is correct * Let me know about anything special you've set in /etc/makepkg.conf that I might be overlooking. * Confirm that running `bsdtar tf /path/to/wkhtmltox-0.12.2.1_linux-wheezy-amd64.deb | grep 'data'` outputs 'data.tar.xz' Thanks.

bidossessi commented on 2015-01-26 20:28 (UTC)

Your package fails to build for me on x86_64. ==> Unpacking data.tar.xz (Debian package files) tar: data.tar.xz: Cannot open: No such file or directory Seems like either deb is not found or makepkg fails to unpack it. Not sure which.

phillid commented on 2015-01-17 22:23 (UTC)

Yes, my mistake. Rewrote part of the PKGBUILD and got confused between values used by $CARCH and architecture names used upstream. Thanks, fixed.

firecat53 commented on 2015-01-17 22:10 (UTC)

I believe there's a small type in the PKGBUILD: ;; - "amd64") + "x86_64") _arch="amd64" sha256sums=('75f3379b8bf3998f9875270a12219263ee25ab3e97a511f37137c199b1f8c40a') ;; At least, I had to change it so it worked for me! Thanks! Scott

phillid commented on 2015-01-17 05:40 (UTC)

Hi all, package has been updated to 0.12.2

phillid commented on 2014-11-04 02:06 (UTC)

Thanks @psytoolkit, I'd like to list the advantages in the description field, but there's such a massive list of advantages. Some other key advantages: * <h1> through <h6> tags are transformed into a hierarchy of PDF headings so you can expand/collapse sections/chapters in your reader and use the headings as anchors. * IIRC, links don't work in the dynamically-linked version in the official repos.