Sample code to view Autocad files in browser

Hi,
We have a requirement to view Autocad files in browser on click. i downloaded Groupdocs.Viewer for .Net 17.11 and i am using .net framework 4.0. Can you please provide me a sample code for the above requirement.

Thanks In Advance,
Narendra

@Narendra_Ganguru,

Thanks for taking interest in GroupDocs.Viewer for .NET. GroupDocs.Viewer for .NET is a stand alone, back-end API that allows you to render the document as:

  • HTML pages
  • Images
  • PDF document

In case of HTML and image based rendering, each page of the source document is rendered as a separate HTML page or image. You can load the HTML pages or images in your front end application to view the content of the source document. You can also render the document as PDF document and display it in the browser. You would find following documentation articles helpful.

You can also evaluate all the features of the API using example project. Furthermore, we have also developed a couple of open source document viewer applications (listed below) using GroupDocs.Viewer for .NET. You can download and use these applications as well.

In case you would have any issues, please feel free to contact us again.