0

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.

Lesha Pipiev
  • 3,251
  • 4
  • 31
  • 65

1 Answers1

1

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

Community
  • 1
  • 1
ScottJShea
  • 7,041
  • 11
  • 44
  • 67