This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Java in General and the fly likes how to access and print the dwg files in java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "how to access and print the dwg files in java " Watch "how to access and print the dwg files in java " New topic
Author

how to access and print the dwg files in java

v mag
Greenhorn

Joined: Jul 15, 2008
Posts: 4
There is any java api available for accessing and printing dwg file in our application.

Thanks in advance
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

Please TellTheDetails. Where do these "dwg files" come from? Are these from AutoCAD (first hit on Google), or somewhere else?

Anyway, did you try using Google?
java dwg viewer
java dwg api
java dwg library


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
v mag
Greenhorn

Joined: Jul 15, 2008
Posts: 4
thanks for your reply. here dwg come from Autocad. In Java web application need to access the dwg autocad file and also pass to printer. I able get results only dwg viewer in java when searched on the web. what i needed is using java api in the application
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

And you really found absolutely nothing on Google? Not even with the links I provided?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35242
    
    7
Autocad is a niche file format; I wouldn't be surprised if there's no comprehensive 3rd party API for working with it. Doesn't Autodesk provide an SDK?


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to access and print the dwg files in java
 
Similar Threads
autocad file with java
Reading *.dwg type CAD files
Reading CAD Files
Head First SCWCD
reading autocad files (dwg or dwf) in java