Ignore:
Timestamp:
2011-06-23T20:13:22+12:00 (13 years ago)
Author:
ak19
Message:

Part 1 of 2 commits: PDF to text conversion for PDFBox.

File:
1 edited

Legend:

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

    r24159 r24199  
    357357    }
    358358
     359    if ($self->{'use_sections'}
     360    && $self->{'converted_to'} eq "text") {
     361    print STDERR "**** When converting PDF to text, cannot apply use_sections\n";
     362    }
     363
    359364
    360365    # The following should no longer be needed, now that strings
Note: See TracChangeset for help on using the changeset viewer.