Package | Description |
---|---|
com.sun.pdfview | |
com.sun.pdfview.decode | |
com.sun.pdfview.decrypt |
Modifier and Type | Method and Description |
---|---|
void |
PDFTextFormat.doText(PDFPage cmds,
Object[] ary)
add some text to the page.
|
Constructor and Description |
---|
PDFObject(Object obj)
create a new PDFObject that is the closest match to a
given Java object.
|
Modifier and Type | Method and Description |
---|---|
static ByteBuffer |
ASCII85Decode.decode(ByteBuffer buf,
PDFObject params)
decode an array of bytes in ASCII85 format.
|
static ByteBuffer |
RunLengthDecode.decode(ByteBuffer buf,
PDFObject params)
decode an array of bytes in RunLength format.
|
static ByteBuffer |
ASCIIHexDecode.decode(ByteBuffer buf,
PDFObject params)
decode an array of bytes in ASCIIHex format.
|
protected static ByteBuffer |
DCTDecode.decode(PDFObject dict,
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 |
---|---|
ByteBuffer |
PDFDecrypter.decryptBuffer(String cryptFilterName,
PDFObject streamObj,
ByteBuffer streamBuf)
Decrypt a buffer of data
|
ByteBuffer |
IdentityDecrypter.decryptBuffer(String cryptFilterName,
PDFObject streamObj,
ByteBuffer streamBuf) |
ByteBuffer |
StandardDecrypter.decryptBuffer(String cryptFilterName,
PDFObject streamObj,
ByteBuffer streamBuf) |
ByteBuffer |
CryptFilterDecrypter.decryptBuffer(String cryptFilterName,
PDFObject streamObj,
ByteBuffer streamBuf) |
String |
PDFDecrypter.decryptString(int objNum,
int objGen,
String inputBasicString)
Decrypt a
basic string . |
String |
StandardDecrypter.decryptString(int objNum,
int objGen,
String inputBasicString) |
String |
CryptFilterDecrypter.decryptString(int objNum,
int objGen,
String inputBasicString) |
Constructor and Description |
---|
CryptFilterDecrypter(Map<String,PDFDecrypter> decrypters,
String defaultStreamCryptName,
String defaultStringCryptName)
Class constructor
|
Copyright © 2022. All rights reserved.