Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muqarrab-aspose committed Jan 1, 2025
1 parent dd46c81 commit 100dfb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Next, you'll need to define the criteria for splitting the document. Common crit

```java
// Split by page count
Document[] splitDocuments = doc.splitIntoPages(5); // Split every 5 pages
Document[] splitDocuments = doc.extractPages().
```

## Step 3: Save Split Documents
Expand Down

0 comments on commit 100dfb8

Please sign in to comment.