Package | Description |
---|---|
com.sun.pdfview | |
com.sun.pdfview.decode | |
com.sun.pdfview.decrypt |
Modifier and Type | Method and Description |
---|---|
void |
PDFTextFormat.doText(PDFPage cmds,
java.lang.Object[] ary)
add some text to the page.
|
Constructor and Description |
---|
PDFObject(java.lang.Object obj)
create a new PDFObject that is the closest match to a
given Java object.
|
Modifier and Type | Method and Description |
---|---|
static java.nio.ByteBuffer |
RunLengthDecode.decode(java.nio.ByteBuffer buf,
PDFObject params)
decode an array of bytes in RunLength format.
|
static java.nio.ByteBuffer |
ASCIIHexDecode.decode(java.nio.ByteBuffer buf,
PDFObject params)
decode an array of bytes in ASCIIHex format.
|
static java.nio.ByteBuffer |
ASCII85Decode.decode(java.nio.ByteBuffer buf,
PDFObject params)
decode an array of bytes in ASCII85 format.
|
protected static java.nio.ByteBuffer |
DCTDecode.decode(PDFObject dict,
java.nio.ByteBuffer buf,
PDFObject params)
decode an array of bytes in DCT format.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFAuthenticationFailureException
Identifies that the supplied password was incorrect or non-existent
and required.
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
IdentityDecrypter.decryptBuffer(java.lang.String cryptFilterName,
PDFObject streamObj,
java.nio.ByteBuffer streamBuf) |
java.nio.ByteBuffer |
PDFDecrypter.decryptBuffer(java.lang.String cryptFilterName,
PDFObject streamObj,
java.nio.ByteBuffer streamBuf)
Decrypt a buffer of data
|
java.nio.ByteBuffer |
StandardDecrypter.decryptBuffer(java.lang.String cryptFilterName,
PDFObject streamObj,
java.nio.ByteBuffer streamBuf) |
java.nio.ByteBuffer |
CryptFilterDecrypter.decryptBuffer(java.lang.String cryptFilterName,
PDFObject streamObj,
java.nio.ByteBuffer streamBuf) |
java.lang.String |
PDFDecrypter.decryptString(int objNum,
int objGen,
java.lang.String inputBasicString)
Decrypt a
basic string . |
java.lang.String |
StandardDecrypter.decryptString(int objNum,
int objGen,
java.lang.String inputBasicString) |
java.lang.String |
CryptFilterDecrypter.decryptString(int objNum,
int objGen,
java.lang.String inputBasicString) |
Constructor and Description |
---|
CryptFilterDecrypter(java.util.Map<java.lang.String,PDFDecrypter> decrypters,
java.lang.String defaultStreamCryptName,
java.lang.String defaultStringCryptName)
Class constructor
|