Does Aspose support Sensitivity labels?

Hi,

Does Aspose support sensitivity labels?

I have marked a document with Sensitivity label and run the transformation using the below code.

 com.aspose.words.Document doc = new com.aspose.words.Document("C:\\TEST-MIP.docx");
 doc.save("C:\\TEST-MIP.pdf");

We got the below error.

Exception in thread "main" com.aspose.words.UnsupportedFileFormatException: Unknown file format.
	at com.aspose.words.DigitalSignatureUtil.zzab(Unknown Source)
	at com.aspose.words.zzZsE.zzWTh(Unknown Source)
	at com.aspose.words.Document.zzYCO(Unknown Source)
	at com.aspose.words.Document.zzab(Unknown Source)
	at com.aspose.words.Document.<init>(Unknown Source)
	at com.aspose.words.Document.<init>(Unknown Source)
	at com.test.aspose.TestAspose.main(TestAspose.java:288)

Regards,
Pavan

@rnara No, Aspose.Words does not support loading documents marked with sensitivity labels. There is an article that explains how to work with such documents in .NET:
https://docs.aspose.com/words/net/work-with-document-market-by-sensitivity-label/