Dear,
How can I find the first and last paragraph on a given page in a Document.
I’m using Aspose Words for Java
Many thanks
Natasja...// Load the document Document doc = new Document("input.docx");...collector = new LayoutCollector(doc); int targetPage = 3; // page...