Quote:
Originally Posted by phossler
@kovid - I understand the risks, but I just got through cleaning an epub that was littered with ID's that seemed to be paper book page number markers
|
Instead of removing the start of printed page ids, you could instead build a page-map.xml from them or use the in the ncx with pagelist tags and add back the original support for proper pages. This would be an easy editor plugin.
Alternatively before removing them, you should probably look for a pagemap.xml file and examine the ncx file to make sure they are not referenced there, otherwise you will break the page mapping feature.
KevinH