Test file · Documents

Sample document PDF

Download Sample document PDF (1 page, 9 KB) from a stable URL with verified SHA-256 for upload, MIME, playback, parser, and automation tests.

File overview

Sample document PDF is a verified PDF sample using the application/pdf MIME type. The file provides 1 page, occupies 9 KB, and is served from a stable public URL.

Online preview

PDF

Technical properties

Format
PDF
MIME type
application/pdf
Readable size
9 KB
Specification
1 page
Exact bytes
9,051
Pages
1

File integrity

The byte size and SHA-256 value are generated from the published source file. If the file content changes, TestFiles.dev publishes a new filename and asset id instead of replacing this URL in place.

SHA-256
c0ca139748753dd192bda50ea731868e8f832b5ed97499d12ffb2c995791ffbc
Verified
Published

Common development test cases

  • Test document uploads, MIME validation, preview generation, and storage workflows.
  • Validate parsers, metadata extraction, archive inspection, and download behavior.

Use this sample file in a real test

Choose the workflow that matches the failure you need to reproduce, then keep this file URL, exact byte size, and SHA-256 fixed in your test.

Recommended use

Use Sample document PDF as a stable fixture for document preview generation.

Expected behavior

A conforming workflow should accept application/pdf, preserve the published bytes, and report 1 page with a file size of 9 KB.

Testing notes

Check the single-page traits, the exact 9051 byte count, and the published SHA-256 before comparing downstream output.

Stable resource URL

https://assets.testfiles.dev/documents/sample-document.pdf
Download

Copy-ready code

fetch("https://assets.testfiles.dev/documents/sample-document.pdf").then((res) => res.blob())
Copied