Graphics, Figures & Tables ⇒ size of pdf-figures
-
- Posts: 11
- Joined: Thu Sep 03, 2009 11:02 am
size of pdf-figures
A while ago I have created some graphics and saved them as pdf-files.
Now I want to \includegraphics{} them in my document.
The Problem:
The 40 graphics are quite large (about 1mb per file).
In the document I scale them to about 10%.
How can I achieve that the size of the pdf then created with pdflatex isn't 40mb.
By the way. I created the graphics with inkscape and havn't got any source files of them.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: size of pdf-figures
If you want a smaller file, my advice would be to convert the PDF images to some other image format, and then scale the actual files, before using \includegraphics -- e.g., to JPG or PNG or something else where they'll be smaller in size if the images are smaller. If you let us know your operating system, we might be able to suggest software to do this if you don't have it already.
But someone else might have other ideas, particularly if you let us know a bit more about what your goals are with them (e.g., do you want them to be infinitely scaleable?)