When a PDF won't attach to an email, won't pass a form, or a service throws an error, don't blame the whole file — it's almost always one specific cause. Let's walk through the common ones in order, from size to corruption.
The file is too large
The most common cause. Emails and forms have caps — often 5, 10, or 25 MB — and scans blow past them easily.
What to do: compress the document with compress PDF. If it's still too big after that (a thick scan running to hundreds of pages, say), split it into parts with split PDF and upload them separately.
The PDF is password-protected
Many services simply can't read an encrypted file — they don't have the password and can't see the contents. It looks like a "processing error" even though the file is intact.
What to do: if you have the password, remove the protection with unlock PDF, then retry the upload. If you don't have it, you'll need to request it from whoever sent the document.
The file is corrupted
A PDF can break if a download was cut off halfway, a drive was pulled mid-write, or an app crashed while saving. Such a file opens with an error, or won't open at all.
What to do: first, just download it again from the source. An unfinished download is the usual culprit. If the original is also broken, try rebuilding the structure with repair PDF.
The format isn't actually PDF
Sometimes what looks like a PDF isn't one: a .doc or .jpg was renamed by changing the extension. The service expects a real PDF and rejects the impostor.
What to do: open the file in a viewer. If it's a Word document or an image inside, convert it to PDF with the right tool — renaming won't do it.
The service is busy or the upload doesn't arrive
Occasionally it's not the file: a flaky connection drops the transfer, or the service is briefly overloaded.
What to do: check your connection, refresh the page, and try again in a minute. Upload large files on a stable network rather than a weak mobile signal.
What to check before giving up
- The file fits the form's size limit.
- The file isn't password-locked (or you've removed the lock).
- It's a genuine PDF, not a renamed document.
- It downloaded fully and opens locally.
Most upload failures come down to size — start with **compress-pdf**. If the file is locked, reach for **unlock-pdf**; if it's damaged, **repair-pdf**; and a long document splits cleanly with **split-pdf**.