# How to generate a PDF from the buyer brochure

The repository ships an **HTML brochure** designed for **Print to PDF** (no extra software required).

## File to print

- `web-panel/buyer-trust-brochure.html`

## Google Chrome or Microsoft Edge (recommended)

1. Open the file through a local web server (recommended):

```bash
cd web-panel
python -m http.server 8765
```

2. Open in browser:

`http://localhost:8765/buyer-trust-brochure.html`

3. Press `Ctrl+P` (Windows) or `Cmd+P` (macOS).

4. Set:

- **Destination:** Save as PDF
- **Layout:** Portrait
- **Paper size:** A4
- **Margins:** Default
- **Background graphics:** ON (recommended)

5. Save as e.g. `AEROSCOPE-Buyer-Trust-Brochure.pdf`.

## Why not a committed `.pdf` in Git?

Binary PDFs in git go stale quickly and are hard to diff. The HTML source stays the single source of truth; you regenerate PDF before each meeting with updated numbers.

## Optional: print the full configurator quote

Open `index.html`, configure SKU, press **Export PDF Quote** (uses browser print to PDF).
