General ⇒ pdflatex compression?
pdflatex compression?
Does pdflatex do some compression? Has Lulu's system decompressed it? If so, did something get lost in the process?
I posted this question on the Lulu forum. A person on that forum who has been very good at answering other questions, answered this one with "I dunno." I can't imagine that they added 2.2MB of meta data.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
pdflatex compression?
Check the document properties, and compare the embedded fonts. The Adobe Acrobat Reader can show you this, or pdffonts.
Furthermore, different pdfTeX versions can produce files with a different pdf standard and a different compression level, which can also be manually set, such as by
Code: Select all
\pdfminorversion=5\pdfobjcompresslevel=3\pdfcompresslevel=9
Stefan
Re: pdflatex compression?
BTW, I'm providing two versions of my book -- pdf for double-sided printing with appropriate margins (binding gutter, etc.) and pdf for ereading (uniform, small margins). LaTeX made it easy for me to adjust the paper size so that both versions have the same pagination. Thus an instructor using the book can refer to a page number, and it works for both versions. Another reason for providing the ereading version in pdf.
Bob