Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi everyone,
I want to print a dwg file programmatically in my c# project without opening AutoCad.my application is network base and my file is in a shared folder.I do not know how should i do that?
Posted
Comments
Sergey Alexandrovich Kryukov 11-Dec-11 1:15am    
Just a note: not easy at all. I used 3rd-party project, had a lot of problems with performance, etc.
--SA

Found Similar question there-[Printing AutoCad DWF and DWG files][^] where an answer suggested by an OP is to used those with VS2k5 was to use the installer that installs a wizard in VS that sets everything up for you right away. It is the ObjectARX SDK, found here:
ObjectARX[^] and other reference link is
Auto Desk Development Development Center [^]
 
Share this answer
 
Comments
Amir Mahfoozi 11-Dec-11 4:16am    
+5'ed :)
M_Mogharrabi 17-Dec-11 2:18am    
hi,
i have downloaded the documentation of objectarx but i could not find any thing about print dwg file in it.

I am too beginner in objectARX.
please help me...
M_Mogharrabi 17-Dec-11 4:22am    
i am waiting for your response yet...
please help me..
You have basically three options:

1) Write your own .DWG file parser and print from that - lots of work.
2) Use a third party control - as SA said, lots of problems.
3) Use the application which knows the files best: Autocad.

If you can't do (3), then you have a lot of work ahead of you!
 
Share this answer
 
I asked my question in Autodesk site and receive my answer in Through the interface site.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900