Ignore:
Timestamp:
2018-07-16T21:28:00+12:00 (6 years ago)
Author:
ak19
Message:

First attempt at PDFv2Plugin.pm.

File:
1 edited

Legend:

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

    r32275 r32277  
    159159    # check convert_to
    160160    if ($self->{'convert_to'} eq "text" && $ENV{'GSDLOS'} =~ /^windows$/i) {
    161     &gsprintf::gsprintf(STDERR, "{PDFPlugin.win_old_pdftotext_unsupported}\n", "PDFPlugin");
     161    &gsprintf::gsprintf(STDERR, "{PDFPlugin.win_old_pdftotext_unsupported}\n");
    162162    $self->{'convert_to'} = "html";
    163163    }
Note: See TracChangeset for help on using the changeset viewer.