Martin Knotzer
Martin Knotzer

Same issue here, the images are huge after adding the NuGet package.
Bug fixed, it's in PdfSharp.Xamarin
any news on this bug? this is a real show stopper on Android!
Bug fixed: public AndroidImageSourceImpl(string name, Func streamSource, int quality) { Name = name; _streamSource = streamSource; _quality = quality; using (var stream = streamSource.Invoke()) { Orientation = Orientation.Normal; stream.Seek(0, SeekOrigin.Begin);...
@roceh could you please take a look at this and release an update?