file_type property

file_type property

Gets the file type metadata package.

Example

This code snippet shows how to detect the PDF version a loaded document and extract some additional file format information.

Definition:

@property
def file_type(self):
    ...

See Also