FO.NET
FO.NET copied to clipboard
SVG support
Does anyone know if it is supporting SVG now ? If yes then any good example?
thanks
I’m pretty sure that there has not been any updates to this code base and it’s unlikely anything significant will be added in the future.
Have you tried Apache FOP native which has support for SVG? See: https://xmlgraphics.apache.org/fop/2.6/graphics.html#svg-intro
You can run it and call it from .Net as a service with Azure Functions.
I’ve shared a project that makes this pretty painless: ApacheFOP.Serverless!