最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - open word application inside electronnode js desktop application - Stack Overflow

programmeradmin5浏览0评论

I'm new to electron(node.js) desktop application. I'm trying to find a way open word application(which is already available in that particular pc or mac) inside the electron desktop application browser-window. Any help is much appreciated.

I'm new to electron(node.js) desktop application. I'm trying to find a way open word application(which is already available in that particular pc or mac) inside the electron desktop application browser-window. Any help is much appreciated.

Share Improve this question edited May 23, 2016 at 18:20 Deduplicator 45.8k7 gold badges72 silver badges123 bronze badges asked May 23, 2016 at 13:46 Hariprasath RameshkumarHariprasath Rameshkumar 231 silver badge4 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 6

You can use shell.openItem() to open a Word file in Word (assuming Word is the default application for that file extension). Failing that you can always fall back to launching any application you want via Node's child process API.

发布评论

评论列表(0)

  1. 暂无评论