COLLADA Drawings
Contents
[
Hide
]
Exporting COLLADA Format To PDF
Aspose.CAD for Python allows developers to export an COLLADA file to PDF format. COLLADA to PDF conversion approach works as follows:
- Load COLLADA drawing file using the Image.load factory method.
- Create an object of the CadRasterizationOptions class and set the page_height & page_width properties.
- Create an object of the PdfOptions class and set the vector_rasterization_options property.
- Call Image.save while passing an object of PdfOptions as the second parameter.