Package com.itextpdf.kernel.pdf
Class PdfReader
java.lang.Object
com.itextpdf.kernel.pdf.PdfReader
- All Implemented Interfaces:
-
Closeable
,AutoCloseable
Reads a PDF document.
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
static enum
Enumeration representing the strictness level for reading. -
Field Summary
Modifier and TypeFieldDescriptionprotected static boolean
protected PdfEncryption
static final PdfReader.StrictnessLevel
The defaultPdfReader.StrictnessLevel
to be used.protected boolean
protected long
protected boolean
protected PdfVersion
protected boolean
protected long
protected PdfAConformanceLevel
protected PdfDocument
protected ReaderProperties
protected boolean
protected PdfTokenizer
protected PdfDictionary
protected boolean
-
Constructor Summary
ConstructorDescriptionPdfReader
(IRandomAccessSource byteSource, ReaderProperties properties) Constructs a new PdfReader.Reads and parses a PDF document.PdfReader
(File file, ReaderProperties properties) Reads and parses a PDF document.PdfReader
(InputStream is) Reads and parses a PDF document.PdfReader
(InputStream is, ReaderProperties properties) Reads and parses a PDF document.Reads and parses a PDF document.PdfReader
(String filename, ReaderProperties properties) Reads and parses a PDF document. -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
ClosePdfTokenizer
.byte[]
Computes user password if standard encryption handler is used with Standard40, Standard128 or AES128 encryption algorithm.static byte[]
decodeBytes
(byte[] b, PdfDictionary streamDictionary) Decode bytes applying the filters specified in the provided dictionary using default filter handlers.static byte[]
decodeBytes
(byte[] b, PdfDictionary streamDictionary, Map<PdfName, IFilterHandler> filterHandlers) Decode a byte[] applying the filters specified in the provided dictionary using the provided filter handlers.protected void
fixXref()
int
Gets encryption algorithm and access permissions.long
Provides the size of the opened file.long
Gets position of the last Cross-Reference table.byte[]
Gets modified file ID, the second element inPdfName.ID
key of trailer.byte[]
Gets original file ID, the first element inPdfName.ID
key of trailer.Gets the declared PDF/A conformance level of the source document that is being read.long
Gets the encryption permissions.Gets a new file instance of the original PDF document.Get the currentPdfReader.StrictnessLevel
of the reader.protected PdfNumber
getXrefPrev
(PdfObject prevObjectToCheck) boolean
If any exception generated while reading PdfObject, PdfReader will try to fix offsets of all objects.boolean
Some documents contain hybrid XRef, for more information see "7.5.8.4 Compatibility with Applications That Do Not Support Compressed Reference Streams" in PDF 32000-1:2008 spec.boolean
If any exception generated while reading XRef section, PdfReader will try to rebuild it.boolean
Indicates whether the document has Cross-Reference Streams.boolean
Gets whetherclose()
method shall close input stream.boolean
Checks if thePdfDocument
read with thisPdfReader
is encrypted.boolean
Checks if the document was opened with the owner password so that the end application can decide what level of access restrictions to apply.protected PdfArray
readArray
(boolean objStm) protected PdfDictionary
readDictionary
(boolean objStm) protected PdfObject
readObject
(boolean readAsDirect) protected PdfObject
readObject
(boolean readAsDirect, boolean objStm) protected PdfObject
readObject
(PdfIndirectReference reference) protected void
readObjectStream
(PdfStream objectStream) protected void
readPdf()
Parses the entire PDFprotected PdfName
readPdfName
(boolean readAsDirect) protected PdfObject
readReference
(boolean readAsDirect) readStream
(PdfStream stream, boolean decode) Reads, decrypts and optionally decodes stream bytes intoByteArrayInputStream
.byte[]
readStreamBytes
(PdfStream stream, boolean decode) Reads, decrypt and optionally decode stream bytes.byte[]
readStreamBytesRaw
(PdfStream stream) Reads and decrypt stream bytes.protected void
readXref()
protected PdfDictionary
protected boolean
readXrefStream
(long ptr) protected void
void
setCloseStream
(boolean closeStream) Sets whetherclose()
method shall close input stream.setMemorySavingMode
(boolean memorySavingMode) Defines if memory saving mode is enabled.setStrictnessLevel
(PdfReader.StrictnessLevel strictnessLevel) Set thePdfReader.StrictnessLevel
for the reader.setUnethicalReading
(boolean unethicalReading) The iText is not responsible if you decide to change the value of this parameter.
-
Field Details
-
DEFAULT_STRICTNESS_LEVEL
The defaultPdfReader.StrictnessLevel
to be used. -
correctStreamLength
protected static boolean correctStreamLength -
tokens
-
decrypt
-
headerPdfVersion
-
lastXref
protected long lastXref -
eofPos
protected long eofPos -
trailer
-
pdfDocument
-
pdfAConformanceLevel
-
properties
-
encrypted
protected boolean encrypted -
rebuiltXref
protected boolean rebuiltXref -
hybridXref
protected boolean hybridXref -
fixedXref
protected boolean fixedXref -
xrefStm
protected boolean xrefStm
-
-
Constructor Details
-
PdfReader
Constructs a new PdfReader.- Parameters:
-
byteSource
- source of bytes for the reader -
properties
- properties of the created reader - Throws:
-
IOException
- if an I/O error occurs
-
PdfReader
Reads and parses a PDF document.- Parameters:
-
is
- theInputStream
containing the document. If the inputStream is an instance ofRASInputStream
then theIRandomAccessSource
would be extracted. Otherwise the stream is read to the end but is not closed. -
properties
- properties of the created reader - Throws:
-
IOException
- on error
-
PdfReader
Reads and parses a PDF document.- Parameters:
-
file
- theFile
containing the document. - Throws:
-
IOException
- on error -
FileNotFoundException
- when the specified File is not found
-
PdfReader
Reads and parses a PDF document.- Parameters:
-
is
- theInputStream
containing the document. If the inputStream is an instance ofRASInputStream
then theIRandomAccessSource
would be extracted. Otherwise the stream is read to the end but is not closed. - Throws:
-
IOException
- on error
-
PdfReader
Reads and parses a PDF document.- Parameters:
-
filename
- the file name of the document -
properties
- properties of the created reader - Throws:
-
IOException
- on error
-
PdfReader
Reads and parses a PDF document.- Parameters:
-
filename
- the file name of the document - Throws:
-
IOException
- on error
-
PdfReader
Reads and parses a PDF document.- Parameters:
-
file
- the file of the document -
properties
- properties of the created reader - Throws:
-
IOException
- on error
-
-
Method Details
-
close
ClosePdfTokenizer
.- Specified by:
-
close
in interfaceAutoCloseable
- Specified by:
-
close
in interfaceCloseable
- Throws:
-
IOException
- on error.
-
setUnethicalReading
The iText is not responsible if you decide to change the value of this parameter.- Parameters:
-
unethicalReading
- true to enable unethicalReading, false to disable it. By default unethicalReading is disabled. - Returns:
-
this
PdfReader
instance.
-
setMemorySavingMode
Defines if memory saving mode is enabled.By default memory saving mode is disabled for the sake of time–memory trade-off.
If memory saving mode is enabled, document processing might slow down, but reading will be less memory demanding.
- Parameters:
-
memorySavingMode
- true to enable memory saving mode, false to disable it. - Returns:
-
this
PdfReader
instance.
-
getStrictnessLevel
Get the currentPdfReader.StrictnessLevel
of the reader.- Returns:
-
the current
PdfReader.StrictnessLevel
-
setStrictnessLevel
Set thePdfReader.StrictnessLevel
for the reader. If the argument isnull
, then theDEFAULT_STRICTNESS_LEVEL
will be used.- Parameters:
-
strictnessLevel
- thePdfReader.StrictnessLevel
to set - Returns:
-
this
PdfReader
instance
-
isCloseStream
public boolean isCloseStream()Gets whetherclose()
method shall close input stream.- Returns:
-
true, if
close()
method will close input stream, otherwise false.
-
setCloseStream
public void setCloseStream(boolean closeStream) Sets whetherclose()
method shall close input stream.- Parameters:
-
closeStream
- true, ifclose()
method shall close input stream, otherwise false.
-
hasRebuiltXref
public boolean hasRebuiltXref()If any exception generated while reading XRef section, PdfReader will try to rebuild it.- Returns:
- true, if PdfReader rebuilt Cross-Reference section.
- Throws:
-
PdfException
- if the method has been invoked before the PDF document was read.
-
hasHybridXref
public boolean hasHybridXref()Some documents contain hybrid XRef, for more information see "7.5.8.4 Compatibility with Applications That Do Not Support Compressed Reference Streams" in PDF 32000-1:2008 spec.- Returns:
- true, if the document has hybrid Cross-Reference section.
- Throws:
-
PdfException
- if the method has been invoked before the PDF document was read.
-
hasXrefStm
public boolean hasXrefStm()Indicates whether the document has Cross-Reference Streams.- Returns:
- true, if the document has Cross-Reference Streams.
- Throws:
-
PdfException
- if the method has been invoked before the PDF document was read.
-
hasFixedXref
public boolean hasFixedXref()If any exception generated while reading PdfObject, PdfReader will try to fix offsets of all objects.This method's returned value might change over time, because PdfObjects reading can be postponed even up to document closing.
- Returns:
- true, if PdfReader fixed offsets of PdfObjects.
- Throws:
-
PdfException
- if the method has been invoked before the PDF document was read.
-
getLastXref
public long getLastXref()Gets position of the last Cross-Reference table.- Returns:
- -1 if Cross-Reference table has rebuilt, otherwise position of the last Cross-Reference table.
- Throws:
-
PdfException
- if the method has been invoked before the PDF document was read.
-
readStreamBytes
Reads, decrypt and optionally decode stream bytes. Note, this method doesn't store actual bytes in any internal structures.- Parameters:
-
stream
- aPdfStream
stream instance to be read and optionally decoded. -
decode
- true if to get decoded stream bytes, false if to leave it originally encoded. - Returns:
- byte[] array.
- Throws:
-
IOException
- on error.
-
readStreamBytesRaw
Reads and decrypt stream bytes. Note, this method doesn't store actual bytes in any internal structures.- Parameters:
-
stream
- aPdfStream
stream instance to be read - Returns:
- byte[] array.
- Throws:
-
IOException
- on error.
-
readStream
Reads, decrypts and optionally decodes stream bytes intoByteArrayInputStream
. User is responsible for closing returned stream.- Parameters:
-
stream
- aPdfStream
stream instance to be read -
decode
- true if to get decoded stream, false if to leave it originally encoded. - Returns:
-
InputStream or
null
if reading was failed. - Throws:
-
IOException
- on error.
-
decodeBytes
Decode bytes applying the filters specified in the provided dictionary using default filter handlers.- Parameters:
-
b
- the bytes to decode -
streamDictionary
- the dictionary that contains filter information - Returns:
- the decoded bytes
- Throws:
-
PdfException
- if there are any problems decoding the bytes
-
decodeBytes
public static byte[] decodeBytes(byte[] b, PdfDictionary streamDictionary, Map<PdfName, IFilterHandler> filterHandlers) Decode a byte[] applying the filters specified in the provided dictionary using the provided filter handlers.- Parameters:
-
b
- the bytes to decode -
streamDictionary
- the dictionary that contains filter information -
filterHandlers
- the map used to look up a handler for each type of filter - Returns:
- the decoded bytes
- Throws:
-
PdfException
- if there are any problems decoding the bytes
-
getSafeFile
Gets a new file instance of the original PDF document.- Returns:
- a new file instance of the original PDF document
-
getFileLength
public long getFileLength()Provides the size of the opened file.- Returns:
- The size of the opened file.
-
isOpenedWithFullPermission
public boolean isOpenedWithFullPermission()Checks if the document was opened with the owner password so that the end application can decide what level of access restrictions to apply. If the document is not encrypted it will returntrue
.- Returns:
-
true
if the document was opened with the owner password or if it's not encrypted,false
if the document was opened with the user password. - Throws:
-
PdfException
- if the method has been invoked before the PDF document was read.
-
getPermissions
public long getPermissions()Gets the encryption permissions. It can be used directly inWriterProperties.setStandardEncryption(byte[], byte[], int, int)
. See ISO 32000-1, Table 22 for more details.- Returns:
- the encryption permissions, an unsigned 32-bit quantity.
- Throws:
-
PdfException
- if the method has been invoked before the PDF document was read.
-
getCryptoMode
public int getCryptoMode()Gets encryption algorithm and access permissions.- Returns:
-
int
value corresponding to a certain type of encryption. - Throws:
-
PdfException
- if the method has been invoked before the PDF document was read. - See Also:
-
getPdfAConformanceLevel
Gets the declared PDF/A conformance level of the source document that is being read. Note that this information is provided via XMP metadata and is not verified by iText.pdfAConformanceLevel
is lazy initialized. It will be initialized during the first call of this method.- Returns:
-
conformance level of the source document, or
null
if no PDF/A conformance level information is specified.
-
computeUserPassword
public byte[] computeUserPassword()Computes user password if standard encryption handler is used with Standard40, Standard128 or AES128 encryption algorithm.- Returns:
- user password, or null if not a standard encryption handler was used or if ownerPasswordUsed wasn't use to open the document.
- Throws:
-
PdfException
- if the method has been invoked before the PDF document was read.
-
getOriginalFileId
public byte[] getOriginalFileId()Gets original file ID, the first element inPdfName.ID
key of trailer. If the size of ID array does not equal 2, an empty array will be returned.The returned value reflects the value that was written in opened document. If document is modified, the ultimate document id can be retrieved from
PdfDocument.getOriginalDocumentId()
.- Returns:
- byte array represents original file ID.
- Throws:
-
PdfException
- if the method has been invoked before the PDF document was read. - See Also:
-
getModifiedFileId
public byte[] getModifiedFileId()Gets modified file ID, the second element inPdfName.ID
key of trailer. If the size of ID array does not equal 2, an empty array will be returned.The returned value reflects the value that was written in opened document. If document is modified, the ultimate document id can be retrieved from
PdfDocument.getModifiedDocumentId()
.- Returns:
- byte array represents modified file ID.
- Throws:
-
PdfException
- if the method has been invoked before the PDF document was read. - See Also:
-
isEncrypted
public boolean isEncrypted()Checks if thePdfDocument
read with thisPdfReader
is encrypted.- Returns:
-
true
is the document is encrypted, otherwisefalse
. - Throws:
-
PdfException
- if the method has been invoked before the PDF document was read.
-
readPdf
Parses the entire PDF- Throws:
-
IOException
- if an I/O error occurs.
-
readObjectStream
- Throws:
-
IOException
-
readObject
-
readObject
- Throws:
-
IOException
-
readReference
-
readObject
- Throws:
-
IOException
-
readPdfName
-
readDictionary
- Throws:
-
IOException
-
readArray
- Throws:
-
IOException
-
readXref
- Throws:
-
IOException
-
readXrefSection
- Throws:
-
IOException
-
readXrefStream
- Throws:
-
IOException
-
fixXref
- Throws:
-
IOException
-
rebuildXref
- Throws:
-
IOException
-
getXrefPrev
-