/qpdf-alpine

qpdf binary for our alpine images

QPDF for Alpine linux

This repository contains the current release of QPDF built for Alpine linux.

The built binaries are tested against our Alpine base images:

Installation

  • Install the required dependencies libjpeg and libstdc++

    apk add libjpeg libstdc++

  • Download the latest binary release (or a specific release version)

    wget https://github.com/gmitirol/qpdf-alpine/releases/latest/download/qpdf-bin-amd64.tgz

  • Extract the binaries (by using the root directory as target, they are installed in /usr/bin.)

    tar xzf qpdf-bin-amd64.tgz -C /