Version no. of Aspose

How to get Aspose.Word version ? There is no property called version under Aspose.Words.License. one of my project is referring to version 9 and one to version 10.6. I need to call Aspose.Words.Document.SaveToPDF based on version as that is deprecated. Please reply back asap.

Hi
Thanks for your request. If you would like to check version of Aspose.Words for .NET, you should just right-click on the Aspose.Words.dll, select Properties from the context menu, then select Version tab. You will see File version.
Best regards,

Hi there,

Thanks for your inquiry.

In addition, you can also find the version of Aspose.Words being used at runtime by using the BuildVersionInfo class. Please see the following link for details: https://reference.aspose.com/words/net/aspose.words.properties/builtindocumentproperties/version/ although I’m not entirely sure how this will work when two versions are used side by side.

If you have any further queries, please feel free to ask.

Thanks,