Sample PDF files for testing — free, CC0, hotlinkable

PDF is the format upload forms, viewers and parsers are tested against most, so there are more files here than for any other document format. None embeds fonts or scripts.

For page handling, pdf/a4-1page.pdf, pdf/a4-3pages.pdf and pdf/a4-10pages.pdf are A4 portrait pages of Lorem Ipsum in the Helvetica core font, the longer two with page numbers. pdf/letter-1page.pdf has the same content on a US Letter page box, and pdf/a4-landscape-1page.pdf is wider than it is tall.

For content, pdf/a4-with-images-2pages.pdf embeds the published 640x480 PNG and JPEG, and pdf/a4-with-table-1page.pdf holds a ten-row table of the shared people dataset. pdf/a4-encrypted-1page.pdf is AES-128 encrypted with the user password loremfile and the owner password loremfile-owner. pdf/blank-1page.pdf has one page and no content, and pdf/minimal.pdf is a hand-written file with one page and the word Hello.

For size limits, pdf/1mb.pdf and pdf/10mb.pdf embed incompressible noise images rather than padding. Related formats: DOCX, EPUB, PNG and JPEG.

12 files. The same list as JSON: https://loremfile.dev/pdf/index.json

PDF files
FileSizePropertiesDescription
10mb.pdf 9.9 MB 42 pages About 10MB: A4 pages each embedding one incompressible seeded-noise JPEG plate, so the size is honest rather than padded.
Snippets
curl -O https://loremfile.dev/pdf/10mb.pdf
<a href="https://loremfile.dev/pdf/10mb.pdf">download</a>
1mb.pdf 976.1 KB 4 pages About 1MB: A4 pages each embedding one incompressible seeded-noise JPEG plate, so the size is honest rather than padded.
Snippets
curl -O https://loremfile.dev/pdf/1mb.pdf
<a href="https://loremfile.dev/pdf/1mb.pdf">download</a>
a4-10pages.pdf 11.2 KB 10 pages A4 portrait, 10 pages of Lorem Ipsum in the Helvetica core font with page numbers. No embedded fonts.
Snippets
curl -O https://loremfile.dev/pdf/a4-10pages.pdf
<a href="https://loremfile.dev/pdf/a4-10pages.pdf">download</a>
a4-1page.pdf 1.8 KB 1 pages A4 portrait, 1 page of Lorem Ipsum in the Helvetica core font. No embedded fonts.
Snippets
curl -O https://loremfile.dev/pdf/a4-1page.pdf
<a href="https://loremfile.dev/pdf/a4-1page.pdf">download</a>
a4-3pages.pdf 4.4 KB 3 pages A4 portrait, 3 pages of Lorem Ipsum in the Helvetica core font with page numbers. No embedded fonts.
Snippets
curl -O https://loremfile.dev/pdf/a4-3pages.pdf
<a href="https://loremfile.dev/pdf/a4-3pages.pdf">download</a>
a4-encrypted-1page.pdf 1.9 KB 1 pages, encrypted AES-128 encrypted. User password 'loremfile', owner password 'loremfile-owner' - both are published here on purpose, because an encrypted fixture nobody can open would be useless. Printing and copying are permitted.
Snippets
curl -O https://loremfile.dev/pdf/a4-encrypted-1page.pdf
<a href="https://loremfile.dev/pdf/a4-encrypted-1page.pdf">download</a>
a4-landscape-1page.pdf 1.7 KB 1 pages A4 landscape, one page — the page box is wider than it is tall.
Snippets
curl -O https://loremfile.dev/pdf/a4-landscape-1page.pdf
<a href="https://loremfile.dev/pdf/a4-landscape-1page.pdf">download</a>
a4-with-images-2pages.pdf 27.5 KB 2 pages Two pages, each embedding a published image fixture: the 640x480 PNG and the 640x480 JPEG. Built from the published bytes, not regenerated.
Snippets
curl -O https://loremfile.dev/pdf/a4-with-images-2pages.pdf
<a href="https://loremfile.dev/pdf/a4-with-images-2pages.pdf">download</a>
a4-with-table-1page.pdf 2.1 KB 1 pages One page holding a ten-row table of the shared people dataset.
Snippets
curl -O https://loremfile.dev/pdf/a4-with-table-1page.pdf
<a href="https://loremfile.dev/pdf/a4-with-table-1page.pdf">download</a>
blank-1page.pdf 966 B 1 pages A structurally valid PDF with one page and no content at all.
Snippets
curl -O https://loremfile.dev/pdf/blank-1page.pdf
<a href="https://loremfile.dev/pdf/blank-1page.pdf">download</a>
letter-1page.pdf 1.9 KB 1 pages US Letter portrait, one page. Same content as the A4 fixture, different page box.
Snippets
curl -O https://loremfile.dev/pdf/letter-1page.pdf
<a href="https://loremfile.dev/pdf/letter-1page.pdf">download</a>
minimal.pdf 586 B 1 pages The smallest structurally valid PDF this catalog offers: one page, the word 'Hello', a hand-written cross-reference table and nothing else.
Snippets
curl -O https://loremfile.dev/pdf/minimal.pdf
<a href="https://loremfile.dev/pdf/minimal.pdf">download</a>

File names follow the naming grammar. Verify a download against sha256sums.txt.