Create SVG file with editable text
Posted: 2017-10-12T13:40:03-07:00
Hi all!
I am developing a script whose goal is to process a CSV file and generate an SVG image with color text from the text read in that CSV file. For this I am using "convert" and Pango Markup Language to color the text read from the CSV file.
On this way I get an EPS file which I then convert to PDF using epstopdf, and then convert to SVG using pdf2svg. The problem I am encountering here is that each block of text is not editable. Perhaps this happens because of the intermediate transformations. I'm not sure.
Does anyone know of any way to generate an SVG image with editable text with imagemagick or using some other process that can be automated with a script?
Thanks in advance.
Kind regards,
Daniel
I am developing a script whose goal is to process a CSV file and generate an SVG image with color text from the text read in that CSV file. For this I am using "convert" and Pango Markup Language to color the text read from the CSV file.
On this way I get an EPS file which I then convert to PDF using epstopdf, and then convert to SVG using pdf2svg. The problem I am encountering here is that each block of text is not editable. Perhaps this happens because of the intermediate transformations. I'm not sure.
Does anyone know of any way to generate an SVG image with editable text with imagemagick or using some other process that can be automated with a script?
Thanks in advance.
Kind regards,
Daniel