Protecting some part of the document against change

Hi

My current asp.net web application has provision for creating and editing letters(Documents). I’m thinking to replace the current word editor MS word with aspose.words. I’m just wondering if aspose can replace MSword by providing all the features we need. All it need to do is create a letter document based on input from the database or from a predefined template and shows up on the screen, then the user adds some more content, formats(bold, color etc) the letter and finally saves it on the disk. The user may also open old letters and edit them. While creating a new letter or editing an old one the user is restricted to edit/change/format some parts of the letter. That means what ever is generated by the system based on the input from database should be intact. Please advise me if aspose has all these features, also help me out in testing those features with some live examples, or sample code.

Thanks
Srini

Hi
Thanks for your inquiry. Aspose.Words does not have graphic UI; Aspose.Words is library for programmatically editing or creating documents. You can open existing document and fill it with data using mail merge for example. Please see the following link for more information.
https://products.aspose.app/words/editor
If you need graphic user interface then I think you can try use Aspose.Editor. Here is Aspose.Editor demo:
https://products.aspose.app/words/editor
Best regards.