While everyone here seems to talk about the epub angle to the story, there's also simply the deeper story here, that "the web's" handling of paged media and the CSS paged media specs (to which his epub problem is related) is a never ending shitshow. Not only for epubs, for everybody who actually wants to print to real paper, too, ideally with a working cross browser solution. Mistake is largely not in the specs, but…
Pagination widows, or, why I'm embarrassed about my eBook (2023)
131–137 of 137 posts
Re: Pagination widows, or, why I'm embarrassed about my eBook (2023)
#132Earlier quoted context omitted.
> adhesive tape? Don't - it yellows too.
I use thin 2" tape to wrap the corners and the oldest one is probably 10 years old and no yellowing.
Re: Pagination widows, or, why I'm embarrassed about my eBook (2023)
#133Earlier quoted context omitted.
PDF's are size agnostic, by the way. We think of them as being restricted to A4 or letter paper, but you can generate a pdf of almost any size.
The PDF specification is size agnostic. A given, created, PDF, is fixed to whatever size it was created to represent. Acrobat claims to be able to "reflow" some PDF's, but whatever it is doing is more black magic voodoo than anything else, given how text layout is represented inside the PDF format. The text layout becomes (essentially) a stream of instructions to "move current point to 123,456" and "place this text a…
Re: Pagination widows, or, why I'm embarrassed about my eBook (2023)
#134Earlier quoted context omitted.
Exactly! EPUBs are great for novels or anything you just want to read line-by-line
They're really great for anything I want to read on my phone, including technical books. I'll take a slightly-less-great ePub over a PDF I have to scroll around or use terrible reflow heuristics via some reader any day.
Re: Pagination widows, or, why I'm embarrassed about my eBook (2023)
#135Earlier quoted context omitted.
They're really great for anything I want to read on my phone, including technical books. I'll take a slightly-less-great ePub over a PDF I have to scroll around or use terrible reflow heuristics via some reader any day.
Really, the point is, why can't we have both? I use and enjoy epubs extensively, but also in many contexts I strongly prefer PDF.
Re: Pagination widows, or, why I'm embarrassed about my eBook (2023)
#136Earlier quoted context omitted.
One question: Why do people make PDFs in A4 format? Wouldn't it make better sense to start making them in A5 or A6, so that they could be better read on e-readers, phones, and on part of a computer screen (which is landscape oriented)?
PDFs are in Letter (rarely A4) format, quite simply, to be printed on Letter paper :) The computer screen view is secondary.
You must be from North America. In the rest of the world, it’s always A4. I encounter A4 PDFs fairly often, but don’t know how long it would be since I encountered Letter, but easily years.
Re: Pagination widows, or, why I'm embarrassed about my eBook (2023)
#137Another frustrating thing with ebooks is that you can't get them in PDF format any more. So much time is spent making a nicely fomatted hardcopy edition, then the ebook is only available as a terribly auto-converted epub that throws away all the layout and style. Particularly cookbooks, as well as anything technical, I just can't stand how lazy, ugly, and difficult to read the epubs are. All the tooling already exist…