Commit Graph

2 Commits

Author SHA1 Message Date
b3b5454f6f docs(travaux-deferres): evaluation des trois chantiers lourds de rendu PDF/Word
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m46s
Ordre recommande : PDF RTL copiable (insert_htmlbox), puis RTL des
graphiques Word (mecanisme reutilisable), puis gras intra-bloc PDF
(chantier architectural). Chacun merite une session dediee avec
verification visuelle.
2026-09-01 20:59:33 +02:00
f22f645fab feat(rtl): rendu droite-a-gauche complet pour Word, PowerPoint, Excel et PDF
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 2m37s
- source unique RTL_LANGUAGES/is_rtl dans core/languages.py (fin des 3 copies)
- Word: bidi partout (corps, tableaux bidiVisual, notes/fin/commentaires,
  zones de texte, 6 zones d'en-tetes/pieds), insertion OOXML ordonnee,
  polices cs elargies aux 11 langues
- PowerPoint: alignements explicites preserves, notes du presentateur,
  indice de police <a:cs> insert a sa place
- Excel: feuilles affichees de droite a gauche, feuilles graphiques ignorees
- PDF: faconnage bidi (arabic-reshaper + python-bidi), polices par ecriture
  (arabe/hebreu), TTF enregistree pour le PDF recompose
- 46 tests nouveaux (tests/test_translators/test_rtl_layout.py), 253 au total
2026-09-01 20:22:46 +02:00