Dummy PDFs, straight from a URL.

Building a site where the real documents don't exist yet? Point your links here. You get a genuine PDF with your own title on it, so you can see at a glance that every link goes somewhere different. No signup and no API key.

pdfplaceholder.com/pdf/Annual+Report+2026.pdf

Build a link

Your URL
updating

Two ways to write the URL

The title can go in the path or the query string, whichever reads better in your markup. A trailing .pdf is ignored, so links can look like real files.

Everything else is a query parameter, and mixes with either form:/pdf/Annual+Report?pages=4. Only one path segment is accepted, so deeper paths return a 404 on purpose.

Parameters

Everything is optional. Hit /pdf bare and you still get a valid PDF.

ParameterWhat it doesExample
titleHeading on the first page. Also becomes the filename.Invoice 2043
subSecond line under the heading: a reference, a date, anything.ref ABC-123
pagesNumber of pages, 1 to 20. Defaults to 1.3
ipsumFiller flavour: lorem (default), space or corporate.space
bodyYour own body copy, which overrides ipsum. Use body=none for a blank page.Your text here
watermarkDiagonal watermark across every page. Defaults to PLACEHOLDER.DRAFT
sizea4 (default), letter or legal.letter
downloadPresent at all, and the browser saves instead of previewing.1

Examples

Notes