std.GetDocumentSlide

This job creates a slide for a document and returns it.

1. Input Parameters

Name Type Required Description

ObjectID

INT

Yes

ID of the object

Flags

INT

Yes

0 (GETDOCSLIDE_FLAG_NEEDEDONLY) = requested size is returned; if not available, error
1 (GETDOCSLIDE_FLAG_DEFAULTALLOWED) = requested size is returned; if not available, 96×96 is delivered (including Width/Height output)
2 (GETDOCSLIDE_FLAG_BOTH) = requested size is returned if available, plus always 96×96
3 (GETDOCSLIDE_FLAG_ALL) = all slides are returned

2. Output Files

Name Description

File list

Path and name of the transferred file

3. Return Value

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

With GETDOCSLIDE_FLAG_ALL and GETDOCSLIDE_FLAG_BOTH, multiple files are delivered, with extensions DIA001, DIA002, etc.
Related output parameters DIA001, DIA002, etc. contain the respective size (e.g., DIA001 = 10x10, DIA002 = 96x96).