extract method

extract

Extract raw 3D content from PDF file.

Returns

def extract(self, file_name, password):
    ...
ParameterTypeDescription
file_namestr
passwordbytes

extract

Extract raw 3D content from PDF stream.

Returns

def extract(self, stream, password):
    ...
ParameterTypeDescription
streamio.RawIOBase
passwordbytes

See Also