如何在 Java 中将 AutoCAD 文件导出为 PNG 格式?
问候,
维姆
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.