Skip to content
Prev 260347 / 398502 Next

Shrink file size of pdf graphics

On 19/05/2011 11:14 AM, Layman123 wrote:
There are several possibilities.  You can use a bitmapped device (e.g. 
png()) to save the image; pdflatex can include those.

You can compress the .pdf file using an external tool like pdftk (or do 
it internally in R 2.14.x, coming soon).

There are probably others...

Duncan Murdoch