Package | Description |
---|---|
com.lowagie.text.pdf |
Modifier and Type | Field and Description |
---|---|
protected RandomAccessFileOrArray |
CFFFont.buf
A random Access File or an array
|
protected RandomAccessFileOrArray |
PRTokeniser.file |
Modifier and Type | Method and Description |
---|---|
RandomAccessFileOrArray |
PRTokeniser.getFile() |
RandomAccessFileOrArray |
PRTokeniser.getSafeFile() |
RandomAccessFileOrArray |
PdfReader.getSafeFile()
Gets a new file instance of the original PDF document.
|
Modifier and Type | Method and 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 and Description |
---|
CFFFont(RandomAccessFileOrArray inputbuffer) |
CFFFontSubset(RandomAccessFileOrArray rf,
HashMap GlyphsUsed)
C'tor for CFFFontSubset
|
PdfReader(RandomAccessFileOrArray raf,
byte[] ownerPassword)
Reads and parses a pdf document.
|
PRTokeniser(RandomAccessFileOrArray file) |
RandomAccessFileOrArray(RandomAccessFileOrArray file) |
RangeItem(RandomAccessFileOrArray buf,
int offset,
int length) |
Copyright © 2018. All rights reserved.