nanoLogika / ACadSvg

C# library to convert AutoCAD drawings from DWG to SVG. AutoCAD files are read using ACadSharp.
GNU Lesser General Public License v3.0
8 stars 2 forks source link

Display output in a browser #71

Closed jefrank0701 closed 6 months ago

jefrank0701 commented 6 months ago

I am trying to use this project to translate an AutoCAD file into something a user can view in a browser. I have used the sample code here to generate the mainGroupSvg and defsSvg strings but I don't know how to use that for displaying in a browser.

I have also downloaded the project "ACadSvgStudio". It will run and open dwg files, but not display them in its browser window.

Can you give me a hint on how to do this?

Thanks!