Sha256: f35e280627f796c58845dcad33ebb94a2394bb945a1be25eec04c47d5e9dd7ec
Contents?: true
Size: 498 Bytes
Versions: 1
Compression:
Stored size: 498 Bytes
Contents
# Microsoft Rich Text Format to text conversion: # Program: unrtf # Version tested: 0.19.2 # Installation: Ubuntu unrtf package # http://www.gnu.org/software/unrtf/unrtf.html PlainTextExtractor.new { every :rtf as "application/rtf" aka "Microsoft Rich Text Format" extract_content_with "unrtf SOURCE -t text" => :on_linux_and_mac_os, "some other command" => :on_windows which_should_for_example_extract 'Resampling when limiting', :from => 'ReadMe.rtf' }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
picolena-0.2.2 | lib/picolena/templates/lib/plain_text_extractors/ms.rtf.rb |