PDF Export
Export any review or comparison result as a professional PDF document using the browser's native print dialog.
How to Export
- Open a review detail page (e.g.,
/review/cr-demo-001) or a compare result - Click the Export PDF button (printer icon)
- The browser's print dialog opens (
Ctrl+P/Cmd+P) - Select Save as PDF as the destination
- Click Save
Keyboard Shortcut
You can also press Ctrl+P (Windows/Linux) or Cmd+P (macOS) directly on any review detail page.
Print Stylesheet
The dashboard includes an optimised print stylesheet that produces clean, professional A4 output.
Page Setup
@page {
margin: 1.5cm;
size: A4;
}Typography
| Element | Print Size |
|---|---|
| Body text | 11px |
| H1 headings | 18px |
| H2 headings | 15px |
Layout Optimisations
| Feature | Behaviour |
|---|---|
| Sidebar and navigation | Hidden (display: none) |
| Header and footer | Hidden |
| Box shadows | Removed |
| Main content | Full width, no padding offset |
| Colour preservation | print-color-adjust: exact ensures risk badges, score gauges, and status indicators retain their colours |
| Card breaks | break-inside: avoid prevents cards from splitting across pages |
What Gets Hidden
The print:hidden and no-print CSS classes hide interactive elements that are not relevant in a printed document:
- Sidebar navigation
- Page header and mode toggle
- Action buttons (Analyse, Export, Delete)
- Interactive controls
What Gets Included
- Full review content with all clause cards
- Risk scores and grade badges (colour preserved)
- Recommendations with current and replacement text
- Document metadata (parties, dates, governing law)
- Score gauges and framework breakdowns
- Legal disclaimer at the bottom of every export
Legal Disclaimer
Every exported PDF includes the following disclaimer:
This analysis was generated by AI and does not constitute legal advice. It is intended for informational purposes only and should not be relied upon as a substitute for professional legal counsel. Always consult a qualified solicitor for advice on your specific circumstances. This analysis applies to the laws of England & Wales only.
Not Legal Advice
The disclaimer is load-bearing and must appear on every export. It is built into the review detail page template and cannot be removed by the print stylesheet.
Compare Page Export
The compare page has its own print stylesheet with the same conventions:
- A4 page, 1.5cm margins, 11px body font
- Colour-preserved badges (Added/Removed/Modified, Favours You/Favours Other/Neutral)
- Cards use
break-inside: avoid - Navigation and interactive elements hidden
Tips for Best Results
- Use Chrome or Edge for the most consistent PDF output
- Select A4 paper size in the print dialog
- Ensure Background graphics is checked to preserve colours
- For long reviews, the print stylesheet handles multi-page output with clean page breaks