Sha256: 54083c925ab35fabfea12bb2b48a51501a5d3dc792bee739f98a025f42639498

Contents?: true

Size: 441 Bytes

Versions: 3

Compression:

Stored size: 441 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

PlainText.extract {
  from :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

3 entries across 3 versions & 1 rubygems

Version Path
picolena-0.0.99 app_generators/picolena/templates/lib/filters/ms.rtf.rb
picolena-0.1.0 lib/picolena/templates/lib/filters/ms.rtf.rb
picolena-0.1.1 lib/picolena/templates/lib/filters/ms.rtf.rb