Commit 8bd7e8
2025-02-17 16:27:18 Steven Anderson: init| /dev/null .. ScriptFU/pdf.md | |
| @@ 0,0 1,9 @@ | |
| + | |
| + | |
| + | #### 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 |