Prepare a PDF for Form or Portal Upload

A checklist before uploading a PDF: file size, format, page order, readability, password, filename and scan quality.

In short: To prepare a PDF for a form or portal, check the size (most accept 5 to 10 MB, so compress or split if needed), remove any password with unlock-pdf, confirm the page order and orientation, and convert to PDF/A if the portal requires it.

best practices

Operating patterns that keep recurring PDF work stable and predictable.

What to do next

Table of contents

The service accepted the file but processing stalled. Or the form rejected the upload with "invalid format." Or the document went through but an operator sent it back: "unreadable pages." These are all common upload failures, and most of them take five minutes to prevent before you hit send. Here is what to check.

Checklist before uploading

1. File size

Find out the maximum size the form accepts — it is usually shown near the upload button or in the instructions. If the PDF is over the limit:

  • compress it with compress-pdf (works especially well on scanned documents);
  • remove unnecessary pages with **remove-pages**;
  • split the document with **split-pdf** if multiple files are allowed.

2. Correct format

Most forms accept a regular PDF. Some government portals require PDF/A. Check the requirements and convert if needed. If the form specifies a particular PDF version, confirm your file matches it.

3. Page order

Scroll quickly through the document: all pages are present and in the right order. If not, reorder with **organize-pdf** or fix the orientation with **rotate-pdf**.

4. Scan readability

Open the file at 100% zoom and check the key pages. Text should be readable without zooming in. Pay particular attention to names, dates, amounts, and signatures. A dark, skewed, or blurry scan is better re-scanned than returned by an operator.

5. Password

Most forms do not accept password-protected files. Check whether your PDF has a password. If it does and you have the right to work with the file, remove the protection with **unlock-pdf** before uploading.

6. Filename

Some systems do not handle non-ASCII characters, spaces, or long names well. A safe choice: a short name with no spaces, for example `passport_scan.pdf` or `contract_2026.pdf`.

7. Page count

If the form takes a single document, confirm all required pages are in one file. If there are too many pages, remove the extras.

Why a form rejects a file

The most common causes:

  • **Over the size limit**: compress or split the file.
  • **Wrong file type**: confirm the extension is `.pdf`, not `.jpg` or `.docx`.
  • **File is encrypted**: remove the password.
  • **Corrupted structure**: if the PDF does not open cleanly on your computer, try **repair-pdf**.
  • **Temporary service error**: sometimes retrying the upload a few minutes later is all it takes.

To get a PDF ready for a portal or form upload, start with **compress-pdf** to cut down the size. For page order or orientation issues, use **organize-pdf** and **rotate-pdf**. To remove a password, use **unlock-pdf**.

Frequently asked questions

The form requires PDF/A, what is that?

PDF/A is an archival format with strict requirements: embedded fonts, no external links, no JavaScript. Some government portals and archives require it specifically. You can convert a regular PDF to PDF/A using the pdf-to-pdfa tool.

How large a file do most forms accept?

Limits vary, but most forms accept files up to 5-10 MB. Some government services allow up to 20 MB. Always check the specific requirements shown on the upload page.

Can I upload a password-protected PDF?

Usually not. Forms and portals require an unprotected file. Remove the password with unlock-pdf if you have the right to access the file, then upload the clean version.

Do I need an account?

No. The basic workflow is available without creating an account.

How long are files stored?

Files are used only for the selected operation and are automatically deleted after processing is finished. We do not use uploaded documents to train AI models.

More from this cluster

If you need a practical next step or service guidance after reading, open these pages.

Related tools

What to do next

If you need a practical next step or service guidance after reading, open these pages.