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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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 :

https://ppr.qed.qld.gov.au/pp/allegations-against-employees-in-the-area-of-student-protection-procedure

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));