ststeiger / PdfSharpCore

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

Incorrect render of XPdfForm after rotate the page #389

Closed noctis0430 closed 11 months ago

noctis0430 commented 11 months ago

Subject of the issue

Incorrect render of XPdfForm after rotating the page counterclockwise

Steps to reproduce

Build and run the solution to see the issue Sample solution: sample.zip

Expected behaviour

Expecting to get this image

Actual behaviour

But get this instead image

Your environment