Sha256: bb87a36a970d45718a5c2edecf9e4d50070b40188db449ca1346f7c7564eddb9
Contents?: true
Size: 465 Bytes
Versions: 6
Compression:
Stored size: 465 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" 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
6 entries across 6 versions & 1 rubygems