Jan 23, 2021 • 1 min read
Pdftk Installation
“PDFtk - The PDF Toolkit. PDFtk is a simple tool for doing everyday things with PDF documents. It comes in three flavors: PDFtk Free, PDFtk Pro, and our original command-line tool PDFtk Server.”
In this blog post learn how to install PDFTK used to edit PDF.
- Install PDFTK on debian
sudo apt install pdftk- Create a directory for the conversion to take place e.g. $HOME/temp/convert
mkdir -p ~/temp/convertUse a conversion folder to store pdf input/output content.
You are now ready to use PDF on a Linux system.