
: Re: Clean up converted ebook I have some ebooks which are converted from other formats to ePub. Some are ill-formatted: there are hard line breaks in words and orphaned page numbers between paragraphs.
0 Reactions
I used "wondershare PDF converter" to convert my pdf to epub, then I opened the epub with Calibre and removed the line breaks with these regex :
<span style="">([^.><]*)</span>s*</p>s*<p>
replaced by
<span style="">1</span>
Then:
¬</span>s*</p>s*<p>
replaced by
</span>
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Karen

: How can I transfer data from kindle to computer without a cable? I use kindle without using a USB cable most times. But when I want to export the myclippings.txt file, I have to use a cable
0 Reactions

: Is regex available in Sigil clip editor? I see that the Sigil Clip Editor has some basic regex (e.g., the first numbered group 1 matches the entire selected text in the replace text and
0 Reactions