如何打开 .dwg 文件?
我正在编写一个应用程序来在 android 操作系统中打开和读取 .dwg 文件。 我使用的 IDE 是 eclipse
我想知道我是否有阅读器或 . har 文件,然后如何将其包含在我的应用程序中。
有人可以帮忙吗?
I am writing an application to open and read a .dwg file in android os.
the IDE I am using is eclipse
I wanted to know if I had the source code of a reader or a . har file, then how to include it in my application.
Can somebody help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须将其(dwg/dfx)转换为pdf,然后使用pdf查看器在android中查看它
You have to convert it (dwg/dfx) into pdf and then use a pdf viewer to view it in android