Changeset 17726
- Timestamp:
- 2008-11-06 11:34:40 (2 months ago)
- Files:
-
- gsdl/trunk/perllib/plugins/ConvertBinaryFile.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gsdl/trunk/perllib/plugins/ConvertBinaryFile.pm
r17723 r17726 27 27 28 28 # This plugin is inherited by such plugins as WordPlugin, PowerPointPlugin, 29 # P SPlugin,29 # PostScriptPlugin, 30 30 # RTFPlugin and PDFPlugin. It facilitates the conversion of these document types 31 31 # to either HTML, Text or a series of images. It works by dynamically loading … … 171 171 $convert_to_type = "pagedimg_jpg"; 172 172 } 173 } elsif ($classPluginName eq "P SPlugin") {173 } elsif ($classPluginName eq "PostScriptPlugin") { 174 174 if ($convert_to_type eq "auto") { 175 175 # we use text
