diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-04-10 23:58:20 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-04-11 00:43:50 -0600 |
| commit | 9e1557bfcf58e0c9a503fecff96bbbbe17e2817f (patch) | |
| tree | 27c524336900a6f7470f73242fb63a7bccb969d6 /bin | |
| parent | 251decae7e6166511f847ce3681e4827a1df0cc6 (diff) | |
add -dPrinted to gs in optimize-pdf command so links are preserved
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/optimize-pdf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/optimize-pdf b/bin/optimize-pdf index cb3bcc47..6cc71ab8 100755 --- a/bin/optimize-pdf +++ b/bin/optimize-pdf @@ -51,6 +51,7 @@ fi "$GS" -q -dNOPAUSE -dBATCH -dSAFER -dNOOUTERSAVE \ -sDEVICE=pdfwrite \ -dPDFSETTINGS=/prepress \ + -dPrinted=false \ -dCannotEmbedFontPolicy=/Warning \ -dDownsampleColorImages=$DOWNSAMPLE_IMAGES \ -dColorImageResolution=$IMAGE_DPI \ |
