Hello,
I am trying to get few properties of dxf file through api: Aspose.CAD Cloud - API References
It only gives me width and length of the file. But I want preview of the file as well. Is it possible?
Hello,
I am trying to get few properties of dxf file through api: Aspose.CAD Cloud - API References
It only gives me width and length of the file. But I want preview of the file as well. Is it possible?
Please note that the Aspose.CAD Cloud API does not provide any GUI to preview a file. It is a backend API. To preview the DXF files, you may need to create/use your own user interface or you may convert the DXF file to PDF and send it to the web browser to preview it.