Aspose.Total license problem. Using Aspose.Words to convert doc to PDF. BizTalk 2013

Hey,
I was trying to implement Aspose.Total license to the application. I am using Aspose.Words to convert doc files to PDF format in BizTalk environment. I am calling the application using BizTalk 2013.
I tried many approaches to implement license to application. However it does not work. I know that the best approach is to put Aspose.Word.dll and license to one folder.
I had to put Aspose.Word.dll to the assembly (GAC) because we are using BizTalk 2013 to call the application.

  1. I added Aspose.Word.dll and Aspose.Total.lic to C:\windows\assembly (GAC)
  2. I added Aspose.Total.lic to C:\windows\Microsoft.NET\GAC_MSIL

I also put the following code:

Aspose.Words.License license = new Aspose.Words.License();
license.SetLicense("Aspose.Total.lic");

Also, I used the following approach:

  1. I added Aspose.Total.lic as embedded resource.

I tried so many approaches but I still get watermark when I converted doc file to PDF format.
Thank you in advance for any help

Hi Lukasz,

Thanks for your inquiry. What version of Aspose.Words are you getting this problem with? Please post your license file via mail to us. We will investigate the issue on our end and provide you more information. In order to post your license file to us please follow the instructions provided in the following link:
https://forum.aspose.com/t/aspose-words-faq/2711

Moreover, I would suggest you please refer to the following article :
https://docs.aspose.com/barcode/net/licensing/

Best regards,