Ask HN: Best Slide API?
Hey all - we're looking for an API for rendering PowerPoint slides... is there any third party service that you've had a good experience with?
Ideally, we're looking to send a JSON payload describing the slide and receive back the URL to download it.
If you haven't used a third party, any tips on building this? Does anyone currently deal with creating slides programmatically for clients?
Many thanks, Josh
11 comments
[ 4.2 ms ] story [ 37.2 ms ] threadBut it is a pain... haven't seen a third party, but have made something similar in the past with open source libs
https://github.com/gitbrent/PptxGenJS
https://gitbrent.github.io/PptxGenJS/
Have you ever had to add slide rendering as a feature for customers?
https://github.com/gsuitedevs/md2googleslides
This gsuite functionality looks good!