Skip to content

Task how-to - workflow

Preparing a document bundle for an application

Visa, mortgage, university, immigration — eight documents, a portal with rules, and a deadline. The order of operations that avoids the four rejections people actually get.

An application bundle is a particular kind of stressful. There are eight documents, a portal with a rulebook written for its own convenience, a size limit, a naming convention, and a deadline — and the failure mode is a rejection notice a week later with no explanation of which document caused it.

The work itself is not hard. Doing it in the wrong order is what costs the week.

Read the rules first, and write them down

Before touching a file, extract the actual requirements from the instructions. They are usually scattered across three pages:

  • Format — nearly always PDF; some portals reject anything else
  • Size — per file, or for the whole submission, or both
  • Page limits — for specific documents like personal statements
  • Order — some systems require a fixed sequence, or a specific document first
  • File namingSURNAME_Firstname_Passport.pdf conventions are common and mechanically enforced
  • One file or many — whether they want a single merged bundle or separate uploads
  • Recency — proof of address dated within three months, statements covering a named period

Write them into a checklist. Most rejections are compliance failures against something stated in the instructions, not judgements about your case.

The five-step order: fix each document, redact, merge, compress, verify — with the two steps most often done in the wrong order marked

Step 1 — get each document into the right form

Prefer the issued PDF over a photograph. Banks, employers, universities and utilities almost all offer a PDF download. It is smaller, sharper, searchable, and it looks like an official document rather than something snapped on a kitchen table. A phone photo should be the last resort, not the first instinct.

If you must scan, scan properly. Flat, evenly lit, no shadow across the page, the whole document in frame including edges, and using your phone’s document mode rather than the plain camera so it deskews and crops. Aim for something legible at 200–300 DPI.

Fix orientation now. A sideways page is a rejection risk, and it is easier to fix per document than after merging. Note that viewer rotation is not saved — the rotation has to be written into the file.

Check each document is complete. Bank statements in particular are often downloaded a page short, and “page 3 of 4” with no page 4 is a common failure.

Step 2 — redact, before you merge

Do this per document, while each one is still small enough to check properly.

What to remove depends on the document and the requester — what to hide before you send a document has the document-by-document table. The most common items in an application bundle:

One caution specific to applications: check whether the receiving body requires unredacted documents. Identity and anti-money-laundering checks often do. Ask before you redact rather than after they refuse.

Step 3 — merge in the required order

If the portal wants one file, merge with Merge PDF in exactly the sequence the instructions specify. If they do not specify, use the order the instructions list the documents in — a reviewer working down their own checklist will thank you.

Two things to check afterwards:

Page count. Compare it against the sum of the parts. A silently dropped document is easy to miss in a forty-page bundle.

A cover or index page, if the bundle is long. Not always required, and it makes a reviewer’s job easier when it is not prohibited.

Step 4 — compress last

Compression comes after merging, because compressing eight files individually and then combining them wastes effort and gives you less control over the total.

If the bundle is over the limit, the cause is almost certainly scanned pages rather than text. Getting a PDF under an upload size limit covers which lever to pull: colour depth first, then resolution, then quality.

Aim for about 70% of the stated limit. Some portals measure the encoded upload rather than the file on disk, and base64 encoding adds roughly a third.

Do not over-compress. A reviewer who cannot read your certificate rejects it exactly as firmly as a portal that cannot accept it. Below about 150 DPI, stamps, signatures and small print start to fail.

Step 5 — verify before uploading

Five checks on the final file:

  1. Open it on a different device. Email it to yourself and open it on a phone. This catches fonts, rotation and corruption in one step.
  2. Scroll every page. Confirm nothing is missing, sideways, blank, or duplicated.
  3. Select all, copy, paste into a text editor. Confirm nothing you redacted appears.
  4. Check the size against the stated limit, with headroom.
  5. Check the filename against the naming convention, exactly — including case and separators.

Four things that get bundles rejected

Password protection nobody asked for. People add a password thinking it is prudent. Many portals cannot open encrypted PDFs, and automated processing fails silently. Unless the instructions request one, do not.

A photo where a scan was needed. Angled, shadowed, cropped at the edge, unreadable at the corners.

Over-compression that renders a stamp or signature illegible.

The wrong file entirely — the unredacted original, or last year’s statement. Keep your working files in a clearly named folder, and check what you are attaching.

Keep the originals

Keep an unredacted, uncompressed copy of every document in a separate folder until the application is decided. You will be asked for at least one of them again, often at short notice, and rebuilding a redacted document from a compressed bundle is not possible.

A note on where this happens

An application bundle is, by construction, the most sensitive collection of documents most people ever assemble: identity, income, address, education, and often health or family circumstances, gathered into one file.

Lemmafour’s tools run in your browser — redact, merge and compress all operate on your own device, and the bundle is written back to your disk. Given that the usual alternative is uploading exactly this collection to a free web service, it is worth doing the assembly somewhere it does not have to leave.

Sources and further reading

FAQ

Questions answered here

Should I password-protect my application bundle?

Almost never. Many portals reject encrypted PDFs outright because their processing systems cannot open them, and a caseworker who cannot read your file will not chase you for a password. Only add one if the instructions ask for it.

In what order should I do the steps?

Fix each document first, then redact, then merge, then compress, then verify. Compressing before merging wastes effort, and redacting after merging means hunting through a long combined file.

Why was my bundle rejected for being unreadable?

Usually a phone photo used where a scan was needed. Reviewers reject documents they cannot read as firmly as portals reject files that are too large, and over-compression is the second cause.

Do I need to keep the original files?

Yes. Keep an unredacted, uncompressed copy of everything in a separate folder until the application is decided. You will be asked for at least one of them again.