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 Fri Aug 22, 2025 3:46 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 10189 • Total topics 2867 • Total members 2097