File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ set -o errtrace # trace ERR through 'time command' and other functions
8
8
set -o nounset # set -u : exit the script if you try to use an uninitialized variable
9
9
set -o errexit # set -e : exit the script if any statement returns a non-true return value
10
10
11
- echo " $( date +' %0Y-%0m-%0d %0R:%0S' ) : Welcome to the pdf filtering script."
11
+ pdfVersion=" 1.5"
12
+ echo " $( date +' %0Y-%0m-%0d %0R:%0S' ) : Welcome to the pdf filtering script using pdf $pdfVersion compliance."
12
13
13
14
currentDir=" $( pwd) "
14
15
echo " $( date +' %0Y-%0m-%0d %0R:%0S' ) : We are working in directory: '$currentDir '."
48
49
-dCannotEmbedFontPolicy=/Error \
49
50
-dColorConversionStrategy=/LeaveColorUnchanged \
50
51
-dColorImageFilter=/FlateEncode \
51
- -dCompatibilityLevel=1.4 \
52
+ -dCompatibilityLevel=" $pdfVersion " \
52
53
-dCompressFonts=true \
53
54
-dCompressStreams=true \
54
55
-dCreateJobTicket=false \
You can’t perform that action at this time.
0 commit comments