branded-pdf
Render print-ready, vault-themed deliverables from Obsidian content through one of three render routes, so branded marketing assets come out consistent every time instead of being hand-built in HTML/CSS. The routes load brand tokens from company/client theme files and use the engine that fits the job: **WeasyPrint** for multi-page text docs with running footers, **Edge + Twemoji** for emoji-safe visual one-pagers, and an **Edge screenshot** for table images.
Inputs
- source (Cover PDF (WeasyPrint)) — Path to the guided markdown doc carrying title/doc_id/doc_version/modified frontmatter.
- output — Output PDF path (default: <source>.pdf beside the source).
- source (Emoji-safe visual PDF (Edge + Twemoji)) — Path to the HTML doc (brand CSS applied; emoji as plain text). Start from assets/emoji-pdf-template.html.
- output — Output PDF path (default: <source-stem>.pdf).
- source (Table → branded PNG (Edge screenshot)) — Path to a .md file (first table used) or a styled .html table.
- output — Output PNG path.
How you ask
- render the branded PDF
- Page X of Y
- build the lead-magnet PDF
- make an emoji cheatsheet PDF
- the emoji aren
- or
Outputs
- beside the source
- beside the source HTML (or the named output)
- branded-pdf (pdf)
- emoji-pdf (pdf)
- table-image (png)
- the named output PNG
Leveladvanced
Inputconversation
Outputdocument
Setup[install]
Roles[Head of Marketing, Content Manager]