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.