I want to edit (for example, replace any placeholder by any text) a rtf documents in Rails application.
What is the simplest way to provide it?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are a few options based on these SO Posts –this too.
TinyMCE
Rich Text Editor
CKEditor
MarkItUp
WMD
However those are all from the UI.
If you want to manipulate it behind the scenes:
Updated branch of ruby-rtf
Ruby-rtf