UNPKG

legal-markdown-js

Version:

Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version

37 lines (25 loc) 1.02 kB
# PDF Generation Generating PDF output with styling and field highlighting capabilities. ## 📋 What this example demonstrates - PDF generation from Legal Markdown - Field highlighting in PDFs - Professional document styling - Multiple PDF output formats ## 📁 Files - **printable-agreement.md** - Document designed for PDF output - **printable-agreement.output.md** - Processed markdown - **printable-agreement.output.html** - HTML version - **printable-agreement.output.pdf** - Clean PDF output - **printable-agreement.HIGHLIGHT.output.pdf** - PDF with field highlighting ## 🚀 Usage ```bash ./run.sh ``` ## 🔍 Key features shown 1. **PDF Generation**: Converting markdown to professional PDFs 2. **Field Highlighting**: Visual indicators for reviewable fields 3. **Styling Control**: Professional formatting and layout 4. **Multiple Formats**: Clean and highlighted versions ## 💡 Learn more - [PDF Generation Guide](../../../docs/pdf-generation.md) - [Styling and Themes](../../../docs/styling.md)