View Single Post
Old 08-19-2010, 02:23 PM   #8
bear4hunter
Addict
bear4hunter rocks like Gibraltar!bear4hunter rocks like Gibraltar!bear4hunter rocks like Gibraltar!bear4hunter rocks like Gibraltar!bear4hunter rocks like Gibraltar!bear4hunter rocks like Gibraltar!bear4hunter rocks like Gibraltar!bear4hunter rocks like Gibraltar!bear4hunter rocks like Gibraltar!bear4hunter rocks like Gibraltar!bear4hunter rocks like Gibraltar!
 
bear4hunter's Avatar
 
Posts: 248
Karma: 100148
Join Date: Jul 2010
Location: Germany, Munich
Device: Kindle 3 & DX Graphite, PocketBook 302 & Pro 603
Thanks a lot, I'll take a look at TextPad this weekend, if I find the time

I might experiment with these RegExes or variations in notepad++ as well, as I see they are quite like the ones I know already:

Code:
\r\n finds line breaks
and if my PDF is messy, ending up with lots of styles like p1, p2,... I use

Code:
(space)class=".*" and replace it with (nothing)
Actually, both come from or are based on tips from Joshua Tallents excellent book on Kindle Formatting - I found it worth every penny.
bear4hunter is offline   Reply With Quote