ststeiger / PdfSharpCore

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Other
1.07k stars 238 forks source link

Closing border line of a table is missing after an automatic page break #206

Open maesjozef opened 2 years ago

maesjozef commented 2 years ago

My layout is a classic sales invoice with an invoice header, a table with invoice lines and a footer. Page format A4.

The table consist of

I defined a table edge

In case of multiple invoice lines, an automatic page break happens. Then

MissingBorderLine