All public logs
Jump to navigation
Jump to search
Combined display of all available logs of creative crowd wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:33, 7 April 2023 Simoon talk contribs created page Compresspdf.sh (Created page with "==Script== thumb|right|<code>pdftk</code> duplicates each page thumb|right|<code>pdfjam</code> places two A4 on one A3 <pre> pdffile=$1; dpi=$2 gs \ -o "${pdffile%.pdf}-resampled.pdf" \ -sDEVICE=pdfwrite \ -dDownsampleColorImages=true \ -dDownsampleGrayImages=true \ -dDownsampleMonoImages=true \ -dColorImageResolution=$dpi \ -dGrayImageResolution=$dpi \ -dMonoImageResolution=$dpi \ -dColorIma...")