Hi Jason,
I have a need to set the "first page, all other pages" paper source properties in docx4j. I did some searching but didn't come up with much. Can you point me in the right direction on how to best do this?
Thanks,
Jeff
It is currently Sat Feb 22, 2025 8:38 am
CTAutoFilter filter = new CTAutoFilter();
filter.setRef("A8:L8");
worksheet.setAutoFilter(filter);
presentationMLpackage.getParts().get(new PartName("/ppt/slides/slide6.xml")).setPartName((new PartName("/ppt/slides/slide6-1.xml"));
wordMLPackage.getMainDocumentPart().getContent().addAll(
XHTMLImporter.convert( new File(inputfilepath + ".html"), null, wordMLPackage) );
Total posts 10142 • Total topics 2852 • Total members 2083