I have about 60 rtf documents that I'd like to convert to plain text.
I know that Nisus can do this, so I'm wondering how to make a macro that could make this process quick and easy.
I guess it should be child's play for anyone who understands the basics of the macro language, but that group doesn't include me
Thanks
Well it's not very satisfying for a macro guru, but I've found another way - importing into Scrivener and then exporting as plain text. Easy enough, since Scriv can handle many files at once.
In case you're still looking for a macro, I wrote a batch RTF converter and added it to the repository. If you want to convert all files NWP supports, open the macro and change the highlighted extension to be the empty string (eg: from 'rtf' to '').
When saving a file as plain text using the Save menus, the Save dialog has a popup button that lets the user choose which encoding to use. By default UTF-8 is selected.