lumis.util.parse
Class PdfParser

Package class diagram package PdfParser
java.lang.Object
  extended by lumis.util.parse.BaseFileParser
      extended by lumis.util.parse.PdfParser
All Implemented Interfaces:
IFileParser

public class PdfParser
extends BaseFileParser

Extracts text from a PDF file.

Since:
4.0.10

Constructor Summary
PdfParser()
           
 
Method Summary
 String extract(InputStream inputStream, Charset charset)
           
protected  boolean inferCharset()
           
 
Methods inherited from class lumis.util.parse.BaseFileParser
extract, extract, extract
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdfParser

public PdfParser()
Method Detail

extract

public String extract(InputStream inputStream,
                      Charset charset)
               throws ParseException
Specified by:
extract in interface IFileParser
Specified by:
extract in class BaseFileParser
Throws:
ParseException

inferCharset

protected boolean inferCharset()
Overrides:
inferCharset in class BaseFileParser


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.