Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DWG converter for Node.js or Javascript library

I want to show AutoCAD-files (.DWG) in my AngularJS application and I'm using a Node.js backend for my application.

Are there any DWG libraries in Javascript? Are there any DWG Node libraries to convert DWG files to a SVG / PDF / ...

I don't want to edit them; just show them online in my application.

The only that i could find was this : http://etc.nkadesign.com/Download/Cad2svg

It's a linux command-line utility but I cannot use it since I want to host my application on the Heroku platform.

like image 941
tdhulster Avatar asked Aug 14 '13 16:08

tdhulster


1 Answers

Check out the autocad the 2014 JavaScript API http://adndevblog.typepad.com/autocad/2013/04/getting-started-with-javascript-api-on-autocad-2014.html

Here is a YouTube video

http://m.youtube.com/watch?v=PZKKJwcke2k&desktop_uri=%2Fwatch%3Fv%3DPZKKJwcke2k

like image 145
Trae Moore Avatar answered Oct 21 '22 19:10

Trae Moore