FO.NET icon indicating copy to clipboard operation
FO.NET copied to clipboard

SVG support

Open SSCodeChamp opened this issue 4 years ago • 1 comments

Does anyone know if it is supporting SVG now ? If yes then any good example?

thanks

SSCodeChamp avatar Sep 28 '21 02:09 SSCodeChamp

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!

cajuncoding avatar Sep 28 '21 04:09 cajuncoding