Please find attached zip file. The zip file contains the code POC and the HTML file. We are trying to convert given html to PDF using following code. But when the code reaches to Converter.ConvertHTML it gets stuck there…...for HTMLDocument using (var document = new HTMLDocument(updatedHtmlContent...10; Converter.ConvertHTML(document, pdfSaveOptions, streamProvider);...