The Aspose.Words.Pdf2Words assembly is not have a correct strong name as the PublicKeyToken in the name is missing. The first version where this issue has been identified is 24.6.0, earlier versions are fine with respect to strong name.
Assembly name for 24.6 (and newer):
Aspose.Words.Pdf2Word, Version=24.6.0.0, Culture=neutral, PublicKeyToken=null
Assembly name for 24.5
Aspose.Words.Pdf2Word, Version=24.5.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56
Notice that even if the assembly in version 24.5 is shipped in the net8.0 folder, it’s using an incorrect target framework as it’s compiled for net6 (24.6+ is using the correct targetframework) . The Aspose.Words.dll is using the correct targetframework and public key token in all versions I have checked.
Please update the strong name for Aspose.Words.Pdf2Word.dll asap, as the current version is unshippable with our product due to invalid strong name.