Description:
The Features section prominently advertises "Export PDF & HTML" but only HTML download is implemented. There is no PDF generation capability.
Context/Rationale:
This is a false advertising issue. Users expect PDF exports as advertised. PDFs are the standard format for legal documents, more professional than HTML, and cannot be easily edited. This is a critical missing feature that impacts user trust and product value.
Location: components/Features.tsx:27-28, components/CGUPreview.tsx:89-108
Implementation Suggestion / To-Do:
- Implement server-side PDF generation using Puppeteer or Playwright
- Alternative: Use @react-pdf/renderer for client-side generation
- Alternative: Use API service like PDFShift or DocRaptor
- Add "Télécharger PDF" button alongside HTML download
- Ensure PDF preserves formatting and styling
- Add watermark for free tier, premium PDFs for Pro users
- Optimize PDF file size
Description:
The Features section prominently advertises "Export PDF & HTML" but only HTML download is implemented. There is no PDF generation capability.
Context/Rationale:
This is a false advertising issue. Users expect PDF exports as advertised. PDFs are the standard format for legal documents, more professional than HTML, and cannot be easily edited. This is a critical missing feature that impacts user trust and product value.
Location: components/Features.tsx:27-28, components/CGUPreview.tsx:89-108
Implementation Suggestion / To-Do: