I am trying to to put some html code in docx header, but it just appear as simple text.
1 - It is possible to renderize html code in header part?
2 - If does, how can I do it?
It is currently Fri Feb 21, 2025 5:59 am
PresentationMLPackage ppt = (PresentationMLPackage) OpcPackage.load(inputPptxFile);
SlidePart slide = ppt.getMainPresentationPart().getSlide(0);
HashMap h = new HashMap<String, String>();
h.put("key", "green");
slide.variableReplace(h);
Total posts 10142 • Total topics 2852 • Total members 2083