License issue in the 22.7 version

Hello,
We have a strange licensing issue when try to convert Word to PDF document after installing 22.7 version.
We are using a valid Professional license (Product Aspose.Total for .Net, subscription expiration 20220930), but only one page of PDF is generated and watermark “Evaluation Only.” is applied on it.
The license is working properly for the 20.9 version.

@mindaugasa I suspect your license has expired. Every Aspose license provides one year subscription for free update to any version that is released during this time. You can check expiration date of your license, just open the license file in Notepad (but take care not to modify and save the license file or it will no longer work) and see the SubscriptionExpiry field.

<SubscriptionExpiry>20220218</SubscriptionExpiry>

It means that you can free upgrade to version of Aspose.Words published before 02/18/2022.
If you need to update to the latest version of Aspose.Words you should contact our sales team and renew the license.

As I`ve mentioned in the initial post, the expiration date is 20220930

aspose-lic.png (11.7 KB)

@mindaugasa Could you please check the following points:

  • Make sure your call to SetLicense gets executed. Step through in the debugger.
  • Make sure your code does not catch an exception thrown by Aspose.Words licensing code. For example, Aspose.Words will throw if it cannot find the license.
  • Make sure the input documents do not already have the evaluation message. Aspose.Words does not delete existing evaluation messages.
  • Make sure SetLicense is executed before you instantiate any Document object.