i am using docx4j to convert an word document to HTML ,i want to know if there are a way to convert just a page of the document.
For example in my application i want convert just the third page of document to HTML not the entire document.
It is currently Fri Apr 04, 2025 10:15 am
public static void main(String[] args) throws Exception {
String inputfilepath = System.getProperty("user.dir") + "/checkbox.docx";
WordprocessingMLPackage wordMLPackage = WordprocessingMLPackage.load(new java.io.File(inputfilepath));
Total posts 10157 • Total topics 2857 • Total members 2087