View Single Post
Old 06-08-2011, 09:23 AM   #3
thydere
Member
thydere began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Nov 2007
Location: Germany
Device: Sony PRS-300
Quote:
Originally Posted by HarryT View Post
I don't think there's any way of avoiding this, unfortunately. Could you not combine the two HTML files into one to avoid it, or have the break occur at a different place where it wouldn't matter?
Combining the html files would result in the forementioned problem of not being able to open the epub on the sony reader - or any other reader that imposes a filesize limit on epub content.

And as I ran into this problem while writing an epub generation library (my intention is to glue a document parser - i.e. markdown - to an epub generator backend, so an article/book/document can be written in a simple text based document language) you can understand that handpicking the pagebreak, while being the only reasonable solution, might not be a desirable or even viable option for an automated process.

Seems I have to live with that inconvenience...

Anyway, thanks for the info Harry.
thydere is offline   Reply With Quote