pdf bestand kleiner maken ?
mei 26th, 2010 by mark

Heb je een pdf van bijvoorbeeld een documentje dat je gescand hebt met een wat hoge resolutie ?

Ghostscript to the rescue ! Dat  wil zeggen als je een linux systeem hebt.

gs -q -dNOPAUSE -dBATCH -dSAFER \
-sDEVICE=pdfwrite \
-dCompatibilityLevel=1.3 \
-dPDFSETTINGS=/screen \
-dEmbedAllFonts=true \
-dSubsetFonts=true \
-dColorImageDownsampleType=/Bicubic \
-dColorImageResolution=72 \
-dGrayImageDownsampleType=/Bicubic \
-dGrayImageResolution=72 \
-dMonoImageDownsampleType=/Bicubic \
-dMonoImageResolution=72 \
-sOutputFile=out.pdf \
Je_document.pdf

Je kunt eventueel wat spelen met de numerieke waardes om het resultaat te manipuleren.


Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
»  Substance:WordPress   »  Style:Ahren Ahimsa