Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
1.08k
stars
237
forks
source link
MigraDocCore - paragraph.AddNumPagesField does not reset if page number is reset #319
Open
virajkanwade opened 1 year ago
Say on the 3rd page, I do the following:
It prints "Page 1 of 3" instead of the expected "Page 1 of 1".
How do I make this work?