Package | Description |
---|---|
com.itextpdf.testutils | |
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.ocg | |
com.itextpdf.text.pdf.parser |
Modifier and Type | Method and Description |
---|---|
boolean |
CompareTool.compareStreams(PRStream outStream, PRStream cmpStream) |
Modifier and Type | Method and Description |
---|---|
protected PdfStream |
PdfCopy.copyStream(PRStream in)
Translate a PRStream to a PdfStream.
|
static byte[] |
PdfReader.getStreamBytes(PRStream stream)
Get the content from a stream applying the required filters.
|
static byte[] |
PdfReader.getStreamBytes(PRStream stream, RandomAccessFileOrArray file)
Get the content from a stream applying the required filters.
|
static byte[] |
PdfReader.getStreamBytesRaw(PRStream stream)
Get the content from a stream as it is without applying any filter.
|
static byte[] |
PdfReader.getStreamBytesRaw(PRStream stream, RandomAccessFileOrArray file)
Get the content from a stream as it is without applying any filter.
|
void |
PdfLister.listStream(PRStream stream, com.itextpdf.text.pdf.PdfReaderInstance reader)
Visualizes a Stream.
|
protected void |
PdfReader.readObjStm(PRStream stream, IntHashtable map) |
protected PdfObject |
PdfReader.readOneObjStm(PRStream stream, int idx) |
Constructor and Description |
---|
PRStream(PRStream stream, PdfDictionary newDic) |
PRStream(PRStream stream, PdfDictionary newDic, PdfReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
OCGParser.parse(PRStream stream, PdfDictionary resources)
Parses a stream object and removes OCGs.
|
Constructor and Description |
---|
PdfImageObject(PRStream stream)
Creates a PdfImage object.
|
PdfImageObject(PRStream stream, PdfDictionary colorSpaceDic)
Creates a PdfImage object.
|
Copyright © 2016. All rights reserved.