Aspose.Pdf.Document

Hi,

I was converting HTML content to .pdf by using Aspose.Pdf.Document with latest version of Aspose.Pdf(v.23.8.0) for platform asp.net core framework 6.0. It worked well with localhost but while on production I was getting Value cannot be null. (Parameter 'key'). Why I am getting this error?

Aspose.Pdf.License pdfLicense = new Aspose.Pdf.License(); pdfLicense.SetLicense("");.
I am using .SetLicense("") as evaluation copy in my Program.cs.

@nisargcakewalk

With evaluation copy, you do not need to use the SetLicense() method at all. Furthermore, you can obtain a free 30-days temporary license as well to evaluate the API without any limitations. Please try to obtain the temporary license and let us know if you still face any issues.