Sample PDF 100KB File
Portable Document Format — universally supported
Click below for an instant download — no signup, no redirect.
Download 100KB PDF100 KBTestFile-pdf-100kb.pdf
File details
| Format | |
| Extension | |
| MIME type | application/pdf |
| Size | 100 KB |
| Exact bytes | 102,400 |
| Filename | TestFile-pdf-100kb.pdf |
| Format version | PDF 1.3 |
| Contents | 1-page A4 document: H1 heading, 3 lorem ipsum paragraphs, 2-column table, image placeholder, page-number footer |
| Encoding | FlateDecode stream compression; Helvetica font subset embedded |
What is a 100KB PDF file useful for?
A 100 KB PDF is ideal for rapid-iteration CI pipelines where test speed matters. It validates that your upload endpoint accepts PDFs, that MIME-type detection correctly returns application/pdf from the file header rather than the extension, and that your minimum-size validation doesn't reject legitimate small documents. The single-page structure also makes it the right choice for unit-testing page-count extraction and thumbnail generation — both complete in milliseconds.
What's inside this file?
A single-page A4 document generated with fpdf2. The page contains one level-1 heading, three lorem ipsum body paragraphs, a two-column table with a header row, and an image-placeholder block. A page-number footer is present. The file uses FlateDecode stream compression on all content streams and embeds a Helvetica font subset. The cross-reference table sits at the end of the file, which is standard fpdf2 output.
Download via curl
curl -L "http://localhost:8000/files/pdf/TestFile-pdf-100kb.pdf" \ -o TestFile-pdf-100kb.pdf
Need different parameters?
Generate a custom PDF file with exact settings.