Replace formatting with text
I have a document where the key information that I need to extract is in a certain font type and size. So say the document is 10,000 words long and there are say 2,000 words formatted this way that I need to extract.
There is no other way to identify the key information.
So I want to search and replace the font and size and 'replace' with (say) '^p###'. But I don't want to lose the original text! Then I can sort the paragraphs and bingo, the important stuff is grouped together.
Is this possible?
|