简体   繁体   中英

How to export autocad file to png using java?

how can I export an AutoCAD file to PNG format in Java?

regards,

Wim

If you have AutoCAD 2004 and later, use the JPGOUT or PNGOUT command.

Read more at http://www.ellenfinkelstein.com/AutoCAD_tips_create_jpeg_png_files.html#ixzz137C4193X

If not, you're going to have to duplicate a lot of AutoCAD code.

I suppose you'd use a Java BufferedImage and execute a lot of Graphics methods.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM