We are using Aspose.word to generate word document on web server.
We are using KaramaSoft front end editor allowing users to copy and paste part of the word document and also manually adding content and formatting from asp.net web pages.
We are facing issues of inconsistencies when copy part of content from word.
For example, the word content contains bullets and sub bullets, the KaramaSoft displaying correctly. But when word generated using Aspose.Word on server, the sub bullets are missing.
--------------------------------------------Example of input content-----------------
Drop down list:
- Comprehensiveness of strategic plan/vision documentation and communication to the organization; and/or
- Alignment of strategic goals/objectives with management’s execution of the business strategy. and communication to the organization
- This is a test
- of the bullets
--------------------------------------------Example of content end-----------------
— Content HTML generated by Karamasoft ---------------------------------
Drop down list:
Comprehensiveness of strategic plan/vision documentation and communication to the organization; and/or
Alignment of strategic goals/objectives with management’s execution of the business strategy. and communication to the organization
This is a test
of the bullets
-----------------------END Content HTML generated by Karamasoft---------------
Can you suggest best front-end editor to input formatted content and also copy formatted content from web front-end which generates matching output word document using Aspose.word?
Appreciate your help.
Thank you
Akshay Patel