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 Thu May 01, 2025 4:37 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 10160 • Total topics 2859 • Total members 2089