There’s an item that’s been near the top of my iOS wish list almost since the iPhone was released: RTF (rich text format) support. Before you start shouting that iOS already has such support, allow me to rewind to the beginning of the story.

If all one means by RTF support is the ability to create bold, italicized, and underlined text, then yes, this feature has been available from an assortment of iOS apps for quite some time. For example, you’ll find it in “Office” apps such as QuickOffice and Office² HD. These apps go beyond the just-mentioned trio of font styling options, allowing for a variety of fonts, font sizes, and colors. With Office² HD, you can even insert graphics into a document. Apple’s iWork for iOS apps provide similar formatting support.

The wait is over. There has never been an iOS app that can create or edit.rtf (rich text format) documents. It’s called, appropriately enough, RichText Edit. Hit Cmd + S to save this file as either a TXT or RTF file. You should copy this file to an external or network drive so it’s available for use once you’re no longer using your current machine. You should copy this file to an external or network drive so it’s available for use once you’re no longer using your current machine. When saving a file in the Rich Text Format, the file is processed by an RTF writer that converts the word processor's markup to the RTF language. When being read, the control words and symbols are processed by an RTF reader that converts the RTF language into formatting for the word processor that will display the document.

So what’s the problem? For one thing, until iOS 5, Apple did not include any system frameworks for RTF formatting. As a result, each app had to invent its own method for offering these options. This limited the number of apps that would or could provide RTF support.

With iOS 5, Apple did add a limited rich text formatting capability. You can see it in action in the Mail app, where you can select among bold, italics, and underlined text when composing a message. However, even here, there are several significant caveats.

First, accessing these style changes requires going through a cumbersome series of steps that most people will never bother to use, even if they manage to figure it out (see Macworld’s review of iOS 5 for all the gory details). Having a Bluetooth keyboard is of no help; Command-key shortcuts for these options don’t work.

Second, the RTF options remain a private framework for now. This means that third-party apps can’t access it. As far as I can tell, even Apple is restricting use of the framework to just the Mail app for now.

Free rtf reader

A third problem is that RTF changes in Mail do not survive a copy-paste. This means, for example, if you copy italicized text and paste it, the pasted text will lose its italics. This is true even if you paste within the same document from which you originally copied the formatted text. This problem extends, to a lesser extent, to all apps that offer RTF formatting. For example, if you copy italicized text from one app and paste it into a document from another app, the italics will be lost even if the receiving app has RTF support.

Even if Apple overcomes all of these iOS limitations, there remains one overriding omission. As far as I know, you cannot edit .rtf documents in any iOS app. This is problematic for me because, on my Mac, I do almost all my article writing in TextEdit. As such, I save documents in TextEdit’s default .rtf file format. I prefer this because RTF files are widely supported and can be opened by almost any application. Further, as all of my article writing is for online posting, I don’t need the fancier features of other word-processing programs. All I really need are basic font formatting options plus embedded URLs.

For those times when I might like to work on my iPad, rather than my Mac, it would be great if I could transfer a .rtf file from my Mac to my iPad and continue to edit it there. Alas, this is not possible. I can view .rtf documents on my iPad, but not edit them. A partial workaround would be to save my TextEdit documents in a Word format and open them in an iPad app such as QuickOffice. While this largely works (except that embedded links do not transfer), I would prefer a more direct solution.

At last, I return to my assertion at the top of this column. I would like to see adequate RTF support in iOS. Specifically, I would like iOS to provide frameworks, accessible by third-party apps, that provide the basic font formatting options available in applications such as QuickOffice—with the addition of support for embedded URLs. I would like these formatting options to be easy to implement and to survive a copy and paste operation. And I would like iOS apps that can edit .rtf files created in TextEdit. I don’t expect to see all of this happen any time soon. But, if Apple intends to push the iPad as a productivity machine, I expect such changes will arrive eventually.

Note: When you purchase something after clicking links in our articles, we may earn a small commission. Read our affiliate link policy for more details.
Active8 years, 1 month ago

I'm trying Perl on Mac. I have to read an RTF text file. the content of the file is '36' (without double quotes). thats it, just two characters.

Here is the code I have to read it.

Remember all I want is to read the value 36 from file and store it as a integer in $oldversion

But when I read the file and print it, it prints following

Nitro PDF is an all-purpose tool to edit, convert and create PDFs on a PC. The best alternative on Mac is Wondershare PDF Editor Pro for Mac. Nitro reader for mac. Nitro Reader by Nitro PDF Pty. Is a free (for personal use) application that allows you to view PDF documents. It also comes with additional features, including PDF.

Best ebook reader app for mac. Unless you own a Kindle device or you already have a large library with Amazon, the Nook app is a better choice than its Kindle rival. A dedicated comic book reader with support for a wide range of specialized file types.

Im not able to read 36.

Zaid
29.4k14 gold badges74 silver badges143 bronze badges
macmac
3832 gold badges17 silver badges38 bronze badges

Rtf Reader Download

2 Answers

You're not reading a text file, you're reading an RTF file. You made the file with TextEdit, right? TextEdit saves things as text/rtf rather than text/plain by default, if you want to save the file as plain text you should use 'Format Make Plain Text' (AKA Shift-Cmd-T) before you save it; then you'll get a simple text file with just your '36' in it.

mu is too shortmu is too short

Rtf File Reader App

363k59 gold badges721 silver badges695 bronze badges

The text is there:

You have an RTF file. Use an RTF parser

QuentinQuentin
686k80 gold badges929 silver badges1083 bronze badges

Rtf File Reader App For Macbook Air

Not the answer you're looking for? Browse other questions tagged perlfilemacos or ask your own question.