mono / 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.
MIT License
4.41k stars 535 forks source link

[QUESTION] CreatePdf supported version(s) #1709

Closed wstaelens closed 1 year ago

wstaelens commented 3 years ago

Documentation on SkiaSharp or Skia does not specify which version(s) of PDF is being supported (e.g. 1.4, 1.5, 1.6, 1.7, ...)

Which PDF versions are supported?

(Please also update the documentation)

Sebazzz commented 1 year ago

I asked a similar question at QuestPDF: https://github.com/QuestPDF/QuestPDF/discussions/633

It appears it is PDF 1.4 only.

mattleibow commented 1 year ago

You can chat the skia team at https://groups.google.com/g/skia-discuss

I am not sure the plans for what they are intending to support and what the interest level is.