Dear Support Team,
When convert SVG to PDF, We notice color and gradient has a little difference between HTML and PDF,
but it only happen when we convert pie chart. the color is correct in other type of chart.
we use following code to convert PDF
using (StreamReader sr = new StreamReader(@"pie.html"))
{
String line = sr.ReadToEnd();
HtmlToPdf.ConvertHtml(line, @"pie.pdf");
}
Sample FilesPlease see the screen shot in above line, the color gradient difference is obvious.
Best Regards,
Chien Chih