Make site curlable

This commit is contained in:
Never Gude 2026-02-05 01:42:49 +01:00
parent b97e19b707
commit b63d2ebeb2
16 changed files with 291 additions and 7 deletions

View file

@ -0,0 +1,11 @@
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;;\