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
PDFKit.NET3 can insert the SVG document into PDF, while preserving vectors.