Hi Asad,
Also I am getting error when converting to pdf using the below code
Aspose.Pdf.Document pdfDocument = new Aspose.Pdf.Document($“{folderPath}article.html”, options);
pdfDocument.Save($“{folderPath}html_test.PDF”);
The debugger never reaches the 2nd line of the code and in the output window, I see a lot of exceptions from unmanaged code.