Hello,
We have a problem with roundtripping a word document via html which has had its html adjusted.
We are using Aspose in the following manner:
- A word document (customer document) is loaded and filled with data using C# and Aspose. Tables receive data, strings are added, and bullet lists receive new entries.
- We save the resulting document as html and display it in a JavaScript client web editor
- A user might do minor adjustments to the documents, e.g. personalize the customer document or more crucially, the user might add additional items to the bullet lists.
- The user saves the “html document” and it is uploaded and imported to Aspose Word.
The problem is, that the exported bullet points contains round trip information using such as -aw- attributes. The Javascript editor we are using does not take this into consideration, and simply add <li>
tags if the user adds bullet points.
We would assume there are many customers out there today using your product in a similar manner.
Are there any JavaScript WYSIWYG editors out there who support the roundtrip process and can add bullet points compatible to your export/import?
This question is using bullets as an example of primary concern, but really the more features supported the better.
I guess the workaround would be that we introduce a post processing step replacing ourselves the <li>
tag with a copy of the span nodes etc generated by Aspose html export prior to importing html to Aspose.
If you are not aware of any specific javascript WYSIWYG editor supporting this scenario, you maybe have an example editor or online service that makes post processing easy in the WYSIWYG editor?
Kind regards
Gunnar