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 Mar 13, 2026 5:40 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 10222 • Total topics 2880 • Total members 2105