Split PDF Java

Split large PDF files into individual pages or specific ranges based on patterns, bookmarks, or text to organize your documents.

Modify Tools

Split PDF Java Overview

PDF Split Java library offers a powerful solution for dividing documents with precision, enabling developers to split large PDF files into individual pages or custom page groups based on specific requirements. This customizable Java library seamlessly integrates into your workflow through simple Java library calls, supported by comprehensive SDKs and auto-generated code snippets that minimize development time. Built on secure cloud infrastructure with ISO 27001, HIPAA, SOC 2, and GDPR compliance, our PDF Splitter ensures your sensitive documents remain protected while delivering consistent performance.

Precision Splitting

Extract exactly the pages you need with custom ranges, patterns, or text-based conditions.

Easy Integration

Implement our PDF split with minimal code using SDKs for multiple languages.

Secure Processing

Enterprise-grade encryption and compliance standards protect your sensitive documents.

Custom Extraction

Extract pages selectively using page numbers, ranges, or regular expression patterns.

Global Performance

Cloud infrastructure ensures fast processing and low latency across worldwide locations.

Flexible Output

Separate pages individually or create custom page groups with our powerful API.

Customizable Parameters

Fine-tune your automation with these powerful conversion options

File

File Supported formats: .pdf

File to be converted. Value can be URL or file content.

Password

String

Sets the password to open protected documents.

Mode

Collection Default: pagecount

Selects how the document is split. pagecount cuts consecutive chunks whose sizes follow Value - a comma-separated sequence repeated until the document ends (e.g. Value=5 on a 10-page file gives two 5-page files; Value=3,2 gives 3, 2, 3, 2, ...; empty Value means one file per page); ranges emits one file per page or range listed in Value (e.g. 1-3,5,7-9 gives three files); singlepages extracts each page listed in Value as its own file (e.g. 1-2,5 gives three single-page files: page 1, page 2, page 5); text starts a new file at every page whose text matches the Value regular expression; bookmark splits at each bookmark (Value is ignored).

Values:   pagecount ranges singlepages text bookmark

Value

String

The argument for the selected Mode: a page-count sequence (pagecount), a page or range list (ranges, singlepages), or a regular expression (text). Ignored when Mode is bookmark. For pagecount an empty value produces one file per page.

MergeOutput

Bool Default: False

When set to true, all files produced by the split, regardless of the split method used, are merged into a single PDF named merged.pdf. By default (false) the API returns each split part as a separate PDF.

StoreFile

Bool Default: False

When the StoreFile parameter is set to True, your converted file is written to ConvertAPI’s encrypted, temporary storage and made available via a time-limited secure download URL, valid for up to 3 hours. After this period, the file is permanently deleted.

When StoreFile is set to False, conversion happens entirely in-memory. The raw file bytes are streamed back in the API response without touching disk or external storage, ensuring maximum security and zero persistence so that only you can access the content.

Step-by-Step Guide

Easy Split PDF integration using our modern Java SDK

1. ConvertAPI Java library install

ConvertAPI provides a Java SDK that allows you to perform a Split PDF conversion with just a few lines of code. Split PDF documents using Java programming language with no effort at all!

# Add the following dependency to your pom.xml:
<dependency>
   <groupId>com.convertapi.client</groupId>
   <artifactId>convertapi</artifactId>
   <version>2.10</version>
</dependency>

2. Authenticate your Java library

You can obtain your API Token by signing up for a free account. Once you sign up, you'll receive 250 free conversions instantly! Grab your API token from the account dashboard, and authenticate the ConvertAPI Java library like this:

# get your API Token here: https://www.convertapi.com/a/auth
use \ConvertApi\ConvertApi;
Config.setDefaultApiCredentials("api_token");

Split PDF using Java in no time!

Once you have your authentication in place, simply copy-paste this pdf to split conversion code snippet into your Java project:

Integrate within minutes

Easy Split PDF automation using our simple Java SDK

Try the Split PDF conversion online

Try it Free

Compatible With all Java Frameworks & Tools

Compatible with Java Compatible with Spring Compatible with Hibernate Available on Apache Maven Compatible with Gradle Compatible with IntelliJ IDEA Compatible with Eclipse IDE

Businesses trust us

Highest rated File Conversion API on major B2B software listing platforms: Capterra, G2, and Trustpilot.

"ConvertAPI has been a game-changer for our document automation workflows. Their conversion accuracy and API reliability are unmatched in the industry for over 7 years."

"ConvertAPI is a reliable, cost-effective solution with a proven track record of stability. It has grown significantly in maturity, adopting enterprise-grade practices over the years."

"We've integrated ConvertAPI across our entire document processing platform. The performance is exceptional and the support team is always responsive. Highly recommended!"

Enterprise-Grade Security

We ensure that all document processing is handled securely in the cloud, adhering to industry-leading standards like ISO 27001, GDPR, and HIPAA. To enhance security even further, we can ensure that no files or data are stored on our servers and never leave your country.

Learn more about security

Ready to Streamline Your File Conversions?