ubuntuusers.de

PDF Programm PDFTK mit Docker Container nutzen

Status: Gelöst | Ubuntu-Version: Kubuntu 18.04 (Bionic Beaver)
Antworten |

undine

Anmeldungsdatum:
25. Januar 2007

Beiträge: 3400

Hallo Ubuntuuser,

wie richte ich PDFTK in einem Docker Container ein?

https://packages.ubuntu.com/search?keywords=pdftk&searchon=names

https://askubuntu.com/questions/1028522/how-can-i-install-pdftk-in-ubuntu-18-04-bionic

https://askubuntu.com/search?q=user:822810+[pdftk]

A: How can I install pdftk in Ubuntu 18.04 Bionic?

You can try use a docker image of Ubuntu 16.04 with pdftk installed to run pdftk: Install docker: sudo apt install docker.io Pull Ubuntu 16.04 and run a bash shell: sudo docker run -it ubuntu … :16.04 bash Update and install pdftk from container prompt: apt update apt install pdftk On a new terminal run: sudo docker ps -a Commit the image using the CONTAINER ID of ubuntu:16.04 to a new …

https://opensource.com/article/18/6/pdf-merge-tool

https://wiki.ubuntuusers.de/poppler-utils/

Hat das einer ausprobiert?

Greetz

undine

Antworten |