How to generate powerpoint files with Mendix?

0
Hello    I would like to know if I could generate ppt files using the Mendix platform.    Thank you!
asked
1 answers
1

Hi Vewax,

Mendix does not have a built-in feature to generate PowerPoint files out of the box.

However, you can achieve this in a few ways:

  1. Use a Java Library, Check these references for how to do it:

  2. Call an External ServiceConsume a REST API from a service that generates PowerPoint files . Mendix can call this API and store the returned file as a FileDocument.

  3. Convert an Existing Document. Generate a standard Mendix file (like PDF or DOCX) and use this Marketplace module to convert it into a PowerPoint document:

 

Hope this helps!

answered