adds onesheet to compression script
This commit is contained in:
1
compress-pdf.sh
Normal file → Executable file
1
compress-pdf.sh
Normal file → Executable file
@@ -1,2 +1,3 @@
|
|||||||
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=final.pdf main.pdf
|
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=final.pdf main.pdf
|
||||||
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=final-covers.pdf covers.pdf
|
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=final-covers.pdf covers.pdf
|
||||||
|
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dNOPAUSE -dQUIET -dBATCH -dPrinted=false -sOutputFile=final-onesheet.pdf onesheet.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user