HOME

EGOTHOR.ORG
DEMO
KNOWN ISSUES

DOCS


DOWNLOAD

AUTHORS

SourceForge Logo

Valid XHTML 1.0!

Valid CSS!

PDF Native Parser Setup

  • Install Xpdf
  • UNIX / Linux: Add to your current $HOME/egothor.properties the following lines (or create if it does not exist)
    native.parser.name      = XPDF
    native.parser.location  = /usr/bin/pdftotext
    native.parser.meta.args = /usr/bin/pdfinfo
    
  • Windows: Add to your current %USERPROFILE%/egothor.properties the following lines (or create if it does not exist)
    native.parser.name      = XPDF
    native.parser.location  = C:\\xpdf\\pdftotext.exe
    native.parser.meta.args = C:\\xpdf\\pdfinfo.exe
    
  • Use the
    set
    command to find out which directory $HOME or %USERPROFILE% point to