get_path_by_index method

get_path_by_index

Gets the full file path of splitted document by index with defined extension.

Returns

The full file path.

def get_path_by_index(self, index, extension):
    ...
Parameter Type Description
index int Index of splitted document.
extension str Extension of file.

See Also