Live data from Hacker News

Ask HN: Best Slide API?

news.ycombinator.com

1–10 of 12 posts

Ask HN: Best Slide API?

#1
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

Re: Ask HN: Best Slide API?

#2
We had to back burner this feature, because making slides wasn't a core feature for us.

But it is a pain... haven't seen a third party, but have made something similar in the past with open source libs

Re: Ask HN: Best Slide API?

#3
post #2

We had to back burner this feature, because making slides wasn't a core feature for us. But it is a pain... haven't seen a third party, but have made something similar in the past with open source libs

Yeah there are open source libs; but it's kind of annoying to implement. Think OP is asking for third party service

Re: Ask HN: Best Slide API?

#9
post #7

I've only played around with it a bit and haven't used it extensively before, but PptxGenJS may be what you need to build this yourself. https://github.com/gitbrent/PptxGenJS https://gitbrent.github.io/PptxGenJS/

Thank you - this is helpful.

Have you ever had to add slide rendering as a feature for customers?

Re: Ask HN: Best Slide API?

#10
post #8

If you are comfortable using Google Slides instead of powerpoint they have an API that might be useful here. https://github.com/gsuitedevs/md2googleslides

Thanks - have you ever had to add slide rendering as a customer-facing feature?

This gsuite functionality looks good!

Post reply on HN