What does HackerNews think of SkiaSharp?
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Language:
C#
It looks like the port was compiled with a binary SkiaSharp [0] since that requires Google tooling to build. Interesting to see the committer allowing this. Apparently it is not the first time.
SkiaSharp seems like a decent alternative (edit: in case you can't actually use System.Drawing directly).
C# is not hard to do after knowing Java, here is an option in DotNet: https://github.com/mono/SkiaSharp
I'm going to need this very soon (not PDF/A 3 specifically, just PDF). A few months ago I did some research and I figure Skia[1](Sharp)[2] would end up being the base for any .NET core PDF libs. At the time, I was easily able to make a basic functioning demo for a project that ended up dying. Anyone using it in production?
[1]https://skia.org/user/sample/pdf [2]https://github.com/mono/SkiaSharp/