hebrew-document-generator

Installation
SKILL.md

Hebrew Document Generator

Instructions

Step 1: Choose the Output Format

Format Library Best For RTL Support
PDF reportlab Invoices, tax docs, printable forms Register Hebrew font, use canvas.drawRightString()
PDF WeasyPrint Styled documents from HTML/CSS Native via dir="rtl" in HTML
DOCX python-docx Contracts, proposals, meeting minutes Set paragraph bidi; split mixed runs, set w:cs font + w:rtl on Hebrew runs only
PPTX pptxgenjs (Node) Presentations, slide decks RTL text boxes with rtlMode: true

Step 2: Install Dependencies and Hebrew Fonts

Python PDF generation:

pip install reportlab weasyprint
Installs
171
GitHub Stars
22
First Seen
Mar 18, 2026
hebrew-document-generator — skills-il/localization