CIB pdf toolbox 2 technical documentation
4. Usecases
4.12. Handling embedded files
Embedded files can be added, deleted or extracted from PDF documents. Additionally the info about them can be extracted.
Extracting info about embedded files
Property |
Meaning |
Type |
EmbeddedFilesInfo |
Returns a description of the included embedded files in JSON format. |
Get |
Importing embedded files
Property |
Meaning |
Type |
EmbeddedFilesAdd |
A JSON-array of JSON objects, which define, what files should be imported. One JSON object looks like this:
Except of File or Memory all Keys are optional. In Memory usecase also UsedFilename is mandatory. |
Set |
Exporting embedded files
Property |
Meaning |
Type |
EmbeddedFilesExtract |
A JSON-array of JSON objects, which define, what files should be exported. One JSON object looks like this:
|
Set |
Deleting embedded files
Property |
Meaning |
Type |
EmbeddedFilesDelete |
A JSON-array of JSON objects, which define, what files should be deleted. One JSON object looks like this:
|
Set |