in reply to Plain Text To HTML

Plain text or docx or both?

Anyway, docx is basically zipped XML with plain text between the tags.

UnZip it and use an XML parser to grab the data you need.

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery

Replies are listed 'Best First'.
Re^2: Plain Text To HTML (docx)
by jdporter (Paladin) on Sep 19, 2024 at 06:29 UTC

    How does extracting plain text from XML answer the need for converting plain text to HTML?