elwerene / libreoffice-convert

MIT License
242 stars 94 forks source link

Convert PPT to PNG #9

Closed pradella closed 4 years ago

pradella commented 4 years ago

I'm trying to convert PPT to PNG, but I got only the first slide converted as PNG.

Is there any option/param to convert all slides?

elwerene commented 4 years ago

A quick google search brought me to the conclusion, that it is not possible. But you could try this npm package: https://www.npmjs.com/package/unoconv as unoconv was an answer to your question at https://askubuntu.com/a/229507

pradella commented 4 years ago

Yes, actually searching on google I found the same solution, just ask to make sure.

The solution that I found and worked for me: 1) Convert the PPT to PDF using this library (libreoffice-convert) 2) Convert the PDF to images using the library pdf-image