Does Aspose.Word contain any embedded browser?

I am investigating the user of Aspose.Word for a custom integration at my company. I would like to confirm if Aspose.Word contains any embedded browser components.

@carltonjacobson,

There is no browser for documents included in the Aspose Words library. But there is a tool that was coded with the Aspose Word Library that will help you browse the elements of a document. You can download it from github.

I am referring to the DocumentExplorer. You will need .Net Framework 4.8 for that project.

Thank you for your reply, that is actually the answer I was hoping for! We don’t want our module to contain browser components for security reasons.