---
name: diretiva-padrao-pdf
type: feedback
title: "PDF Standard — Directives"
description: "Standard for PDF production. Antigravity dashboard v7 reference as gold standard."
tags: [pdf, artefatos, identidade, producao]
timestamp: 2026-07-06
---

# PDF Standard — Directives

The Antigravity dashboard v7 (elo-dashboard-v7.pdf) is the **gold standard** for PDFs. Every future PDF must respect its principles.

## Mandatory Structure
1. **Title** — at the top, before any metadata
2. **Metadata table** — Project, Document, Author, Engine, Version, Date, Status, Classification
3. **Numbered content** — sections with numbering (1, 2, 3...)
4. **Footer** — project name + version + date

## Content Rules
- Sections must be self-contained — the document stands on its own
- Tables for structured data (not bullet lists)
- Callouts for important information (border-left, subtle background)
- Notes for incidents/alerts (subtle yellow background)
- Quotes for relevant citations (blue border-left)
- No emojis in final content (unless explicitly requested)

## Technical Generation
- HTML → PDF via WeasyPrint
- Google Fonts: Source Serif 4, Inter, JetBrains Mono
- Max-width: 700px
- Print-friendly: break-inside: avoid on blocks

## Reference Example
See: `outputs/elo-dashboard-v7.html` and `outputs/elo-dashboard-v7.pdf`
