Hi Team,
I am working on convert HTML to PDF, my issue is style are not applying from style block block.
My code:
foreach (string contentPart in contentParts)
{
Aspose.Pdf.Page page = merge…...Add(htmlFragment); pageIndex++; } // Save merged PDF to memory MemoryStream...from the HTML document to the merged PDF document foreach (var htmlPage...