admin管理员组文章数量:1333173
We are curently developing an app, which runs on sailsjs (node + mongo) as a backend.
Our clinet wishes to have a specific funcionality, which is uploading a *.ppt files and possibly extract all slides and save them as images (at least, much better would be to extract all texts and images separately - but let's not make it more difficult for now ;))
So my question is, can it be achieved somehow with nodejs and/or maybe some other tools which would cooperate with our app?
Scenario is simple: - user uploads a *.ppt - application returns a set of images which represents all slides
Thanks for any tips/links/solutions.
We are curently developing an app, which runs on sailsjs (node + mongo) as a backend.
Our clinet wishes to have a specific funcionality, which is uploading a *.ppt files and possibly extract all slides and save them as images (at least, much better would be to extract all texts and images separately - but let's not make it more difficult for now ;))
So my question is, can it be achieved somehow with nodejs and/or maybe some other tools which would cooperate with our app?
Scenario is simple: - user uploads a *.ppt - application returns a set of images which represents all slides
Thanks for any tips/links/solutions.
Share Improve this question asked Feb 12, 2015 at 10:29 DeJoTDeJoT 832 silver badges6 bronze badges 1- Did my answer helped eventually? – Or Guz Commented Feb 17, 2015 at 14:42
2 Answers
Reset to default 2You might find this useful:
www.aspose. -
Aspose.Slides for Cloud is a REST based API which allows you to read, edit and convert PowerPoint documents in the cloud. You can convert PowerPoint documents into various other formats like TIFF, PDF, PPTX, XPS and PPT etc. You can extract the contents like text and images from the PowerPoint documents.
In the following link you can find how to save a slide to image using their api, they also have a nodejs example. aspose. - slide to image
Good luck,
I have created Node.js package to convert files.
The package does following things
- Convert PDF to PNG
- Convert PPT to PDF
- Convert PPT to PNG
Here is the link of the project GITHUB
OR
Download Node package by
npm i file-format-converter
本文标签:
版权声明:本文标题:javascript - Is it possible to extract slides from powerpoint and save them as images using node.js? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742348883a2458082.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论