Changes to project structure

This commit is contained in:
Never Gude 2026-02-06 22:45:41 +01:00
parent 7d71c4bfda
commit fb63da2836
51 changed files with 801 additions and 586 deletions

View file

@ -1,21 +0,0 @@
Random linux utilities
Neat things I picked up along the way
Never
25.7.2025
────────────────────
MERGE PDFS
Using Ghostscript
Ghostscript has a feature to merge multiple pdf files into one. Although
ImageMagick also has this feature, I prefer this one, as it doesnt
rasterize and scales down the pdf files.
gs -dNOPAUSE -sDEVICE=pdfwrite \
 -sOUTPUTFILE=output.pdf \
 -dBATCH 1.pdf 2.pdf
]8;;\