Changeset 32210 for main


Ignore:
Timestamp:
2018-06-25T17:27:06+12:00 (6 years ago)
Author:
ak19
Message:

When PDFPlugin is set to paged_html output mode, it now finally sectionalises based on the manually added HTML headings into the output HTML.

File:
1 edited

Legend:

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

    r32206 r32210  
    207207        push(@$specific_options, "-use_realistic_book");
    208208    }
     209        if($self->{'convert_to'} eq "paged_html") { # for paged html, the default should be to sectionalise on headings the single superpage containing divs representing individual pages as section
     210            push(@$specific_options, "sectionalise_using_h_tags");
     211        }
    209212    }
    210213    elsif ($secondary_plugin_name eq "PagedImagePlugin") {
Note: See TracChangeset for help on using the changeset viewer.