logoalt Hacker News

veqqyesterday at 7:46 PM3 repliesview on HN

Why is the PDF smaller than the Epub file?


Replies

shaknayesterday at 9:41 PM

The ePub contains both SVGs and PNGs, the latter of which doesn't compress all that well for "plain zip", which an ePub is.

The PDF on the other hand gets to use zlib for streaming all the objects. It gets half decent compression.

tangusyesterday at 9:33 PM

Probably vector-drawn diagrams are rendered into bitmap images for the EPUB version.