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.69
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 »

phillid commented on 2020-06-30 09:36 (UTC)

Thanks for the heads up, jeroni. I have fixed it now in pkgrel 2 and checked the rest of the dynamically linked libraries.

jeroni commented on 2020-06-29 15:11 (UTC)

@phillid, libjpeg-turbo dependency should be changed to libjpeg6-turbo.

gkrukar commented on 2019-04-30 07:59 (UTC)

Without ttf-dejavu wkhtmltopdf generate broken pdf. Example: https://filebin.net/b4ulc0v0g007ulb8/Zapisy_kart_pracy__8_.pdf?t=rry48lum On my server i had to install ttf manually after installing wkhtmltopdf-static

phillid commented on 2019-04-30 07:48 (UTC)

@gkrukar, could you please describe the problem?

gkrukar commented on 2019-04-29 18:29 (UTC)

Hello I had small problem with this package it was resolved by installing ttf-dejavu. Could you add ttf font to dependencies?

phillid commented on 2018-08-20 10:06 (UTC)

Thanks for the heads up, dcelasun. I have switched the package to use static builds for Ubuntu Bionic Beaver.

dcelasun commented on 2018-08-14 09:57 (UTC)

Working PKGBUILD for 0.12.5:

# Contributor: Evangelos Foutras <evangelos@foutrelis.com>
# Maintainer : David Phillips <dbphillipsnz gmail dot com>

pkgname=wkhtmltopdf-static
pkgver=0.12.5
pkgrel=1
pkgdesc="Shell utility to convert HTML to PDF using Webkit and Qt (upstream static build)"
arch=('i686' 'x86_64')
url="http://wkhtmltopdf.org/"
license=('GPL3')
conflicts=('wkhtmltopdf')
provides=("wkhtmltopdf=${pkgver}")
depends=('bzip2' 'expat' 'fontconfig' 'freetype2' 'gcc-libs' 'glib2' 'glibc' 'graphite' 'harfbuzz' 'libjpeg-turbo' 'libpng' 'libx11' 'libxau' 'libxcb' 'libxdmcp' 'libxext' 'libxrender' 'pcre' 'zlib' 'libpng12')
optdepends=('icu48: Rendering from HTML uses unicode character encoding')

# Debian packages are already stripped, so don't bother re-attempting
options=('!strip')
source_x86_64=("https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/${pkgver}/wkhtmltox_${pkgver}-1.xenial_amd64.deb")
source_i686=("https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/${pkgver}/wkhtmltox_${pkgver}-1.xenial_i386.deb")
md5sums_i686=('e8f5b97f0924d8d28413382306f86cc5')
md5sums_x86_64=('a5d8f1803d01f0128addf767efd77944')

package() {
    tar -xJf data.tar.xz -C "${srcdir}"
    mkdir -p "${pkgdir}/usr"
    cp "${srcdir}/usr/local/"* "${pkgdir}/usr" -r

    mkdir -p "${pkgdir}/usr/share"
    cp "${srcdir}/usr/share/"* "${pkgdir}/usr/share" -r
}

phillid commented on 2017-06-28 03:33 (UTC)

Thank you for the heads up, I have updated these.

<deleted-account> commented on 2017-06-28 02:12 (UTC)

The source URLs in the PKGBUILD no longer work (download.gna.org times out), and the project's download page now links to files on GitHub. Can the PKGBUILD please be updated?