Convert Autocad (DXF) file to transparent image -
I would like to convert an autocatet file (DXF) into an image based on the following criteria:
- I would like to specify the viewport from the AutoCAD file.
- I would like to specify the width and height of the resulting image in pixels.
- The resultant image needs to be transparent PNG.
I am not an experienced autoxide user, therefore, please explain in a simplified manner, if other tools (for XMAP in Java) that can do the same thing, please let me know.
Thank you.
You can convert your DXF to SVG, which is a Java based converter. You can use batic for SNG from PNG to SNG, depending on your input files, it can be the easiest solution to convert DXF into non-transparent PNG and replace all white with transparent.
Comments
Post a Comment