- Timestamp:
- 04/23/08 02:13:22 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/picolena/templates/lib/plain_text_extractors/adobe.pdf.rb
r178 r216 9 9 as "application/pdf" 10 10 aka "Adobe Portable Document Format" 11 with "pdftotext -enc UTF-8 SOURCE -" => :on_linux, "some other command" => :on_windows 11 with "pdftotext -enc UTF-8 SOURCE -" => :on_linux_and_mac_os, 12 "some other command" => :on_windows 12 13 which_should_for_example_extract 'in a pdf file', :from => 'basic.pdf' 13 14 }
