I keep getting RTF files that I need to read, eg readme files in software. I need to have specific fonts, font sizes, and colours to read easily though, and it is a pain to change each one by hand!

I have been using "textutil -convert txt" to change the files to text only, but I loose pictures too when I do that. I have tried to write an AppleScript to change the formatting but it doesn't work... can anyone help or suggest a better way?

This is my broken code:
tell application "TextEdit"
        tell the text of the front document
                set the font to "APHont"
                set the size to 40
                set the color of every paragraph to {0, 0, 65535}
        end tell
end tell

Thanks in advance.

r
[Please excuse mistakes/brevity, typed via on-screen keyboard due to disability]
--
Ricky Buchanan * [EMAIL PROTECTED] * http://notdoneliving.net/
The people of the machine not only reduce everything to mathematics,
but they also leave important sums out of the equations. -- DJN


Reply via email to