Document protection - Field object - User interacts

Hello every body,

I have some questions about ASPOSE.Word featuring :

  1. Could I run protection on a field and not on other one ? Generally could I run protection on an object and not on other one in a document ?

  2. Could I associate an additionnal information to a field without displaying it in the document ?

  3. What about user interacts ? I didn’t find any information about keyboard or mouse events in the documentation.

Thanks for your answer.

Hi

Thank you for your interest in Aspose.Words.

  1. Using Aspose.Words you can protect whole document or a particular section of a document. Please follow the link to learn how to protect documents using Aspose.Words:
    https://docs.aspose.com/words/net/protect-or-encrypt-a-document/
  2. You can create CustomDocumentProperties and store information in these properties:
    https://reference.aspose.com/words/net/aspose.words.properties/customdocumentproperties/
  3. Aspose.Words is a class library, which allows working with MS Word documents. Aspose.Words does not provide any user interface for viewing or editing documents. So there are not mouse or keyboard events.

Best regards.

Hi Alexey,

Thanks for your answer but I don’t really understand ASPOSE products working.

By “Aspose.Words does not provide any user interface for viewing or editing documents” I suppose you mean that document building is made by ASPOSE and ASPOSE just call MS WORD viewing and editing utilities to display document, isn’t it ?

So I just want to know if I can integrate WORD document display in my own application window.

Thanks for your answer.

Regards.

Hi

Thanks for your inquiry. As Alexey mentioned, Aspose.Words is a class library for processing Word documents programmatically. With Aspose.Words you can programmatically generate, modify, convert, render and print documents without utilizing MS Word. Please see the following link to learn more:
https://docs.aspose.com/words/net/product-overview/
Regarding viewer, it is possible to create Document preview, for example by converting your document to image or XPS format.
Best regards,

Hi,

I still not understand.
In one side you say “Aspose.Words does not provide any user interface for viewing or editing documents”, in other side you say “With Aspose.Words you can programmatically generate, modify, convert, render and print documents”. So how can you see the result of document programming and modify it (writing directly into document) ?

Thanks for your answer.

Regards.

Hi

Thanks for your inquiry. Please see the documentation to learn more about Aspose.Words and its features:
https://docs.aspose.com/words/net/product-overview/
Best regards,

Hi Alexandre,
Thanks for your inquiry.
Just for clarification, Aspose.Words works with documents programmatically and can modify, edit, and insert content through code. There is no graphical user interface which allows a user to edit a document as if they are working in MS Word.
Thanks,