Changeset 3607


Ignore:
Timestamp:
2002-12-02T12:57:12+13:00 (21 years ago)
Author:
sjboddie
Message:

Updated pdftohtml to version 0.34

Location:
trunk/gsdl/packages
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/Makefile.in

    r2988 r3607  
    4848endif
    4949
    50 PACKAGEDIRS =   wv/wv-gs rtftohtml/rtftohtml_src pdftohtml/pdftohtml_0_22 \
     50PACKAGEDIRS =   wv/wv-gs rtftohtml/rtftohtml_src pdftohtml/pdftohtml_0_34 \
    5151        wget/wget-1.5.3 cpan/XML-Parser-2.27 $(YAZ) $(CORBA) \
    5252        xlhtml/xlhtml-0.4.9.0
  • trunk/gsdl/packages/configure

    r3075 r3607  
    145145
    146146cd "$PACKAGES/pdftohtml"
    147 gzip -dc pdftohtml_gs.tar.gz | tar -xf -
    148 cd pdftohtml_0_22
     147gzip -dc pdftohtml_0_34.tar.gz | tar -xf -
     148cd pdftohtml_0_34
    149149./configure $CACHE_FILE --prefix="$prefix" --bindir="$bindir" $HOSTTARGETFLAGS
    150150
  • trunk/gsdl/packages/pdftohtml/readme-gs.txt

    r3147 r3607  
    55    http://pdftohtml.sourceforge.net/
    66
    7 The version is based on version 0.22, with some code included from
    8 version 0.31. It has been modified for Greenstone use, particularly
    9 the file xpdf/HtmlOutputDev.cc, in an attempt to get text and images
    10 in roughly the right place without using javascript or multiple pages.
     7We're currently using version 0.34 as downloaded from
     8http://pdftohtml.sourceforge.net. The only alterations made to the source
     9package were to remove some "CVS" directories and tidy up the makefiles
     10slightly (to use ./configure as with the rest of Greenstone).
    1111
    12 Known problems:
    13       tables with text.
    14       multi-column pages.
    15       some image types don't get extracted.
    16 
    17 John McPherson.
    18 02 May 2001.
     12Stefan Boddie
     13December 2002
Note: See TracChangeset for help on using the changeset viewer.