Sha256: 9d8ddd4e4d6e8e719bd7cb692d53d69e33d1aeb218236af860418c1150efdcbf
Contents?: true
Size: 446 Bytes
Versions: 6
Compression:
Stored size: 446 Bytes
Contents
# PDF to text conversion: # Program: pdftotext # Version tested: 3.02 # Installation: Ubuntu xpdf-utils package # Home page: http://www.foolabs.com/xpdf/ PlainTextExtractor.new { every :pdf as "application/pdf" aka "Adobe Portable Document Format" with "pdftotext -enc UTF-8 SOURCE -" => :on_linux_and_mac_os, "some other command" => :on_windows which_should_for_example_extract 'in a pdf file', :from => 'basic.pdf' }
Version data entries
6 entries across 6 versions & 1 rubygems