File attributes, *.docx decryption and license

Good afternoon, I’m a novice C++ developer. Let me ask you a couple of questions:

  1. Is it possible to use the library to get the attributes of the *.docs file: categories, comments?
  2. If I only need to decrypt password-encrypted documents of any size, what license is required for this or can I use it for free?

@aleks.mukhin

  1. You can use Aspose.Words to work with DOC files. Please see our documentation to learn how to work with comments in the document:
    https://docs.aspose.com/words/cpp/working-with-comments/

  2. You can consult with our sales department in Aspose.Purchase forum regarding the license type, which best fit your needs.

Thank you for the answer, but I meant using the library to get attributes from the *.docs file property. For example, the category attribute.

@aleks.mukhin Do you mean sensitivity label categories? If so, there is no way to work with sensitivity labels using Aspose.Words. This is out of the library scope.