Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, 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

Attached is a Word document with an image in the header that when converted to pdf blows up and covers most of the page.

Also attached is the same pdf but with the image in the page. No issues when converting to pdf.

I tested on Syncfusion 17.x and the latest 18.1.0.46

I also tested with SkiaSharp versions 1.59.3 and 1.68.0.

The code used to convert is default code:

WordDocument document = new WordDocument(stream, syncfusionFormatType.Docx);
DocIORenderer render = new DocIORenderer();
PdfDocument pdfDocument = render.ConvertToPDF(document);