A 10 MB PDF test file
File info
| File Format | |
|---|---|
| File Size | 10 MB(10,485,760 bytes) |
| MIME Type | application/pdf |
| MD5 | 50fd86b6ab1c9ac1864659ac534b7157 |
| SHA-1 | 327195a0cdd040d48f5c76cebffb02df8aec8185 |
| SHA-256 | 58aae13abebcfc33bc53973a5a932111f3788e1db1f66d038ed9c22ed772554c |
Download via command line
curl -O https://devlab.itlibra.com/files/pdf/pdf-10mb.pdf
wget https://devlab.itlibra.com/files/pdf/pdf-10mb.pdf
Invoke-WebRequest -Uri "https://devlab.itlibra.com/files/pdf/pdf-10mb.pdf" -OutFile "pdf-10mb.pdf"
About this file
A 10 MB test file in PDF format, sized to exactly 10,485,760 bytes. Free to download with no signup, for verifying upload limits and file-handling behaviour.
The MD5, SHA-1 and SHA-256 values listed above are the real digests of this file. Recomputing them after download confirms the transfer was not corrupted, and they double as known-good expected values when testing a hashing library.
What this size means in practice
10 MB is one of the most common "round number" caps chosen for forms and CMS uploads. It is exactly 10,485,760 bytes (10 × 1024 × 1024), which also lets you detect whether an implementation computes MB with 1000 or with 1024.
An implementation using 1000 rejects anything past 10,000,000 bytes, so this file fails there. One using 1024 accepts it as exactly at the limit. To pin down the boundary precisely, combine it with the threshold set (9.9 MB / 10.0 MB / 10.1 MB).
Getting a feel for this size
On a 10 Mbps link the transfer takes roughly 8.4 seconds, and about 839 ms at 100 Mbps. Base64-encoded it grows to roughly 13,653 KB.
Assuming a text-oriented PDF with embedded fonts runs about 80 KB per page, this size is on the order of 128 pages. Image-heavy PDFs will hold far fewer pages at the same size.
What to check for this format
PDF starts with the %PDF- signature and keeps a cross-reference table (xref) at the end that points to every object. Because of that layout, losing the tail of the file makes the whole document unreadable — which makes PDF a good subject for truncation-detection tests.
- Whether page-count extraction and text extraction finish without timing out on large files
- The time and memory cost of thumbnail generation, i.e. rasterising the first page
- Because PDF can embed JavaScript and external references, whether your sanitisation path runs when accepting user uploads
FAQ
- Is this file free to use?
- Yes — fully free and no signup required. Use it for any commercial or non-commercial test/verification purpose.
- What is inside the file?
- Dummy data generated for testing — sized to match the listed size exactly.
- What are the hash values for?
- Verify integrity after download or use them as test data for hashing libraries.
Other sizes in the same format
102,400 bytes
application/pdf
104,857,600 bytes
application/pdf
10,240 bytes
application/pdf
1,048,576 bytes
application/pdf
26,214,400 bytes
application/pdf
512,000 bytes
application/pdf
52,428,800 bytes
application/pdf
5,242,880 bytes
application/pdf
Other formats at the same size
10,485,760 bytes
image/png
10,485,760 bytes
image/jpeg
10,485,760 bytes
image/webp
10,485,760 bytes
image/gif
10,485,950 bytes
application/zip
10,485,760 bytes
text/csv
10,485,830 bytes
application/json
10,485,760 bytes
text/plain