extract method
extract
Extract raw 3D content from PDF file.
Returns
def extract(self, file_name, password):
...
Parameter | Type | Description |
---|---|---|
file_name | str | |
password | bytes |
extract
Extract raw 3D content from PDF stream.
Returns
def extract(self, stream, password):
...
Parameter | Type | Description |
---|---|---|
stream | io.RawIOBase | |
password | bytes |
See Also
- module
aspose.threed.formats
- class
PdfFormat