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 Wed Dec 25, 2024 1:00 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 10112 • Total topics 2843 • Total members 2074