Published by Pine & Birch.
This is a sample document published by Pine & Birch, a technology consulting firm in Toronto. It exists so that developers, QA testers, and product teams have a realistic file to use when testing uploads, previews, conversions, and integrations. Everything in it is fictional and free to use for any purpose.
A good test document mixes the structures real users produce: headings at several levels, ordinary paragraphs, bulleted and numbered lists, a data table, an embedded image, and page breaks. Parsers and previewers that handle this file cleanly will handle most documents your customers upload.
The table below shows fictional quarterly figures for a small distribution company. Values are deterministic, so the same file downloaded twice is byte-for-byte identical, which makes it safe to use as a fixture in automated tests and checksums.
When testing a document-processing pipeline, check the details that break silently: non-ASCII characters such as café, naïve, and Zürich; smart quotes like “this” and ‘that’; currency symbols (€, £, ¥); and long words that force line wrapping in narrow columns.
Accessibility matters even in test data. This document uses real heading styles rather than bold text, so screen readers and converters can build a proper outline from it. The image includes alternative text, and the table has a header row.
Nothing here should be treated as a template for legal, financial, or medical documents. It is a fixture — a stable, known input that lets you verify that the rest of your system behaves correctly.
| Order ID | Customer | Region | Total |
|---|---|---|---|
| PB-100001 | Prairie Wind Farms | Alberta | $21,600.00 |
| PB-100002 | Harbourfront Textiles | Quebec | $26,400.00 |
| PB-100003 | Silverline Freight | Ontario | $556.50 |
| PB-100004 | Birchwood Interiors | British Columbia | $792.00 |
| PB-100005 | Northwind Logistics | Ontario | $10,800.00 |
| PB-100006 | Prairie Wind Farms | Illinois | $3,200.00 |
| PB-100007 | Kingston Print Works | New York | $2,880.00 |
| PB-100008 | Prairie Wind Farms | New York | $13,200.00 |