get_document_info method

get_document_info

Retrieves source document information, including page count and other properties specific to the file type.

Learn more about converted document - file type, pages count, creation date and many other format specific properties:

def get_document_info(self):
    ...

Returns: Document information as IDocumentInfo.

See Also