What problem does it solve? Creating documents in Hebrew requires correct right-to-left (RTL) rendering, bidirectional text handling, and Hebrew font support, which most document libraries do not provide out of the box. This Skill guides the generation of Hebrew PDF, DOCX, and PPTX files with proper RTL layout, fonts, and Israeli business document conventions. ## Core Features & Use Cases - Multi-format Hebrew document generation: Create PDFs with reportlab or WeasyPrint, DOCX files with python-docx, and presentations with pptxgenjs, all with correct RTL configuration. - Israeli business document templates: Produce tax invoices, contracts, price quotes, receipts, and meeting minutes with legally required fields such as VAT (18%) calculation and licensed dealer numbers. - Hebrew font guidance: Select and register Hebrew fonts like Heebo, David, and Rubik with installation instructions for macOS, Linux, and Windows. - Use Case: A user asks to generate 50 Hebrew tax invoices from a CSV file. The Skill iterates over the rows and produces individual PDF invoices with unique invoice numbers, RTL layout, VAT calculation, and shekel formatting. ## Quick Start Ask the assistant to create a Hebrew tax invoice as a PDF for your business with your company details and line items.