TXT ↔ DOCX Converter

Convert between TXT and DOCX without uploading anywhere

Category: File Converters · Execution: SERVER

Input schema

Parameters accepted by this tool:

[
    {
        "type": "select",
        "name": "direction",
        "label": "Conversion Direction",
        "options": [
            {
                "value": "txt_to_docx",
                "label": "TXT → DOCX (text to Word document)"
            },
            {
                "value": "docx_to_txt",
                "label": "DOCX → TXT (Word document to text)"
            }
        ],
        "default": "txt_to_docx"
    },
    {
        "type": "textarea",
        "name": "text",
        "label": "Plain Text",
        "placeholder": "Paste or type your text here…",
        "hint": "Will be converted to a .docx file.",
        "rows": 10,
        "show_when": "direction:txt_to_docx"
    },
    {
        "type": "text",
        "name": "filename",
        "label": "Output Filename",
        "placeholder": "document",
        "hint": ".docx will be added automatically.",
        "show_when": "direction:txt_to_docx"
    },
    {
        "type": "file",
        "name": "file_data",
        "label": "DOCX File",
        "accept": ".docx,application/vnd.openxmlformats-officedocument.wordprocessingml.document",
        "hint": "Upload a .docx file to extract its text.",
        "show_when": "direction:docx_to_txt"
    }
]

Also by itsfully.online

Agentic AI in the Browser — book cover
eBook 97 KB

Agentic AI in the Browser

Use-Cases for Privacy-First, Browser-Native Agentic Workflows

Published by itsfully.online · First edition — June 2026

$4.99 Get on Gumroad →