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 Thu Dec 18, 2025 5:43 am
News of Plutext 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 10216 • Total topics 2878 • Total members 2103