How to print a .dwg file with Java?
Is there an API for accessing and transferring an AutoCAD DWG file to a printer for printing?
Dwglib is a Java library for accessing DWG files. This is essentially a port from the Pythoncad DWG Art Haas reading classes. jdwglib manages complex DWG objects that allow users to use these objects directly in their applications.
You will find an API that allows you to read the AutoCAD dwg file. I have not seen any Java, but you could start with .NET as follows:
http://code.google.com/p/tf-net/wiki/DwgReaderWriter
Once you find the API, then it can be as simple as printing everything you do.
Source: https://habr.com/ru/post/1303743/More articles:Server-side password protection SVN - securityusing jquery, How to redirect when changing a dropdown list? - javascriptHow to change a generator in Python? - pythonAxis2 attachments disappear in answer - javaSQL query to retrieve products with the most recent most recent price change - sqlSometimes it launches .exe from the current folder - c #https://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1303745/what-exception-class-to-use-in-when-ienumerable-contains-null&usg=ALkJrhixuo45lYUoh8DJBFDjkv6Tp-qxqwrotation on a column without knowing the complete list of values - sql-serverDynamic iPhone App Icons? - iphoneHttpContext.Current NullReferenceException in a static method - static-methodsAll Articles