DinkToPdf
DinkToPdf copied to clipboard
Images are overlaping the text after page break
When I try to generate my pdf from html with multiple images and table-based layout, when new page break occurs there sometimes happen overlap like this:

my settings for dink:
var globalSettings = new GlobalSettings
{
ColorMode = ColorMode.Color,
Orientation = Orientation.Portrait,
PaperSize = PaperKind.A3,
Margins = new MarginSettings { Top = 10 },
DocumentTitle = "PDF Report"
};
=====ObjectSettings====
PagesCount = true,
HtmlContent = html,
WebSettings = { DefaultEncoding = "utf-8" },
HeaderSettings = { FontName = "Arial", FontSize = 10, Right = "Page [page] of [toPage]", Line = true, Spacing = 2.812 },
Hi , do you resolve this problem ?
@PatrykSzwer Why can't my picture be displayed in PDF ,Do you have a problem like me? How can I solve it