# Reddit — 3 Posts de Lancement > Statut : prêts à publier (Phase 2). Adapter le ton par subreddit. Pas de lien brut dans le 1er post sur r/SideProject (shadowban) — lien en commentaire. --- ## 1. r/SideProject **Titre :** I built a tool that translates Excel/Word/PowerPoint without destroying the formatting. Free plan = 2 docs/mo. **Corps :** > Hi all — I've been building **Office Translator** for a while and I'm launching it this week. > > **The problem:** every translation tool I tried (Google, DeepL) flattens your file into plain text. Merged cells gone, formulas replaced by their computed values, slide layouts destroyed. You end up spending more time fixing the format than the translation saved you. > > **What I did instead:** the pipeline parses the document structure, extracts only the translatable content, translates it, and writes it back into the **same** structure. Merges, formulas, fonts, borders, headers/footers, table styles — untouched. Text inside images is handled by vision models. > > **Tech:** FastAPI (async), openpyxl / python-docx / python-pptx, 7 translation engines the user picks per document (Google, DeepL, Google Cloud, OpenRouter éco & premium, OpenAI, Grok/xAI), Stripe billing, Docker/Postgres/Redis. > > **Pricing:** Free (2 docs/mo, no card) → Starter €9 → Pro €19 → Business €49 (API included). > > I'd love feedback from anyone who deals with international documents. What's the nastiest format you've tried to translate? > > (Link in comments to avoid the filter.) **Commentaire n°1 (lien) :** > Here's the landing page: [URL]. Free plan, no card. The /docs page has the full API reference if you want to poke at the API. --- ## 2. r/translator **Titre :** We built a document translator that preserves formatting — curious how you'd use it (or wouldn't) **Corps :** > Hi, I'm the dev behind Office Translator (Wordly.art). Before I pitch anything: we know translators are the ones who actually feel the pain when a machine mangles a layout, so I'd rather ask than sell. > > The tool translates .xlsx / .docx / .pptx **in place** — structure, formulas, tables and styles are preserved — and supports **custom glossaries**, which is the feature I'd value your opinion on most: > > 1. Is glossary-based consistency (e.g. a fixed HVAC or legal term list) actually useful to you, or do you already solve this differently? > 2. For which document types is the format preservation worth paying for, vs. where a human review still beats any tool? > 3. What would make you trust an output enough to skip a full re-read? (confidence scores? diff view? per-segment override?) > > It's aimed at agencies and in-house teams as a **first pass** to cut turnaround — not to replace the translator. I'd genuinely like to hear what would make it a tool you'd recommend to a colleague. > ⚠️ Ce subreddit est hostile au self-promo : publier en tant que dev transparent, répondre à chaque commentaire, jamais de lien dans le post. --- ## 3. r/smallbusiness **Titre :** How do you translate client documents (Excel/Word/PowerPoint) without losing the formatting? We built a tool for this. **Corps :** > Running a business that works internationally means a lot of documents that need translating — pricing sheets, contracts, slide decks, training files. > > The usual options all hurt somewhere: > - **Human translators:** great quality, 50–100× the cost and a multi-day turnaround > - **Google/DeepL:** cheap and fast, but they flatten the file — merged cells, formulas, slide layouts get destroyed, so someone has to rebuild the document > > We built **Office Translator** to kill that middle step: it translates the document **in place** and gives you back a file that looks like it was written in the target language from the start. You pick the engine (7 options, from free Google to premium LLMs), and you can lock your company terminology with a custom glossary so "unité de froid" is never suddenly "cold unit". > > Free plan: 2 documents/month, no card. From €9/mo after that. Uploads are deleted after 30 minutes and results within 2 hours. > > If you handle international documents, what's your current workflow and where does it break? Curious what I'm missing.