w3nl / ppt-png

Convert ppt to png
MIT License
44 stars 7 forks source link

Is this package works with vuejs? #23

Closed itsdeo closed 4 years ago

itsdeo commented 4 years ago

Hi Team,

Is this package works with vuejs?

Thanks in advance

w3nl commented 4 years ago

It is a nose.js package, that can convert a file on the server. You cannot convert it in the browser. So your vue.js app have to call the server in a request, and than you can convert it on your server. I hope this answer can help you.

itsdeo commented 4 years ago

Okay, Thanks for your prompt response. Can I implement it on the VueJS project? Is it Free or is there any limitation on PPT - PNG/JPG conversion?

w3nl commented 4 years ago

You can use it on your project, it is free to use. You can use it on Linux, Windows, Mac. It uses other program's, see the readme. You need office software than can convert with a command, like LibreOffice or StarOffice, but you can define another. (see the documentConvert option) You also need ImageMagick and pdfinfo

itsdeo commented 4 years ago

Thank you!