Print the bill of sale
sale_renderRender a bill of sale as a clean printable document: Markdown, a self-contained HTML file ready for print-to-PDF, or both, with signature lines for seller and buyer. Drafts render with a DRAFT watermark so a review copy cannot be signed by mistake. Every file comes back as a download link valid for one hour, and out_path is only the stem the files are named with. Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sale | Yes | The bill of sale id, e.g. BOS-2026-0001 | |
| format | No | What to render: markdown, html, or both (default). The HTML is one self-contained file, no external assets | |
| out_path | No | Name for the downloaded files, e.g. civic-sale; with format both, .md and .html are appended to the stem. Default: the document id. Each file comes back as a download link valid for one hour | |
| overwrite | No | Replace an existing file at out_path. Default false: an occupied explicit path is refused, a derived one gets -2, -3, ... |