How to programmatically convert a Keynote file to PowerPoint?

Does anyone know any good tools to convert a key file to PowerPoint? We have an online tool that currently accepts PPT / PPTX files, and then we use Aspose tools to do more with it. But we also need to accept key files, and the simplest way in theory is to convert it to a PPT file and then process it in the same way from there.

However, we are really trying to find a way to convert them programmatically!

Any ideas?

+6
source share
1 answer

An old question, but the view counter seems appropriate for many .. a conversion service such as CloudConvert can do the job ( https://cloudconvert.com/api/conversions ). At least to convert .key to .pptx (not sure about the other).

-1
source

Source: https://habr.com/ru/post/911565/


All Articles