hebrew-document-generator

Generate Hebrew business documents in PDF, DOCX, and PPTX with RTL support.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/meytalp-dev/ort-training --skill hebrew-document-generator-meytalp-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hebrew-document-generator
Source: https://github.com/meytalp-dev/ort-training/tree/main/.claude/skills/hebrew-document-generator
Command: npx skills add https://github.com/meytalp-dev/ort-training --skill hebrew-document-generator-meytalp-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires reportlab, python-bidi, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Hebrew-language business documents require precise RTL layout and Hebrew typography to read correctly and look professional. This skill automates the generation of professional Hebrew documents in PDF, DOCX, and PPTX formats, ensuring RTL support and typographic accuracy.

Core Features & Use Cases

  • Generate PDFs (invoices, contracts, reports) with Hebrew typography using reportlab or WeasyPrint, including RTL rendering.
  • Produce Word documents (DOCX) and PowerPoint slides (PPTX) with proper RTL alignment using python-docx and pptxgenjs.
  • Provide Israeli templates such as tax invoices, contracts, price proposals, and meeting minutes, with guidance on required fields and formatting.

Quick Start

Create a Hebrew document by choosing an output format (PDF, DOCX, or PPTX) and supplying the content data.

Frequently Asked Questions about hebrew-document-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Hebrew business documents with proper RTL layout in PDF and DOCX?

To generate Hebrew business documents with proper RTL layout, you use Python libraries like reportlab and python-docx for PDF and DOCX formats. These libraries apply correct Hebrew typography and right-to-left alignment for professional outputs.

Does reportlab support Hebrew typography and right-to-left text rendering?

Yes, reportlab supports Hebrew typography and right-to-left text rendering when paired with python-bidi. You must also install Hebrew fonts locally to ensure proper rendering within your generated PDF documents.

What's the best way to create Hebrew PowerPoint slides with correct RTL alignment?

The best way to create Hebrew PowerPoint slides with correct RTL alignment is using Node.js with the pptxgenjs library. This approach ensures proper right-to-left text rendering and Hebrew typography for your presentation files.

Can I generate Israeli tax invoices and price proposals automatically using Python?

Yes, you can generate Israeli tax invoices and price proposals automatically using Python. The skill supplies Hebrew templates and tax formats, requiring content data input to produce correctly formatted PDF or DOCX files.

What dependencies are needed for Hebrew document generation with RTL support?

Hebrew document generation with RTL support requires Python libraries like reportlab and python-bidi for PDFs, python-docx for Word files, and Node.js with pptxgenjs for PowerPoint. Hebrew fonts must also be installed locally.