A 100 MB PDF test file
File info
| File Format | |
|---|---|
| File Size | 100 MB(104,857,600 bytes) |
| MIME Type | application/pdf |
| MD5 | 83e956feeec17f14cd6bc8de74a3680e |
| SHA-1 | 000c3e3b457fe9bab8201febe7758b1ed9baa0ec |
| SHA-256 | 2f422dbeeed6bed167d6febc9a621b8c2c9957cec1a8fa0b5519c88ac1ab51a6 |
Download via command line
curl -O https://devlab.itlibra.com/files/pdf/pdf-100mb.pdf
wget https://devlab.itlibra.com/files/pdf/pdf-100mb.pdf
Invoke-WebRequest -Uri "https://devlab.itlibra.com/files/pdf/pdf-100mb.pdf" -OutFile "pdf-100mb.pdf"
About this file
A 100 MB test file in PDF format, sized to exactly 104,857,600 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
100 MB is GitHub's hard per-file push limit and also the upload cap through Cloudflare's free plan. It is likewise the point where AWS S3 recommends multipart upload instead of a single PUT.
It also exercises your timeout configuration. On a 10 Mbps link the transfer alone takes about 80 seconds, so leaving PHP's max_execution_time (default 30s) or nginx's fastcgi_read_timeout (default 60s) untouched makes the upload fail on a timeout rather than on a size check.
Getting a feel for this size
On a 10 Mbps link the transfer takes roughly 83.9 seconds, and about 8.4 seconds at 100 Mbps. Base64-encoded it grows to roughly 136,533 KB.
Assuming a text-oriented PDF with embedded fonts runs about 80 KB per page, this size is on the order of 1,280 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
10,240 bytes
application/pdf
10,485,760 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