This repository contains the Dockerfile for Master PDF Editor.
Install Docker.
Download image from public Docker Hub Registry:
docker pull frankwolf/master-pdf-editor
docker build --build-arg VERSION=4.3.89 -t frankwolf/master-pdf-editor .
docker run -it --rm -v "$PWD":/data -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY frankwolf/master-pdf-editor
You can decrypt a pdf with
qpdf --decrypt input.pdf output.pdf
# or
pdftk input.pdf output out.pdf allow AllFeatures
first.
Content type
Image
Digest
Size
151.4 MB
Last updated
over 8 years ago
docker pull frankwolf/master-pdf-editor