Hi,
I am using RadEditor to load a DOCX, replace a few strings with RadFlowDocumentEditor on the ImportContent event, and then export to DOCX.
I am only using the Editor to view the replaced values before exporting to DOCX and I find that layout and formating have changed during the process.
For now, using RTF instead of DOCX and setting Import StylesMode to Inline has brought the best results but some formatting issues remain (tables, numbering, etc.).
How can I make RadEditor perform the least changes?
Thanks