ststeiger / PdfSharpCore

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

Image flipped vertically #448

Open robertovaldesperez opened 1 week ago

robertovaldesperez commented 1 week ago

Hello @jafin @ststeiger @saikatguha @nils-a @HakanL @Bogdancev, I am extracting the images from a PDF, apparently in the PDF they are fine, but when I extract them they are returned vertically flipped.

I send you an example file: 6.335.1 0034220637_tasacion.pdf

Thanks a lot.