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.