Convert to TXT
TXT is the most universal plain-text format, openable by any device and software. This group extracts body text from five document formats โ EPUB in spine reading order, PDF by visual blocks, DOCX/ODT/RTF via structural parsing โ 5 conversion directions.
Output is unified UTF-8 with paragraph breaks preserved. Scanned PDFs without a text layer cannot be extracted. Suited for content archiving, full-text search indexing and plain-text analysis.
EPUBโTXT
Extracts all chapters as plain text in EPUB spine reading order (markup and navigation pages stripped) for full-text search, corpora and text-to-speech sources.
PDFโTXT
Extracts the PDF text layer via MuPDF structured text (line and paragraph layout preserved, up to 200 pages); scanned PDFs without a text layer are reported.
DOCXโTXT
Parses DOCX OOXML directly and extracts paragraph text as UTF-8 plain text โ no Office needed โ for search indexing and content migration.
RTFโTXT
Parses RTF with a control-word state machine, skips font/style metadata, decodes \uN escapes for CJK text, outputs clean UTF-8 plain text.
ODTโTXT
Parses content.xml inside the ODT directly and extracts paragraphs, headings and list items in order as UTF-8 text โ no office suite needed.