I have an openoffice text using different styles. I need to extract all text in one style as a text .txt
file (but not including text marked in the other styles). How can this be achieved?
I tried to mark other styles as hidden and save as .txt
, but the result contains all text, not only the one which is visible. If I save as .pdf
and then cut and paste the text from I get what I need, but this seems a roundabout solution and I am certain a better one exists.