My customer requires to show an RTF document with basic features as HTML to be modified by using tinyMCE editor in a webpage and then save the document again in RTF.
It has been working pretty well until now that I've seen that the left-margin in a table is being increased on each conversion to html. If the process of rtf-html-rtf is repeated several times, the table results far from its original place.
Attached is a project that shows the problem. Please compare TableTest_0.rtf (the original) with the rest of the rtf files to se how it is evolving.
I know that converting to HTML causes a lot of details that may be lost, but I've seen the left-margin is being exported but wrongly. Is there a way to fix this in any way?
I've workarounded this by forcing the margin on the html to be the negative one (see commented code in the project), and this works, however this is not an elegant way. Any help would be appreciated.