Commit 8bd7e8

2025-02-17 16:27:18 Steven Anderson: init
/dev/null .. ScriptFU/pdf.md
@@ 0,0 1,9 @@
+ # pdf
+
+ #### Split into separate pages.
+ pdfseparate -f 1 -l 5 input.pdf output-page%d.pdf
+
+ #### Reduce file size
+ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook \
+ -dNOPAUSE -dBATCH -dColorImageResolution=150 \
+ -sOutputFile=output.pdf someBigFile.pdf
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9