Hello,
I am trying to remove blank pages from a Word document using Aspose.Words for Java, but my project fails to compile.
My build fails with the error: cannot find symbol: method removeBlankPages() location: variabl…...Document doc = new Document("path/to/your/document.docx"); doc...removeBlankPages(); doc.save("path/to/your/updated_document.docx");...