Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How do you embed Autodesk 2010 dwf/dwg files in a web page?

I found some old code that worked with the Volo View Express 2 activex control in IE, but it won't display newer drawings.

<iframe height="500px" width="100%" scrolling="auto" src="drawing.dwg"></iframe>

Is there a new/better activex control available?

share|improve this question
Use autodwg to convert dwg to pdf or jpg? – user662134 Jun 1 '12 at 5:17

1 Answer

up vote 0 down vote accepted

Volo View 3 fixed it

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.