Multi-Currency Invoice (EUR, HTML, SAMPLE)
HTML twin of the SAMPLE EUR invoice for web template pipelines.
<!DOCTYPE html>
<html lang="en">
<head><meta charset="utf-8"/><title>Invoice EUR SAMPLE</title></head>
<body>
<h1>Invoice (EUR)</h1>
<p>Meridian Supply Co. → Brightside Cafe Group</p>
<p>Invoice #: INV-2026-EUR-0042 · SAMPLE fictional.</p>
<table border="1" cellpadding="4">
<thead><tr><th>Description</th><th>Qty</th><th>Rate</th><th>Amount</th></tr></thead>
<tbody>
<tr><td>Catalogue print run</td><td>1</td><td>€1850.0</td><td>€1850.0</td></tr>
<tr><td>Freight</td><td>1</td><td>€120.0</td><td>€120.0</td></tr>
</tbody>
</table>
<p><strong>Total: €1970.0 EUR</strong></p>
</body>
</html>
Specifications
- Currency
- EUR
- Lines
- 2
- Note
- fictional SAMPLE
What is a .html file?
HTML (HyperText Markup Language) is the structural markup language of the web, using nested tags to define document content, semantics, and links. It is typically paired with CSS for presentation and JavaScript for behavior. It is the foundational format rendered by browsers.
How to use this file
Use an example HTML file to test parsers, DOM construction, sanitization of untrusted markup, and rendering or scraping pipelines.
How to use this file for testing
“Multi-Currency Invoice (EUR, HTML, SAMPLE)” is a deterministic Novus Examples fixture for Templates, Editor testing. Professional, neutral starting-point documents you can download and adapt — invoices, resumes, budgets, and more.
Documented properties for this file: HTML · 623 bytes. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.
Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.
This template ships filled with realistic sample content and documented fields and formulas. Download it as a starting point, or point a converter/parser at it — format twins (for example DOCX↔PDF) let you diff conversion fidelity.
Related files
- htmlMulti-Currency Invoice (GBP, HTML, SAMPLE)HTML twin of the SAMPLE GBP invoice for web template pipelines.

- mdMulti-Currency Invoice (GBP, Markdown, SAMPLE)Markdown twin of the SAMPLE GBP invoice for docs/CMS tooling.

- htmlMulti-Currency Invoice (JPY, HTML, SAMPLE)HTML twin of the SAMPLE JPY invoice for web template pipelines.

- mdMulti-Currency Invoice (JPY, Markdown, SAMPLE)Markdown twin of the SAMPLE JPY invoice for docs/CMS tooling.

- htmlMulti-Currency Invoice (USD, HTML, SAMPLE)HTML twin of the SAMPLE USD invoice for web template pipelines.

- mdMulti-Currency Invoice (USD, Markdown, SAMPLE)Markdown twin of the SAMPLE USD invoice for docs/CMS tooling.

Generated by generation/templates_wave_h.py. Free for any use, no attribution required — license.