Embed SVG into PDF programmatically in .NET C#

后端 未结 3 490
别跟我提以往
别跟我提以往 2021-01-18 07:17

Does anyone know how to create a pdf with C# and add a SVG document inside of this PDF ?

itextsharp can\'t do it.

I convert SVG into image thanks to this lib

3条回答
  •  执念已碎
    2021-01-18 07:41

    webSupergoo ABCpdf is also a good commercial option, a bit less pricey (ABCpdf Std costs $329, and ABCpdf Pro cost $479 if you want rendering or x64 support). Version 7 did a terrible job when handling SVG files (it could only load a small subset, often with issues), but I understand (haven't test it first hand) that version 8 (and now 9) greatly improved its SVG support by switching to the Gecko engine.

提交回复
热议问题