Tagged Questions
7
votes
2answers
485 views
moderncv - filesize of pdf too big
I managed to work out how to create a job application that is entirely written in the moderncv style. I use the moderncv class itself for my CV and the attachments (making each document a section with ...
3
votes
1answer
269 views
Is it possible to adjust natively the size of the PDF file during compilation with pdflatex?
I am a beginner in LaTeX, tentatively using it for industrial documents. I am working on a laboratory report containing little text and a large number of pictures. I prefer to leave the pictures at ...
2
votes
0answers
87 views
Get a smaller pdf file out of pdflatex [duplicate]
Possible Duplicate:
How to make the PDFs produced by pdflatex smaller?
I'm using the moderncv package to create my CV.
Now I was wondering if there is a way to get a smaller output, ...
19
votes
1answer
622 views
Why does pdflatex produce bigger output files than latex+dvipdfm?
Consider this sample code:
\documentclass{article}
\usepackage{lipsum}
\begin{document}
\lipsum[1-4]
\end{document}
When I compile this with latex and then use dvipdfm, the output file is 7893 ...
2
votes
1answer
454 views
PDF printer decreases filesize of pdflatex output considerably. Why?
This is probably not exactly a TeX question, but I assume many people concerned with TeX might also have ideas about this issue.
If I compile the following "minimum" example with pdflatex on Windows, ...
40
votes
1answer
6k views
How to make the PDFs produced by `pdflatex` smaller?
I feel that the PDFs produced by pdflatex are too huge. So for example my 50 page book with no illustrations is 500KB. I feel it should be more like 50K or even less. The .tex files together are just ...
12
votes
3answers
5k views
pdftex reduce PDF size: reduce image quality? [duplicate]
Possible Duplicate:
How to make the PDFs produced by pdflatex smaller?
I wrote my thesis in LaTeX and so far I always compiled with pdflatex. The thesis is 150 pages with many pictures and ...
10
votes
1answer
701 views
File size difference between XeLaTeX and pdfLaTeX
When working with MacTeX 2010, I noticed that XeLaTeX generates files considerably smaller than pdfLaTeX on the same input.
Even with the small example
\documentclass[11pt]{article}
\begin{document}
...