Ruby on Rails Thursday, March 26, 2015

On Mar 26, 2015, at 2:11 AM, Ganesh Ranganathan <ganesh.ranganathan.85@gmail.com> wrote:
>
> Does RTF pose any formatting challenges as compared to docx? Except bold, italics, bulleting my requirement doesn't need any advanced formatting.

In that case, RTF should be quite easy to deal with. There are two ways to approach it, and I'd actually suggest doing both just to learn about RTF. You can search for "RTF specification" and download it from Microsoft. You can also create a document in Word, and save to RTF. The first approach will tell you more about the minimal RTF you could use to get that simple formatting. The second approach will show you everything Word specifies, which is a lot. I'd bet that the RTF that specifies what you really want to lies in between. (Of course, you might just use what Word outputs and be done--who cares if it overspecifies document attributes.)

--
Scott Ribe
scott_ribe@elevated-dev.com
http://www.elevated-dev.com/
https://www.linkedin.com/in/scottribe/
(303) 722-0567 voice





--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/9AC2AB65-21C6-4D18-B2D8-22F586AE7445%40elevated-dev.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment