Can i use Aspose.word in VSTO?

Can I add aspose.dll reference and using it’s methods in VSTO project?
If not ,can i using aspose.word to create an addin in word?

@cainnn Word VSTO Add-in project is a regular .NET project. So, of course, you can add reference to Aspose.Words from it. Please see our documentation to learn more about Aspose.Words for .NET System Requirements.
But you should note you cannot directly interact with VSTO object using Aspose.Words. To work with document, you should first load it into Aspose.Words DOM.

thank you very much!

1 Like