|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.pdfparser.BaseParser
org.pdfbox.pdfparser.PDFParser
This class will handle the parsing of the PDF document.
Field Summary |
Fields inherited from class org.pdfbox.pdfparser.BaseParser |
DEF, ENDSTREAM, pdfSource |
Constructor Summary | |
PDFParser(InputStream input)
Constructor. |
|
PDFParser(InputStream input,
RandomAccess rafi)
Constructor to allow control over RandomAccessFile. |
Method Summary | |
COSDocument |
getDocument()
This will get the document that was parsed. |
FDFDocument |
getFDFDocument()
This will get the FDF document that was parsed. |
PDDocument |
getPDDocument()
This will get the PD document that was parsed. |
void |
parse()
This will prase the stream and create the PDF document. |
protected PDFXref |
parseXrefSection()
This will parse the xref table and trailers from the stream. |
protected void |
parseXrefTable(int[] params)
This will parse the xref table from the stream. |
void |
setTempDirectory(File tmpDir)
This is the directory where pdfbox will create a temporary file for storing pdf document stream in. |
protected void |
skipHeaderFillBytes()
This will skip a header's binary fill bytes. |
Methods inherited from class org.pdfbox.pdfparser.BaseParser |
addXref, getXrefs, isClosing, isClosing, isEndOfName, isEOL, isEOL, isWhitespace, isWhitespace, parseBoolean, parseCOSArray, parseCOSDictionary, parseCOSName, parseCOSStream, parseCOSString, parseDirObject, readExpectedString, readInt, readLine, readString, readString, setDocument, skipSpaces |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDFParser(InputStream input) throws IOException
input
- The input stream that contains the PDF document.
IOException
- If there is an error initializing the stream.public PDFParser(InputStream input, RandomAccess rafi) throws IOException
input
- The input stream that contains the PDF document.rafi
- The RandomAccessFile to be used in internal COSDocument
IOException
- If there is an error initializing the stream.Method Detail |
public void setTempDirectory(File tmpDir)
tmpDir
- The directory to create scratch files needed to store
pdf document streams.public void parse() throws IOException
IOException
- If there is an error reading from the stream.protected void skipHeaderFillBytes() throws IOException
IOException
- If there is an error reading from the stream.public COSDocument getDocument() throws IOException
IOException
- If there is an error getting the document.public PDDocument getPDDocument() throws IOException
IOException
- If there is an error getting the document.public FDFDocument getFDFDocument() throws IOException
IOException
- If there is an error getting the document.protected PDFXref parseXrefSection() throws IOException
IOException
- If an IO error occurs.protected void parseXrefTable(int[] params) throws IOException
params
- The start and count parameters
IOException
- If an IO error occurs.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |