Compress multimple PDF files (Entry Nr. 282, by user 1 | edit) |
|
|
To compress multiple pdfs we
- convert them to postscript files (step 1)
- use the batch files describe below to convert them to compressed pdfs
Some problems we experienced:
- We have some pdfs made from large scanned pages (1bit, high resolution images, usually bigger than the pdf page size). These take forever to convert and the images in the pdf come out distorted
- If you copy/paste the text from the compressed pdfs it is messed up
|
|
convert.bat |
A launcher that calls the convert-script for every ps file in the directory Usage: convert 13 to convert all ps-files found using "pstopdf_13.bat" |
|
|
pstopdf_13.bat |
A convert script that converts the given ps file to a compressed acrobat version 1.3 pdf. (13 stands for the resulting pdf version 1.3) Usage pstopdf_13 test.ps Note: You might have to add your path to gswin32c.exe for this to work |
|
|
|
Create a new entry at this position
|
|
|