PLT Drawings
Contents
[
Hide
]
Exporting PLT Format To PNG
Aspose.CAD for Javascript in Angular allows developers to export an PLT file to PNG format. PLT to PNG conversion approach works as follows:
- Load PLT 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