From 0417ba23da3a4136648947c991325d91fd1da874 Mon Sep 17 00:00:00 2001 From: tezzytezzy Date: Sun, 14 Feb 2021 06:58:47 -0800 Subject: [PATCH] Update description --- pdf_batch_compressor.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pdf_batch_compressor.sh b/pdf_batch_compressor.sh index 937fe44..acb810a 100755 --- a/pdf_batch_compressor.sh +++ b/pdf_batch_compressor.sh @@ -1,12 +1,12 @@ #!/usr/bin/env bash # ### FUNCTIONALITY ### -# Compress PDF files in the folder where this script resides via Ghostscript -# 1. Create a sub-folder, ./compressed, and put the resultant compressed ones in it -# 2. Compress files with any PDF extentions i.e., .pdf, .PDF, .pDf and so on -# 3. Optional compression parameter, namely, prepress, ebook (default) and screen - in the descending order of quality -# 4. Log output in the sub-folder with the compressed file names and any error message -# N.B. Make sure to make this script excutable via chmod +x or 755, after copying! +# Compress PDF files via Ghostscript in the folder where this script resides +# 1. Create a sub-folder, ./compressed, and put the resultant compressed ones in it, +# 2. Compress files with any PDF extensions i.e., .pdf, .PDF, .pDf and so on, +# 3. Optional compression parameter to be supplied, namely, prepress, ebook (default) and screen - in the descending order of quality, +# 4. Log output with the compressed file names and any error message in the sub-folder, and +# N.B. Make sure to make this script executable via chmod +x or 755, after copying! shopt -s nocaseglob # Bash matches filenames in a case-insensitive fashion when performing filename expansion