Posts with "pdf" Tag
Pandoc-Plus
by Dan Aukes
A collection of utilities to make converting files easier in pandoc.
requires pandoc, miktex
Package URL: ...
Working with pdfs from the command line
by Dan Aukes
Merge pdfs from Bash
sudo apt install -y pdftk
pdftk file1.pdf file2.pdf cat output mergedfile.pdf
from ...