cnv.GetExifData

This job determines the EXIF data from the image files of a document.

Information (EXIF, DICOM, general data) is only determined for EXIF, JPEG, TIF, and DICOM files.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

1 = do not delete the passed file list; 0 = delete (for client-side calls)

[ObjectID]

INT

No

ID of the document (alternative to file list)

[ObjectType]

INT

No

Type of the object (alternative to file list)

[Page]

STRING

No

Page number of the document (file list) for which the data should be retrieved. Default: 1; All for all pages.

2. Input Files

Name Description

[File list]

Paths and names of files whose data should be determined (alternative to ObjectID/ObjectType)

3. Output Parameters

The information is returned in the form Leadtool-Name(Page number) value.

Examples:

CMNT_SZMAKE(1)   "Panasonic"
CMNT_SZMODEL(1)  "DMC-TZ10"
...

4. Return Value

(INT): 0 = Job successful, otherwise error code.