get_container method

get_container

Extracts a container object from the document to work with formats that contain attachments, ZIP archives etc.

Returns

A collection of container items; null if container extraction isn’t supported.

def get_container(self):
    ...

Example

The following example shows how to extract attachments from a container:

See Also