{"id":5084,"date":"2026-06-18T12:08:40","date_gmt":"2026-06-18T12:08:40","guid":{"rendered":"https:\/\/rimanagency.com\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\/"},"modified":"2026-06-18T12:08:40","modified_gmt":"2026-06-18T12:08:40","slug":"plain-text-converter-strip-all-formatting-from-word-google-docs-html","status":"publish","type":"page","link":"https:\/\/rimanagency.com\/fr\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\/","title":{"rendered":"Convertisseur de texte brut \u2014 Supprime toute la mise en forme des fichiers Word, Google Docs et HTML"},"content":{"rendered":"<style>.rt-h{background:linear-gradient(135deg,#f1f5e8,#e8efdb);border-radius:14px;padding:32px;margin:0 0 24px;text-align:center}.rt-h h1{margin:0 0 10px;font-size:28px;color:#4a6320}.rt-g{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0 0 24px}.rt-f,.rt-o{background:#fff;border:1px solid #e0e6d8;border-radius:10px;padding:22px}.rt-f h3,.rt-o h3{margin:0 0 14px;color:#4a6320;font-size:18px}.rt-f label{display:block;font-size:13px;color:#516048;font-weight:600;margin:10px 0 6px}.rt-f input,.rt-f select,.rt-f textarea{width:100%;padding:9px;border:1px solid #d4dac6;border-radius:6px;font-size:14px;box-sizing:border-box;font-family:inherit}.rt-btn{background:#719430;color:#fff;border:none;padding:11px 20px;border-radius:6px;font-weight:700;cursor:pointer;width:100%;margin-top:14px;font-size:15px}.rt-btn:hover{background:#4a6320}.rt-cta{background:linear-gradient(135deg,#719430,#4a6320);color:#fff;border-radius:14px;padding:32px;text-align:center;margin:30px 0}.rt-cta h3{margin:0 0 6px;color:#fff}.rt-cta a{background:#fff;color:#4a6320;padding:12px 28px;border-radius:6px;font-weight:700;text-decoration:none;display:inline-block;margin-top:14px}.rt-o-big{font-size:36px;font-weight:800;color:#719430;text-align:center;margin:6px 0;word-break:break-word}@media(max-width:768px){.rt-g{grid-template-columns:1fr}}<\/style>\n<div class=\"rt-h\">\n<h1>Plain Text Converter<\/h1>\n<p>Paste rich-text from Word, Google Docs, web pages, or rich emails and instantly get clean plain text \u2014 no fonts, no bold, no hidden formatting, no smart quotes, no zero-width spaces. Essential for clean CMS pasting, code comments, and email deliverability.<\/p>\n<\/div>\n<div class=\"rt-g\">\n<div class=\"rt-f\">\n<h3>Paste Rich-Text or HTML<\/h3>\n<p><label>Rich text or HTML<\/label><textarea id=\"pt-in\" rows=\"7\" placeholder=\"Paste anything with formatting\u2026\"><\/textarea><label>Smart quotes<\/label><select id=\"pt-quote\"><option value=\"strip\" selected>Convert curly quotes to straight<\/option><option value=\"keep\">Keep curly quotes<\/option><\/select><button class=\"rt-btn\" onclick=\"cPt()\">Convert<\/button><\/div>\n<div class=\"rt-o\">\n<h3>Clean Plain Text<\/h3>\n<p><textarea id=\"pt-out\" rows=\"6\" readonly style=\"width:100%;padding:10px;border:1px solid #d4dac6;border-radius:6px;font-size:14px;box-sizing:border-box;font-family:Consolas,monospace;background:#fafafa\">Cleaned output appears here<\/textarea><button class=\"rt-btn\" style=\"background:#516048;margin-top:10px\" onclick=\"copyplaintext()\">Copy to Clipboard<\/button><\/div>\n<\/div>\n<p><script>function cPt(){var t=document.getElementById(\"pt-in\").value;var q=document.getElementById(\"pt-quote\").value;t=t.replace(\/<style[^>]*>[\\s\\S]*?<\\\/style>\/gi,\"\");t=t.replace(\/<script[^>]*>[\\s\\S]*?<\\\/script>\/gi,\"\");t=t.replace(\/<[^>]+>\/g,\" \");var ent={\"&amp;\":\"&\",\"&nbsp;\":\" \",\"&lt;\":\"<\",\"&gt;\":\">\",\"&quot;\":\"\\\"\",\"&#39;\":\"'\",\"&apos;\":\"'\",\"&mdash;\":\"-\",\"&ndash;\":\"-\",\"&hellip;\":\"...\",\"&copy;\":\"(c)\",\"&reg;\":\"(R)\",\"&trade;\":\"(TM)\"};Object.keys(ent).forEach(function(k){t=t.replace(new RegExp(k,\"g\"),ent[k])});t=t.replace(\/&#(\\d+);\/g,function(_,n){return String.fromCharCode(+n)});if(q===\"strip\"){t=t.replace(\/[\\u2018\\u2019\\u201A\\u201B\\u2032]\/g,\"'\");t=t.replace(\/[\\u201C\\u201D\\u201E\\u201F\\u2033]\/g,\"\\\"\");t=t.replace(\/[\\u2013\\u2014\\u2015]\/g,\"-\");t=t.replace(\/\\u2026\/g,\"...\")}t=t.replace(\/[\\u200B-\\u200D\\uFEFF\\u00AD]\/g,\"\");t=t.replace(\/[ \\t]+\/g,\" \");t=t.replace(\/\\n{3,}\/g,\"\\n\\n\");t=t.trim();document.getElementById(\"pt-out\").value=t}<\/script><script>function copyplaintext(){var ta=document.getElementById(\"pt-out\");ta.select();navigator.clipboard.writeText(ta.value);event.target.textContent=\"\u2713 Copied!\";setTimeout(function(){event.target.textContent=\"Copy to Clipboard\"},1500)}<\/script><\/p>\n<h2>How to use the Plain Text Converter<\/h2>\n<p>Paste your rich text or HTML into the input box. Choose whether smart quotes (curly quotes) should be converted to straight ASCII quotes \u2014 recommended for code, JSON, and CSV destinations. Click Convert. The cleaned output appears with all HTML, formatting, zero-width characters, and tracking artifacts removed.<\/p>\n<h2>Why this tool matters<\/h2>\n<p>Copy-pasting from Word, Google Docs, or web pages drags in invisible HTML, custom fonts, tracking pixels, smart quotes, zero-width spaces, and Microsoft\\u2019s mso-* CSS markers. These break CMS layouts, get flagged as spam, and corrupt code. The Plain Text Converter strips everything to pure ASCII-safe content that pastes cleanly into any system.<\/p>\n<h2>Common use cases<\/h2>\n<ul>\n<li>Pasting blog posts from Google Docs into WordPress without inheriting Docs formatting<\/li>\n<li>Removing tracking and styling from emails before quoting them<\/li>\n<li>Cleaning copy before pasting into code, JSON files, or CSV exports<\/li>\n<li>Stripping smart quotes that break Python, JavaScript, and YAML strings<\/li>\n<li>Preparing copy for email subject lines (smart quotes can trigger spam filters)<\/li>\n<li>Importing content to ConvertKit, Mailchimp, or Substack without Microsoft Word artifacts<\/li>\n<\/ul>\n<h2>What gets stripped<\/h2>\n<p>HTML tags, inline styles, scripts, character entities (&amp;, &nbsp;), zero-width spaces (U+200B), zero-width joiners (U+200C, U+200D), byte-order marks (U+FEFF), soft hyphens (U+00AD), extra whitespace, and (optionally) smart quotes, em dashes, en dashes, and horizontal ellipsis.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<p><strong>Why does my pasted text look fine but break my CMS?<\/strong><br \/>Microsoft Word and Google Docs paste invisible CSS markers (mso-* properties) and span tags. They are invisible in display but expand to hundreds of bytes of code in your CMS. Always run through a plain-text converter first.<\/p>\n<p><strong>Should I always strip smart quotes?<\/strong><br \/>For social media, blog body copy, and email body text \u2014 no, they look more professional. For code, JSON, CSV, YAML, command line, and email subject lines \u2014 yes, smart quotes break things.<\/p>\n<p><strong>Will this remove emoji?<\/strong><br \/>No. Emoji are valid Unicode characters and remain in the output. We only strip formatting markup and invisible control characters.<\/p>\n<p><strong>Can I use this for SEO content prep?<\/strong><br \/>Yes. Clean plain text imports cleanly into your CMS and avoids the inherited styling that often breaks responsive layouts.<\/p>\n<div class=\"rt-cta\">\n<h3>Building a content workflow that scales without paste-pollution?<\/h3>\n<p style=\"margin:0;opacity:.95\">Riman Agency builds editorial systems with rigorous quality control.<\/p>\n<p><a href=\"\/contact\/\">Talk to Content Ops<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Plain Text Converter Paste rich-text from Word, Google Docs, web pages, or rich emails and instantly get clean plain text \u2014 no fonts, no bold, no hidden formatting, no smart quotes, no zero-width spaces. Essential for clean CMS pasting, code comments, and email deliverability. Paste Rich-Text or HTML Rich text or HTMLSmart quotesConvert curly quotes [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5084","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Plain Text Converter \u2014 Strip All Formatting From Word, Google Docs, HTML - Riman Agency<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rimanagency.com\/fr\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Plain Text Converter \u2014 Strip All Formatting From Word, Google Docs, HTML - Riman Agency\" \/>\n<meta property=\"og:description\" content=\"Plain Text Converter Paste rich-text from Word, Google Docs, web pages, or rich emails and instantly get clean plain text \u2014 no fonts, no bold, no hidden formatting, no smart quotes, no zero-width spaces. Essential for clean CMS pasting, code comments, and email deliverability. Paste Rich-Text or HTML Rich text or HTMLSmart quotesConvert curly quotes [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rimanagency.com\/fr\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\/\" \/>\n<meta property=\"og:site_name\" content=\"Riman Agency\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\\\/\",\"name\":\"Plain Text Converter \u2014 Strip All Formatting From Word, Google Docs, HTML - Riman Agency\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\"},\"datePublished\":\"2026-06-18T12:08:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rimanagency.com\\\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rimanagency.com\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Plain Text Converter \u2014 Strip All Formatting From Word, Google Docs, HTML\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"name\":\"Riman Agency\",\"description\":\"A Full Service Digital Marketing Agency\",\"publisher\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rimanagency.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\",\"name\":\"Riman Agency\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"contentUrl\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"width\":694,\"height\":211,\"caption\":\"Riman Agency\"},\"image\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Plain Text Converter \u2014 Strip All Formatting From Word, Google Docs, HTML - Riman Agency","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rimanagency.com\/fr\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\/","og_locale":"fr_CA","og_type":"article","og_title":"Plain Text Converter \u2014 Strip All Formatting From Word, Google Docs, HTML - Riman Agency","og_description":"Plain Text Converter Paste rich-text from Word, Google Docs, web pages, or rich emails and instantly get clean plain text \u2014 no fonts, no bold, no hidden formatting, no smart quotes, no zero-width spaces. Essential for clean CMS pasting, code comments, and email deliverability. Paste Rich-Text or HTML Rich text or HTMLSmart quotesConvert curly quotes [&hellip;]","og_url":"https:\/\/rimanagency.com\/fr\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\/","og_site_name":"Riman Agency","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rimanagency.com\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\/","url":"https:\/\/rimanagency.com\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\/","name":"Plain Text Converter \u2014 Strip All Formatting From Word, Google Docs, HTML - Riman Agency","isPartOf":{"@id":"https:\/\/rimanagency.com\/#website"},"datePublished":"2026-06-18T12:08:40+00:00","breadcrumb":{"@id":"https:\/\/rimanagency.com\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rimanagency.com\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rimanagency.com\/plain-text-converter-strip-all-formatting-from-word-google-docs-html\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rimanagency.com\/home\/"},{"@type":"ListItem","position":2,"name":"Plain Text Converter \u2014 Strip All Formatting From Word, Google Docs, HTML"}]},{"@type":"WebSite","@id":"https:\/\/rimanagency.com\/#website","url":"https:\/\/rimanagency.com\/","name":"Agence Riman","description":"Une agence de marketing num\u00e9rique \u00e0 service complet","publisher":{"@id":"https:\/\/rimanagency.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rimanagency.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/rimanagency.com\/#organization","name":"Agence Riman","url":"https:\/\/rimanagency.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/","url":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","contentUrl":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","width":694,"height":211,"caption":"Riman Agency"},"image":{"@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/5084","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/comments?post=5084"}],"version-history":[{"count":0,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/5084\/revisions"}],"wp:attachment":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/media?parent=5084"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}