问题描述
我想在我的AngularJS应用展示了AutoCAD的文件(.DWG)和我使用的是Node.js的后端我的应用程序。
I want to show AutoCAD-files (.DWG) in my AngularJS application and I'm using a Node.js backend for my application.
是否有任何的Javascript库DWG?
是否有任何DWG节点库DWG文件转换为SVG / PDF / ...
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
这是一个Linux命令行实用程序但因为我想我不能用它
主办我Heroku的平台上的应用程序。
It's a linux command-line utility but I cannot use it since I want to host my application on the Heroku platform.
推荐答案
检查出的AutoCAD 2014的JavaScript API
http://adndevblog.typepad.com/autocad/2013/04/getting-started-with-javascript-api-on-autocad-2014.html
Check out the autocad the 2014 JavaScript API http://adndevblog.typepad.com/autocad/2013/04/getting-started-with-javascript-api-on-autocad-2014.html
下面是一个YouTube视频
Here is a YouTube video
的
这篇关于DWG转换器的Node.js或Javascript库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!