Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi Syncfusion,
When attempting to convert a HTML or URL to PDF, the resulting PDF only incudes a windowed view, with a rendered scrollbar in the image. This appears to load the html into a browser control and 'screen shot' the window to the pdf?
Is there a way to make this PDF include the whole html page?
Example URL :
Example PDF attached.
You can see the resulting pdf has cut off the last paragraph from the main content.
Example c# code:
HtmlToPdfConverter htmlConverter = new HtmlToPdfConverter();
PdfDocument document = htmlConverter.Convert(txtSourceURL.Text));