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

When no output mode for PDFPlugin has been set by the user, the output mode now defaults to paged_html (previously html). paged_html uses xpdftools to do the PDF conversion, which will apparently work for all versions of PDF so it gives better version coverage than the old pdftohtml.

File:
1 edited

Legend:

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

    r32222 r32223  
    156156    elsif ($self->{'convert_to'} eq "auto") {
    157157    # choose html ?? is this the best option
    158     $self->{'convert_to'} = "html";
     158    $self->{'convert_to'} = "paged_html";
    159159    }
    160160    if ($self->{'use_realistic_book'}) {
Note: See TracChangeset for help on using the changeset viewer.