I am converting Html file to png using groupdocs convert and below is my code for the same
var tempFile = Path.Combine(tempFilesPath, $"p{i}");
using (var converter = new Converter($"{tempFile}.html"))
{
try
{
…... Niteen_Jadhav August 16, 2024, 7:59am 7 Do we have...have any updates? atir.tahir August 16, 2024, 7:47pm 8 @Niteen_Jadhav...