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.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: Andreea Miluta pe Simpatie
 | Femeie 24 ani Braila cauta Barbat 30 - 48 ani |
|
TRaP
Moderator
Inregistrat: acum 8 ani
Postari: 959
|
|
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
|
|
| pus acum 4 zile |
|