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

Added condition, which checks /rotate when modifying landscape PDFs #357

Closed Hacnar closed 1 year ago

Hacnar commented 1 year ago

This fixes an issue, where PDFs which have landscape orientation when rotated 90 or 270 degrees could have their dimensions flipped if they were modified.

ststeiger commented 1 year ago

Merged.