Package | Description |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.codec | |
com.itextpdf.text.pdf.fonts.otf |
Modifier and Type | Field | Description |
---|---|---|
protected RandomAccessFileOrArray |
CFFFont.buf |
A random Access File or an array
|
Modifier and Type | Method | Description |
---|---|---|
RandomAccessFileOrArray |
RandomAccessFileOrArray.createView() |
Creates an independent view of this object (with it's own file pointer and pushback queue).
|
RandomAccessFileOrArray |
PRTokeniser.getFile() |
|
RandomAccessFileOrArray |
PdfReader.getSafeFile() |
Gets a new file instance of the original PDF
document.
|
RandomAccessFileOrArray |
PRTokeniser.getSafeFile() |
Modifier and Type | Method | Description |
---|---|---|
static void |
Pfm2afm.convert(RandomAccessFileOrArray in,
OutputStream out) |
Converts a PFM file into an AFM file.
|
String |
PdfReader.getJavaScript(RandomAccessFileOrArray file) |
Gets the global document JavaScript.
|
byte[] |
PdfReader.getPageContent(int pageNum,
RandomAccessFileOrArray file) |
Gets the contents of the page.
|
static byte[] |
PdfReader.getStreamBytes(PRStream stream,
RandomAccessFileOrArray file) |
Get the content from a stream applying the required filters.
|
static byte[] |
PdfReader.getStreamBytesRaw(PRStream stream,
RandomAccessFileOrArray file) |
Get the content from a stream as it is without applying any filter.
|
Constructor | Description |
---|---|
CFFFont(RandomAccessFileOrArray inputbuffer) |
|
CFFFontSubset(RandomAccessFileOrArray rf,
HashMap<Integer,int[]> GlyphsUsed) |
C'tor for CFFFontSubset
|
PdfReader(RandomAccessFileOrArray raf,
byte[] ownerPassword) |
Reads and parses a pdf document.
|
PRTokeniser(RandomAccessFileOrArray file) |
Creates a PRTokeniser for the specified
RandomAccessFileOrArray . |
RandomAccessFileOrArray(RandomAccessFileOrArray source) |
Deprecated.
use
createView() instead |
RangeItem(RandomAccessFileOrArray buf,
int offset,
int length) |
Modifier and Type | Method | Description |
---|---|---|
static byte[] |
JBIG2Image.getGlobalSegment(RandomAccessFileOrArray ra) |
Gets a byte array that can be used as a /JBIG2Globals,
or null if not applicable to the given jbig2.
|
static Image |
JBIG2Image.getJbig2Image(RandomAccessFileOrArray ra,
int page) |
returns an Image representing the given page.
|
static int |
JBIG2Image.getNumberOfPages(RandomAccessFileOrArray ra) |
Gets the number of pages in a JBIG2 image.
|
static int |
TiffImage.getNumberOfPages(RandomAccessFileOrArray s) |
Gets the number of pages the TIFF document has.
|
static int |
TIFFDirectory.getNumDirectories(RandomAccessFileOrArray stream) |
Returns the number of image directories (subimages) stored in a
given TIFF file, represented by a
SeekableStream . |
static Image |
TiffImage.getTiffImage(RandomAccessFileOrArray s,
boolean recoverFromImageError,
int page) |
|
static Image |
TiffImage.getTiffImage(RandomAccessFileOrArray s,
boolean recoverFromImageError,
int page,
boolean direct) |
|
static Image |
TiffImage.getTiffImage(RandomAccessFileOrArray s,
int page) |
Reads a page from a TIFF image.
|
static Image |
TiffImage.getTiffImage(RandomAccessFileOrArray s,
int page,
boolean direct) |
Reads a page from a TIFF image.
|
protected static Image |
TiffImage.getTiffImageColor(TIFFDirectory dir,
RandomAccessFileOrArray s) |
Constructor | Description |
---|---|
JBIG2SegmentReader(RandomAccessFileOrArray ra) |
|
TIFFDirectory(RandomAccessFileOrArray stream,
int directory) |
Constructs a TIFFDirectory from a SeekableStream.
|
TIFFDirectory(RandomAccessFileOrArray stream,
long ifd_offset,
int directory) |
Constructs a TIFFDirectory by reading a SeekableStream.
|
Modifier and Type | Field | Description |
---|---|---|
protected RandomAccessFileOrArray |
OpenTypeFontTableReader.rf |
Constructor | Description |
---|---|
GlyphPositioningTableReader(RandomAccessFileOrArray rf,
int gposTableLocation) |
|
GlyphSubstitutionTableReader(RandomAccessFileOrArray rf,
int gsubTableLocation,
Map<Integer,Character> glyphToCharacterMap,
int[] glyphWidthsByIndex) |
|
OpenTypeFontTableReader(RandomAccessFileOrArray rf,
int tableLocation) |
Copyright © 2018. All rights reserved.