[scribus] Pdf file size

William Bader williambader at hotmail.com
Fri Oct 30 18:48:58 UTC 2015



> To: scribus at lists.scribus.net
> From: anders at texnat.se
> Date: Fri, 30 Oct 2015 19:06:29 +0100
> Subject: Re: [scribus] Pdf file size
> 
> Den 2015-10-30 kl. 18:27, skrev John Beardmore:
> > I've produced an environmental report in Scribus 1.5 under windows.
> >
> > With best resolution pictures the .pdf file is 136 megabytes, and with 
> > low resolution it's still 11 megabytes.
> >
> > My clients are having problems uploading these files when making 
> > funding applications because of their size.
> >
> > Two questions then...
> >
> >   What type and settings for PDF output is most likely to produce
> >   compact output ?
> >
> > And
> >
> >   I seem to recall somebody saying that you could run Scribus
> >   .pdf files through some tool or other, which made them a lot
> >   smaller without noticeable loss of quality. Can anybody
> >   remember which tool this is ?  I have access to Linux boxes
> >   too if needs be.
> >
> >
> > Many thanks, J/.
> Hi,
> I use scribus under Linux (just now Ubuntu 14.04) and use ghostscript  to
> reduce the size of pdf-files. I have never tried this in windows but the
> following does the trick in linux
> 
> If you want to make the file myfile.pdf smaller and with the name 
> newfile.pdf try the following command
> (if your pdf is for printing)
> 
> gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress 
> -dNOPAUSE -dQUIET -dBATCH -sOutputFile=newfile.pdf myfile.pdf
> 
> If the file is for screen viewing use
> 
> gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen 
> -dNOPAUSE -dQUIET -dBATCH -sOutputFile=newfile.pdf myfile.pdf
> 
> I do this regularly with files to be sent to print and there has never 
> been any problem
> 
> -- 
> /Anders K=


I have used ghostscript to reduce PDF files also.  I check the sizes of both files afterwards because ghostscript does not always make a smaller file.
It is probably better to add -c .setpdfwrite in the command line, for example
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -dNOPAUSE -dQUIET -dBATCH -sOutputFile=newfile.pdf -c .setpdfwrite -f myfile.pdf
See http://ghostscript.com/doc/current/Language.htm#.setpdfwrite and http://ghostscript.com/doc/current/Ps2pdf.htm#Limitations
Regards, William Bader, Director of Research and Development at SCS, http://www.newspapersystems.com

 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.scribus.net/pipermail/scribus/attachments/20151030/889af986/attachment.html>


More information about the scribus mailing list