Working with OBJ File Format
Contents
[
Hide
]
Aspose.CAD now supports the OBJ file format. The OBJ file format is a 3D geometry that contains texture maps, 3D coordinates, polygonal faces, and other object information.
Exporting OBJ Format To PNG
Aspose.CAD for Javascript in Angular allows developers to export an OBJ file to PNG format. OBJ to PNG conversion approach works as follows:
- Load OBJ drawing file using the Image.load method.
- Call Image.save while passing an object of PngOptions as the second parameter.
Sample Code
The code below shows how to achieve the same goal using Aspose.CAD for JavaScript