Hacker News new | ask | show | jobs
by cicero 2048 days ago
PDF is ultimately for paper when you care about how the content fits on each page. A reflowable format will have to at some point be rendered to pages if one is to go to paper, and I can't think of anything better than PDF for storing that rendering.
1 comments

epub is basically many html files packaged together and indexed. So rendering for printing can be taken care of with the right media-querying CSS.