Pdf – How to automate Adobe Acrobat XI Standard to re-compress a lot of PDFs

adobe-acrobatcompressionpdf

I've about 15 gigabyte of PDFs scanned with an old version of Adobe Acrobat that are huge.

Adobe Acrobat XI Standard that comes with my new scanner has an option to (it seems lossless) recompress these PDFs. Usually this saves over 2/3 of a document, often even 80% or 90%.

Given that there is about 7 thousand files, I want to automate this process.

This is how you do this manually:

  1. open the PDF file in Adobe Acrobat XI Standard
  2. in the File menu choose, Save as Other... then Reduced size PDF
  3. in the dialog, from Make compatible with choose Acrobat 10 and later, then press OK
  4. in the Save As dialog, keep the filename, then press Save
  5. wait (sometimes long, this can take a minute for files that like 50 megabytes large) for completion

How can I automate this?

(it looks like the ScanSnap software does at least some UI automation here and there, so it looks possible somehow)

Best Answer

This is how I did it in Adobe Acrobat XI Standard:

The trick is to ensure no PDF files are open in Adobe Acrobat XI Standard. Then the Reduce side PDF... behaviour is different.

I used C:\temp as folder for the steps below. You can enhance the steps by

These are the steps I used

  1. Start Adobe Acrobat XI Standard, ensure there are no PDF files opened
  2. in the File menu choose, Save as Other... then Reduced size PDF...
  3. in the Arrange Documents dialog, choose Add Files..., then Add Files... (confused? see the images below)
  4. in the Add Files dialog, select a bunch of PDF files
  5. repeat steps 3. and 4 when needed, or drag files from Windows Explorer, Everything Search Engine, et cetera
  6. in the Arrange Documents dialog, press OK
  7. in the Reduce File Size dialog, from the Make compatible with listbox, choose Acrobat 10 and later, then press OK
  8. in the Output Options dialog, keep the settings, then press OK
  9. wait until the progress dialog has shown all files have been processed and returns itself to the main Adobe Acrobat XI Standard window

Notes:

  • The wait can take very long, especially with thousands of files
  • I converted on copies of each directory so I could view before/after results

    1. Started Adobe Acrobat XI Standard Started Adobe Acrobat XI Standard
    2. Main window: Chose File, then Save as Other..., then Reduced size PDF... Main window: Chose <code>File</code>, then <code>Save as Other...</code>, then <code>Reduced size PDF...</code>
    3. Arrange Documents dialog: Chose Add Files..., then Add Files... <code>Arrange Documents</code> dialog: Chose <code>Add Files...</code>, then <code>Add Files...</code>
    4. Add files dialog: Added files from C:\temp <code>Add files</code> dialog: Added files from <code>C:\temp</code>
    5. Arrange Documents dialog: Choose OK <code>Arrange Documents</code> dialog: Choose <code>OK</code>
    6. Reduce File Size dialog: chose Acrobat 10 and later, then OK <code>Reduce File Size</code> dialog: chose <code>Acrobat 10 and later</code>, then <code>OK</code>
    7. Output Options dialog: kept the settings, then pressed OK<code>Output Options</code> dialog: kept the settings, then pressed <code>OK</code>
    8. Progress dialog: wait until all files have been processed <code>Progress</code> dialog: wait until all files have been processed
Related Question