Sha256: b810d0354430182485eed91a05b14555f98b13a475ccaecb98718afec5ceeea3

Contents?: true

Size: 447 Bytes

Versions: 2

Compression:

Stored size: 447 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, "some other command" => :on_windows
  which_should_for_example_extract 'Resampling when limiting', :from => 'ReadMe.rtf'
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
picolena-0.1.2 lib/picolena/templates/lib/plain_text_extractors/ms.rtf.rb
picolena-0.1.3 lib/picolena/templates/lib/plain_text_extractors/ms.rtf.rb