Skip to content
← All articles
PDFsplitupload limitpage rangeseparate files

Split a PDF Into Separate Files on Android

You need three pages out of a 90-page PDF, or one file per section. Here's how splitting works, why it costs no quality, and when it beats compressing.

Convertlix8 min read

Splitting a PDF copies the pages you asked for into new files and re-uses the original page objects as they are, so nothing is re-encoded and no quality is lost — unlike compression, which is a deliberate trade of detail for bytes. That one property is why splitting is often the right move on an upload cap: it changes how the document is packaged rather than what the pages contain.

On Android, Convertlix's Split PDF breaks a PDF into separate files on the handset, so the document never leaves the device — no upload, no server-side copy, nothing to retain. The scope, up front: Android 8.0 or later, sign-in required (there is no guest mode), 25 MB per file on the free tier against a server-set monthly allowance of conversions shown in the app, and the output files land in Downloads. The rest of this page is about splitting generally, including the part most guides get wrong.

The insight: N split files usually total more than the original

This surprises people, and it is the single most useful thing to know before you split a file to hit a size cap.

A PDF is not a stack of independent pages. It is a container with a shared resource pool: embedded fonts, colour profiles, image XObjects, and any content reused across pages all live once and are referenced by every page that needs them. When you split the document, each output file needs its own copy of every resource its pages reference. Split a 90-page report with one embedded font family into three files and that font is now embedded three times.

So two things follow:

  • The parts don't add up to the whole. Three files from one 6 MB PDF might total 6.4 MB. The overhead is usually small — a subset font family is typically 100–800 KB — but it is in the wrong direction, and on a tight cap it matters.
  • Half the pages is rarely half the size. Page bytes are wildly unevenly distributed. In a scanned document every page is a photograph and pages weigh roughly the same; in a born-digital report, one page holding a full-bleed photograph or a 4,000-pixel chart can outweigh forty pages of text. If you split a 12 MB file down the middle expecting 6 MB each, you may well get 10 MB and 2 MB.

The practical version: split at a boundary, then check the sizes, then decide whether anything still needs compressing. Don't assume the arithmetic.

When splitting beats compressing

Compression and splitting solve different problems, and picking the wrong one wastes an afternoon.

What it changesQuality costWhat you lose
SplitHow many files, and which pages are in eachNone — pages are copied as-isOne-document convenience; bookmarks and cross-page links break at the seam
CompressThe resolution and encoding of images insideReal and permanent on scansFine detail; unrecoverable if you keep no original
Split, then compress only the heavy partBoth, but surgicallyOnly on the pages that needed itTime, and two operations to check
Merge, then compressPackages many files as one, then shrinksSame as compressPer-document separation the recipient may have wanted

Split is the answer when:

  • The cap is per file and the document is genuinely long. A 400-page PDF cannot be compressed under a 10 MB portal cap without destroying it, but three 130-page files each fit comfortably. No image setting closes a gap that large — Get a PDF Under 10 MB for a Visa or Job Portal covers where that line falls.
  • The portal wants one document per category. Visa, university and tender portals frequently have separate upload slots for "passport", "transcript" and "bank statement". If you scanned them all in one pass, splitting is the whole job and compression is irrelevant.
  • You only need a few pages. Sending someone a 90-page contract when they asked for the schedule on pages 61–63 is worse than sending three pages, for their sake and yours.
  • One section is confidential. Splitting is how you send the part they should see. Note the limit of that, though: it is a page-level operation, not redaction — see the caveats below.

Compress is the answer when the file has to stay one document. The two combine well: split off the eight scanned pages that hold 90% of the bytes, run Compress a PDF Under 2 MB on Android (Free) on just those, and put the document back together with Merge PDFs Without Uploading Them Anywhere. That sequence keeps the born-digital text pages untouched, which is where all your legibility lives.

How to split a PDF into separate files

  1. Work out what the recipient actually wants. One file per section, a single page range, or every page as its own file are three different jobs. Read the upload form's field labels before you start — they usually tell you exactly how many files it expects.
  2. Find your page numbers in a viewer first. Note the printed page numbers and the actual page positions separately. A report with roman-numeraled front matter means "page 1" and "the first page" are different pages, and this is the single most common way a split comes out wrong.
  3. Open the PDF and choose where to break it. In Convertlix, open Split PDF and pick the document through Android's file picker, then set the split points. The originals are untouched — splitting writes new files.
  4. Check the page count and the first and last page of every output. Off-by-one at a boundary is the failure mode here, and it is invisible unless you look at the seam specifically.
  5. Read the resulting file sizes before you upload. If one part is still over the cap, that part — and only that part — is a compression job now.

When this doesn't work

  • Bookmarks, outlines and internal links break at the seam. A table of contents that jumped to page 61 has nowhere to jump to once page 61 is in a different file. The links don't error, they just stop going anywhere, which is worse. Long reference documents lose real usability this way.
  • Form fields that span pages stop working. Interactive forms often share field definitions and calculation scripts document-wide; cut them apart and the calculations that referenced a field on another page have nothing to reference.
  • Splitting is not redaction. Removing pages you don't want to share is fine for ordinary purposes, but do not treat a page-level operation as a security guarantee for genuinely sensitive material — if something must be unrecoverable, it needs to be removed at the source document and re-exported, not split out of the PDF.
  • A single enormous page can't be split. Some scans, posters and CAD exports are one page metres across. There is no page boundary to cut at.
  • Password-protected files can't be opened. Convertlix has no unlock tool, so an encrypted PDF is a dead end; ask the sender for an unprotected copy.
  • The recipient may not want it split. Court e-filing and some tender processes specify a single continuous document with continuous pagination. Splitting to hit a cap can fail their requirements even while satisfying their file size.

FAQ

Does splitting a PDF reduce the quality of the pages?

No. Splitting copies the existing page objects into new files without re-encoding them, so the images, fonts and vector content in each output are byte-identical to the original. This is the practical difference between splitting and compressing: compression re-encodes images and permanently discards detail, while splitting only changes how the pages are packaged.

Why are my split files bigger than the original PDF?

Because shared resources have to be duplicated. Embedded fonts, colour profiles and any reused images live once in the source file and are referenced by every page that needs them; once the pages are in separate documents, each document needs its own copy. A subset font family is typically 100–800 KB, so three output files can total a few hundred kilobytes more than the one they came from.

How do I get just one page out of a long PDF?

Split it with a range covering that single page, which writes a new one-page PDF and leaves the original alone. Check the page position rather than the printed page number — a document with unnumbered covers or roman-numeraled front matter will have the printed "page 1" somewhere after the first actual page, and that mismatch is the usual cause of extracting the wrong page.

Does Convertlix upload my PDF?

No. The file is opened through Android's own file picker, split on the phone, and the new files are written to the device — nothing is sent anywhere, and the app has no storage permission to read anything you did not hand it. Its network calls carry identity, licence, quota, configuration and payment data, never a document. Sign in once, switch on airplane mode, and it still works.

Is there a free way to split a PDF without an app?

Yes. qpdf --split-pages is free, open source and exact, and qpdf in.pdf out.pdf --pages . 61-63 -- pulls a range without touching anything else; Ghostscript takes -dFirstPage and -dLastPage. On a Mac, Preview lets you drag pages out of the thumbnail sidebar into a new document with no install at all. All three run locally and give you finer control than a phone tool does — the reason to use something else is usually that the file is on your phone and the desk is somewhere else. Browser splitters work too, but as of September 2026 the mainstream ones upload your document to their servers, which for a contract or a bank statement is the trade worth thinking about.


If the file is on your phone and a portal wants three documents rather than one, break it at the boundaries and check each part's size in Downloads before you upload.