Skip to content

Il sito di Ivan Piffer

Narrow screen resolution Wide screen resolution Increase font size Decrease font size Default font size    Default color brown color green color red color blue color
You are here: HOME arrow Informatica arrow Articoli interessanti arrow Ridurre la dimensione dei PDF con Linux
Skip to content
Ridurre la dimensione dei PDF con Linux PDF Stampa E-mail
Valutazione utente: / 3
ScarsoOttimo 
Scritto da Ivan Piffer   
lunedì 18 gennaio 2010

 

http://thumb15.shutterstock.com.edgesuite.net/display_pic_with_logo/107104/107104,1201627985,3/stock-photo-man-s-hand-compressing-a-dynamometer-measurement-of-force-of-a-hand-on-white-background-8978941.jpg

 

PRIMA POSSIBILITA'

Da linea di comando:

gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf

al posto di ebook si possono mettere altre opzioni:

 
-dPDFSETTINGS=/screen   (screen-view-only quality, 72 dpi images)
-dPDFSETTINGS=/ebook    (low quality, 150 dpi images)
-dPDFSETTINGS=/printer  (high quality, 300 dpi images)
-dPDFSETTINGS=/prepress (high quality, color preserving, 300 dpi imgs)
-dPDFSETTINGS=/default  (almost identical to /screen)

 Provatelo, funziona molto bene anche se come ovvio la qualita' ha il suo peso.

SECONDA POSSIBILITA'

 
pdf2ps originale.pdf file_enorme.ps
ps2pdf file_enorme.ps prima_compressione.pdf
Commenti
Nuovo Cerca RSS
Commenta
Nome:
Email:
 
Website:
Titolo:
UBBCode:
[b] [i] [u] [url] [quote] [code] [img] 
 
 
:angry::0:confused::cheer:B):evil::silly::dry::lol::kiss::D:pinch:
:(:shock::X:side::):P:unsure::woohoo::huh::whistle:;):s
:!::?::idea::arrow:
 

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."


Ultimo aggiornamento ( lunedì 18 gennaio 2010 )
 
< Prec.   Pros. >