Changeset 29102 for main


Ignore:
Timestamp:
2014-06-19T10:44:13+12:00 (10 years ago)
Author:
kjdon
Message:

added the string for PDFPlugin.use_realistic_book option

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

Legend:

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

    r29101 r29102  
    102102       'type' => "flag" },
    103103      { 'name' => "use_realistic_book",
    104         'desc' => "{HTMLPlugin.tidy_html}",
     104        'desc' => "{PDFPlugin.use_realistic_book}",
    105105    'type' => "flag"}
    106106     ];
  • main/trunk/greenstone2/perllib/strings.properties

    r29094 r29102  
    11561156PDFPlugin.noimages:Don't attempt to extract images from PDF.
    11571157
     1158PDFPlugin.use_realistic_book:Converts the PDF to a well-formed XHTML document to enable users view it in the realistic book format.
     1159
    11581160PDFPlugin.use_sections:Create a separate section for each page of the PDF file.
    11591161
Note: See TracChangeset for help on using the changeset viewer.