ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  SVG Output in batch mode
Posted by Sean Laks on May-28-2022 01:49
I need to generate an SVG Output file for the chart data I pass in batch mode - i.e. no browser in involved here

The captures SVG output will then be written to a static HTML template to be converted into a PDF by another process

What is the optimal solution for this job? Thx in advance

  Re: SVG Output in batch mode
Posted by Peter Kwan on May-28-2022 14:53
Hi Sean,

You can use BaseChart.makeChart to save the chart as SVG. The exact syntax depends on your programming language. For example, in C#, it is like:

c.makeChart("c:\path\to\abc.svg");

See:

https://www.advsofteng.com/doc/cdnet.htm#BaseChart.makeChart.htm

Best Regards
Peter Kwan