Sample PDF 1MB File
Portable Document Format — universally supported
Click below for an instant download — no signup, no redirect.
Download 1MB PDF1 MBTestFile-pdf-1mb.pdf
File details
| Format | |
| Extension | |
| MIME type | application/pdf |
| Size | 1 MB |
| Exact bytes | 1,048,576 |
| Filename | TestFile-pdf-1mb.pdf |
| Format version | PDF 1.3 |
| Contents | 4-page A4 document: H1/H2/H3 headings, lorem ipsum body text, one table per page, image placeholders, and footer page numbers |
| Encoding | FlateDecode stream compression; Helvetica font subset embedded |
What is a 1MB PDF file useful for?
A 1 MB PDF reflects the size of a typical 4-page business document — a short report, a product specification, or a contract. Use it for integration tests of your full document processing pipeline: upload, thumbnail generation, text extraction, page-count parsing, and the upload-to-storage-to-retrieval round-trip. It transfers quickly enough for automated test suites while containing enough pages to exercise multi-page handling code paths that single-page files miss.
What's inside this file?
A 4-page A4 document generated with fpdf2. Each page contains a multi-level heading hierarchy (H1, H2, H3), two lorem ipsum body paragraphs, a formatted table with a header row and two data rows, and an image-placeholder block. The footer carries page numbers throughout. FlateDecode stream compression and Helvetica font subset embedding are consistent across all pages.
Download via curl
curl -L "http://localhost:8000/files/pdf/TestFile-pdf-1mb.pdf" \ -o TestFile-pdf-1mb.pdf
Need different parameters?
Generate a custom PDF file with exact settings.