Thanks for your inquiry. As I can see you applied the license only for Aspose.Pdf.Kit, but in your code you use Aspose.Words. In this case you should apply the license for Aspose.Words. Please check the points described in “Licensing” section in FAQ: FAQ Links
Thanks for your request. Could you please send your Aspose.Words license to me, I will check it on my side. Please see the following link to learn how to send the license file.
Thank you for the additional information. I checked your license on my side and it works without any issues. Please make sure that you applied license as described here and also here
Also, please make sure that the code does not throw an exception when you try to set the license.
Thank you for additional information. I received your test project. It works fine on my side and the output PDF document does not contain any evaluation watermark.
I use the latest version of Aspose.Words (7.0.0). You can download this version from here:
Hi, Bundle of thanks, It is working with 7.0 version. But In Next step when I cancatenate the pdf file using Aspose.Pdf.Kit.dll ( 3.8.0.1) it gives evaluation message on concatenated file. I recently downloaded Aspose.Pdf.Kit.dll ( 3.8.0.1) from your site. I also added license information for Aspose.Pdf.Kit in Global.asax file Code is as follow
Dim AsposSaveFilePath As String = String.Empty
AsposSaveFilePath = "C:\AsposeTest_Merg.pdf"
Dim paths() As String ReDim paths(0) paths(0) = "C:\AsposeTest.pdf"
Dim outPath As String = AsposSaveFilePath
Dim pdfEditor As Aspose.Pdf.Kit.PdfFileEditor = New Aspose.Pdf.Kit.PdfFileEditor()
pdfEditor.Concatenate(paths, outPath)
Response.Write("Merge File")
Please share your Aspose.Pdf.Kit license file and the sample project you’re having problem with, following the instructions at this link. We’ll test the issue at our end and update you accordingly.