Excel to SVG incl. Cropping

Hi,
I am currently evaluating the great Aspose.Cells library.
I would like to export an Excel file containing a chart sheet to SVG.
First, I was just checking the example with default output options which gives me already a working SVG.

What I would love to get is the following:
- The SVG file has a fixed width & height. Is it possible to work with a crop attribute to get rid of white borders? Is this maybe a limitation of the trial version where a watermark is included?
- The chart output quality seems to be quite low, which attributes do you recommend for high quality output?

Thanks and best regards,
Thomas

Hi,


1) If the white borders are part of the chart area, they cannot be cropped or skipped. You may also request a 30 days trial license to test the product in its full capacity:
http://www.aspose.com/corporate/purchase/temporary-license.aspx
Aspose.Cells would render the chart’s image that is shown in print preview of the chart sheet in MS Excel.

2) Regarding quality, I think you may choose some vector image types, e.g EMF and PNG for better quality images for the charts.

Thank you.