I export an Highcharts chart as a PDF file, everything's fine
.
But when I open this chart in Adobe Illustrator (to change some text
) :
- the characters are all
vectorized
- so, to change the text, I have to
delete all my text
andrewrite another one
- thus I
lose all my style properties
that I have set in HighCharts.
Is it possible to export an SVG
(via batik, the exporting server of HighCharts) to PDF
with not-vectorized text
?
Does it exist another way to do this with ou without Batik ?