Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Nou pe simpatie: simpatica_dorina pe Simpatie.ro
 | Femeie 25 ani Arad cauta Barbat 32 - 44 ani |
|
|
Mrrrr's Forum (VIEW ONLY)ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| pus acum 3 saptamani#1 |
TRaPModerator
Postari: 964
|
|
For this, you need Ghostscript. I got the portable version from here: https://portableapps.com/apps/utilities ... t_portable
The following command has reduced a 35,7 MB text PDF document to a 1,15 MB text PDF document with no visible quality reduction.
| "PATH_TO\gswin64c.exe" -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=compressed.pdf original.pdf |
For a bigger reduction, you could use:
| "PATH_TO\gswin64c.exe" -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=compressed.pdf original.pdf |
For me it did the exact same thing as the first command, no further reduction.
The presets are roughly:
Code:
Setting Compression Quality
/prepress Low Very high
/printer Moderate High
/ebook Good Good
/screen High Lower |
Source: ChatGPT
|
|
| |
|