ASCII/Latin characters only
A dummy PDF is a small, valid PDF file generated on demand to stand in for real documents during development and testing. Instead of hunting for a sample file to upload, you can point at a URL and get a genuine multi-page PDF every time. It is ideal for exercising file-upload forms, document viewers, print layouts, email attachments, and storage pipelines without shipping sensitive or copyrighted content.
dummy.pdf.The output is deterministic: the same URL always returns the exact same PDF, so you can rely on it in automated tests and fixtures. You can also call the endpoint directly by URL — see the Help page for all parameters.
The title is rendered with the PDF standard built-in Helvetica font. Helvetica's encoding covers ASCII and common Latin characters only, and it cannot embed Japanese (kanji, hiragana, or katakana) or other non-Latin scripts. If you enter unsupported characters they may be dropped or shown incorrectly, so please keep the title to ASCII/Latin text. The page count and document structure are unaffected by the title.
Yes. The endpoint returns a real application/pdf file that opens in any standards-compliant PDF viewer and works as a genuine upload or attachment.
Between 1 and 20 pages. Set the pages value within that range; the default is a single page.
No. The built-in Helvetica font supports ASCII/Latin characters only and cannot embed Japanese, so titles must use ASCII text.
Yes. The generator is completely free for personal and commercial use, with no attribution and no sign-up required.