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

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -