Words Java - Missing Class DocumentPageSplitter

I cant find the DocumentPageSplitter class in the java aspose-words library. I am using version 19.10.

I am trying to follow the example here

I get this error on build
cannot find symbol [ERROR] symbol: class DocumentPageSplitter

This is my pom.xml file

    <dependency>
            <groupId>com.aspose</groupId>
            <artifactId>aspose-words</artifactId>
            <version>19.10</version>
            <classifier>jdk17</classifier>
        </dependency>
        <dependency>
            <groupId>com.aspose</groupId>
            <artifactId>aspose-words</artifactId>
            <version>19.10</version>
            <classifier>javadoc</classifier>
        </dependency>

Ignore this, I see the Class is defined in the same file and the example.

@deanvniekerk

It is nice to hear from you that your problem has been solved. Please feel free to ask if you have any question about Aspose.Words, we will be happy to help you.

6 posts were split to a new topic: How to Extract documents pages of Word document