I need to create a PPTX with a few charts and venndiagrams.
For teh charts , I am plannign to use JFreeChart.
The Venndiagram cannot be drawn the same way. For docx I used a sample template with a Venndiagram drawing and changed the sample values to the actuals during runtime.
I was trying the same approach using pptx but cannot get it working.
For word I was using the method
List texts = ...