We have a requirement to change the template(.potx file) of a given .pptx file at runtime. Please provide pointers to the docx4J API's which can be used to achieve this.
Thanks
It is currently Sun Nov 24, 2024 4:51 am
...preceding messages excluded...
WARN org.docx4j.openpackaging.parts.Parts .put line 75 - Overwriting existing part /ppt/embeddings/Microsoft_Office_Excel_Worksheet1.xlsx
PresentationMLPackage ppt = PresentationMLPackage.load(new File("input.pptx"));
ppt.save(new File("output.pptx"));
Total posts 10111 • Total topics 2842 • Total members 2074