NirantarVidyarthee Posted March 9, 2012 Posted March 9, 2012 Is it possible to export a drawing to pdf without opening a drawing where AutoCAD is installed. I want to write my own code using AutoLISP or VB.Net (and not use any existing third party utility) because I have some specific additional requirements. Any guideline would be helpful. Is ObjectDBx the way to go? Quote
Tiger Posted March 9, 2012 Posted March 9, 2012 If you have a drawing open, you can use PUBLISH or SSM (Sheet Set Manager) to plot drawings without opening them. How that would translate to code I have no idea Quote
NirantarVidyarthee Posted March 9, 2012 Author Posted March 9, 2012 "without opening a drawing or even AutoCAD" is my basu requirement. Quote
MSasu Posted March 9, 2012 Posted March 9, 2012 In this case your answer is that you can't do it. The AutoLISP and .Net (for AutoCAD) will work inside the application only - which you don't want to open and you excluded also a third-part solution, so the ActiveX access is out of question too. Regards, Mircea Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.