iText 8.0.2 API
|
Static Public Member Functions |
|
static PdfFileSpec | Create (PdfDocument doc, byte[] fileStore, PdfEncryptedPayload encryptedPayload, PdfName mimeType, PdfDictionary fileParameter) |
Embed a encrypted payload to a PdfDocument. More... |
|
static PdfFileSpec | Create (PdfDocument doc, byte[] fileStore, PdfEncryptedPayload encryptedPayload, PdfDictionary fileParameter) |
Embed a encrypted payload to a PdfDocument. More... |
|
static PdfFileSpec | Create (PdfDocument doc, byte[] fileStore, PdfEncryptedPayload encryptedPayload) |
Embed a encrypted payload to a PdfDocument. More... |
|
static PdfFileSpec | Create (PdfDocument doc, String filePath, PdfEncryptedPayload encryptedPayload, PdfName mimeType, PdfDictionary fileParameter) |
Embed a encrypted payload to a PdfDocument. More... |
|
static PdfFileSpec | Create (PdfDocument doc, String filePath, PdfEncryptedPayload encryptedPayload, PdfName mimeType) |
Embed a encrypted payload to a PdfDocument. More... |
|
static PdfFileSpec | Create (PdfDocument doc, String filePath, PdfEncryptedPayload encryptedPayload) |
Embed a encrypted payload to a PdfDocument. More... |
|
static PdfFileSpec | Create (PdfDocument doc, Stream @is, PdfEncryptedPayload encryptedPayload, PdfName mimeType, PdfDictionary fileParameter) |
Embed a encrypted payload to a PdfDocument. More... |
|
static PdfFileSpec | Create (PdfDocument doc, Stream @is, PdfEncryptedPayload encryptedPayload, PdfName mimeType) |
Embed a encrypted payload to a PdfDocument. More... |
|
static PdfFileSpec | Create (PdfDocument doc, Stream @is, PdfEncryptedPayload encryptedPayload) |
Embed a encrypted payload to a PdfDocument. More... |
|
static PdfFileSpec | Wrap (PdfDictionary dictionary) |
static String | GenerateDescription (PdfEncryptedPayload ep) |
static String | GenerateFileDisplay (PdfEncryptedPayload ep) |
|
inlinestatic |
Embed a encrypted payload to a PdfDocument.
doc | PdfDocument to add the file to |
fileStore | byte[] containing the file |
encryptedPayload | the encrypted payload dictionary |
|
inlinestatic |
Embed a encrypted payload to a PdfDocument.
doc | PdfDocument to add the file to |
fileStore | byte[] containing the file |
encryptedPayload | the encrypted payload dictionary |
fileParameter | Pdfdictionary containing file parameters |
|
inlinestatic |
Embed a encrypted payload to a PdfDocument.
doc | PdfDocument to add the file to |
fileStore | byte[] containing encrypted file |
encryptedPayload | the encrypted payload dictionary |
mimeType | mime-type of the file |
fileParameter | Pdfdictionary containing file parameters |
|
inlinestatic |
Embed a encrypted payload to a PdfDocument.
doc | PdfDocument to add the file to |
is | stream containing encrypted file |
encryptedPayload | the encrypted payload dictionary |
|
inlinestatic |
Embed a encrypted payload to a PdfDocument.
doc | PdfDocument to add the file to |
is | stream containing encrypted file |
encryptedPayload | the encrypted payload dictionary |
mimeType | mime-type of the file |
|
inlinestatic |
Embed a encrypted payload to a PdfDocument.
doc | PdfDocument to add the file to |
is | stream containing encrypted file |
encryptedPayload | the encrypted payload dictionary |
mimeType | mime-type of the file |
fileParameter | Pdfdictionary containing file parameters |
|
inlinestatic |
Embed a encrypted payload to a PdfDocument.
doc | PdfDocument to add the file to |
filePath | path to the encrypted file |
encryptedPayload | the encrypted payload dictionary |
|
inlinestatic |
Embed a encrypted payload to a PdfDocument.
doc | PdfDocument to add the file to |
filePath | path to the encrypted file |
encryptedPayload | the encrypted payload dictionary |
mimeType | mime-type of the file |
|
inlinestatic |
Embed a encrypted payload to a PdfDocument.
doc | PdfDocument to add the file to |
filePath | path to the encrypted file |
encryptedPayload | the encrypted payload dictionary |
mimeType | mime-type of the file |
fileParameter | Pdfdictionary containing file parameters |