View Single Post
Old 05-19-2011, 05:48 PM   #2
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
For now, I can remove undesired page-break by adding the following regex in calibre.
Quote:
(?is)<div class="dochead">.*?</div>
(?is)<div class="navigation">.*?</div>
(?is)<div class="docinfo">.*?</div>
I don't think it a perfect workaround because these regex will remove page-break and a set of <div></div>. Even though they are not relevant, I still want to ONLY remove page-break.
ericshliao is offline   Reply With Quote