Need to convert MicroStation(dgn) files to pdf file using command line execution
Thanks in Advance
Need to convert MicroStation(dgn) files to pdf file using command line execution
Thanks in Advance
Decision Graphics http://www.dgnlink.com/ has a number of products that convert DGN to DWG, all of which can be run from a command line.
Once you have the DWG files, you can use one of the command line DWG to PDF converters (I can't recommend a specific one but a quick Google will find loads), or if you have a copy of AutoCAD or AutoCAD LT, you could write a script for that to convert the DWGs by using the DWG To PDF plotter.
The OpenDesign Alliance has libraries for dgn and dwg with pdf capabilities. You could could use them to create the command line utility.