cnv.GetPictureInfos
This job determines image information from the files of a document.
| Determination is only performed for image and PDF documents. |
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
INT |
Yes |
|
|
INT |
No |
ID of the document (alternative to file list) |
|
INT |
No |
Type of the object (alternative to file list) |
|
STRING |
No |
Page number of the document (file list) for which the data should be retrieved.
Default: |
2. Input Files
| Name | Description |
|---|---|
[File list] |
Paths and names of files whose image information should be determined (alternative to |
3. Output Parameters
The information is returned in the form Infoname(Page number) value.
For image documents the following values (INT) are returned:
| Parameter | Description |
|---|---|
|
Color depth |
|
Compression type |
|
Image format |
|
IFD information |
|
Number of layers |
|
File size on storage device |
|
Memory size (uncompressed) |
|
Orientation |
|
Image height in pixels |
|
Image width in pixels |
|
File type identifier |
|
File extension |
For PDF files the following values are returned:
| Parameter | Description |
|---|---|
|
Document format |
|
File type identifier |
|
File extension |
(N = page number)