Could not able to download the HTML content as PDF in asp .Net web API
I have designed a html in the c# .Net entity framework, in this there are pdf documents which are in base64. I could able to get the full html string after this I am downloading this html string as a PDF using PuppeteerSharp;
. The pdf is downloading correctly but the pdf’s whithin that are not coming. Blank space is coming.
Here is my code HTML tag where I am displaying PDF. The HTML is very big so added small portion.