Pdf

Handy Media Tools

Useful and reusable media tools

Pandoc-Plus

A collection of utilities to make converting files easier in pandoc.

Working with pdfs from the command line

Merge pdfs from Bash

sudo apt install -y pdftk
pdftk file1.pdf file2.pdf cat output mergedfile.pdf …