Hi,
i try to convert a SVG (attached) to PDF, but it does not work.
Also if I tried it online (see Screenshot).
I tried it in the following way:
using (var document = new Aspose.Html.Dom.Svg.SVGDocument(FileToConvert))
{
// Initialize PdfSaveOptions.
var options = new Aspose.Html.Saving.PdfSaveOptions();
// Convert HTML to PDF
Aspose.Html.Converters.Converter.ConvertSVG(document, options, PdfOutputFileFull);
}
Kind Regards,
Andy
ErrorSvg.png (81.3 KB)
SVG_logo.zip (2.5 KB)