Add your files
Drop one RTF or two hundred. Batch conversion is not a paid feature here.
Template output or exported records arrive as RTF and need to live in a normal Word workflow.
The RTF control words are mapped onto Word's document model and written as OOXML. Styles become real styles, and embedded images become compressed image parts instead of hex text.
RTF has no concept of styles the way DOCX does. Most RTF generators emit direct formatting on every run, so the converted DOCX looks correct but has almost no usable style structure, and updating a heading style will change nothing.
Usually much smaller, because images stop being stored as hex text and the XML is ZIP compressed.
Simple fields usually do. Anything the generating application invented does not.
Drop one RTF or two hundred. Batch conversion is not a paid feature here.
Word Document is lossless, so nothing is thrown away in the conversion.
Converted and deleted the moment it finishes. Never written to permanent storage.