Closed
Export section to PPT
I have a requirement where I have to export the section data to PPT. Can anyone let me know how can we achieve this in Pega.
FYI:I have already exported the section to PDF through HTMLTOPDF activity and hence i already have HTMLstream and markup for that section ready .
There is no OOTB mechanism for creating Powerpoint files from PRPC.
However: PRPC does ship with the Apache POI library - which has some support for creating PPT/PPTX files.
The following (out-of-guardrails) Java Step will create a "Hello Pega !" PPT using Apache POI file.
But I think it would be a bit more tricky to export your SECTIONs to a PPT; you would (probably - I don't know the Apache POI PPT API well enough to say for sure) need to convert your Section HTML to show it in the PPT.
Maybe you could *screenshot* your Sections (somehow) and include them in PPT slides ?