Relative Content

Tag Archive for pythonsyncfusion

Converting sfdt to docx

I need to replace in a sfdt / docx file some of the content.
I have keywords that I replace but the thing is that an sfdt object has the “tlp” key-value that contains the text.
but sometimes the text gets split between several tlps
if anyone has any idea how can I do that without converting the sfdt json to a docx I would be glad.
Also I would like to know if I can convert the sfdt to a docx file on the server side (python)