Ignore:
Timestamp:
2018-06-27T16:35:19+12:00 (6 years ago)
Author:
ak19
Message:

q

Location:
main/trunk/greenstone2/perllib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/PDFPlugin.pm

    r32215 r32222  
    9797       'desc' => "{PDFPlugin.zoom}",
    9898       'deft' => "2",
    99        'range' => "1,3", # actually the range is 0.5-3
    100        'type' => "int" },
     99#       'range' => "1,3", # actually the range is 0.5-3
     100       'type' => "string" },
    101101     { 'name' => "use_sections",
    102102       'desc' => "{PDFPlugin.use_sections}",
  • main/trunk/greenstone2/perllib/strings.properties

    r32205 r32222  
    11631163PDFPlugin.complex:Create more complex output. With this option set the output html will look much more like the original PDF file. For this to function properly you Ghostscript installed (for *nix gs should be on your path while for windows you must have gswin32c.exe on your path).
    11641164
    1165 PDFPlugin.convert_to.paged_html:A series of HTML pages, one for each page. Each HTML page contains selectable text positionally overlaid on top of a screenshot of the PDF page background comprising any images, tables and drawings. Generated with Xpdf tools.
     1165PDFPlugin.convert_to.paged_html:A series of HTML pages, one for each page. Each HTML page contains selectable text positionally overlaid on top of a screenshot of the PDF page background comprising any images, tables and drawings.
    11661166
    11671167PDFPlugin.desc:Plugin that processes PDF documents.
     
    11751175PDFPlugin.use_sections:Create a separate section for each page of the PDF file.
    11761176
    1177 PDFPlugin.zoom:The factor by which to zoom the PDF for output. When not outputting as paged_html, then zoom is only useful if -complex is set. If output is as paged_html, then a zoom factor of 1 means 100 percent.
     1177PDFPlugin.zoom:The factor by which to zoom the PDF for output. If not outputting as paged_html, then zoom is only useful if -complex is set.
    11781178
    11791179PostScriptPlugin.desc:This is a \"poor man's\" ps to text converter. If you are serious, consider using the PRESCRIPT package, which is available for download at http://www.nzdl.org/html/software.html
Note: See TracChangeset for help on using the changeset viewer.