I am new to inkscape and would like to know if it is possible to automate the following process to create svg files (I have manually succeeded in it), and if so, what does the script look like and how should it be executed?
In the manual process, I perform the following steps to create the svg file.
1) Open inkscape 2) Open File->Document Properties and set size to 1000 x 1000 3) Type t 4) Drag a rectangle (this step and previous step are needed to activate the Append button used in Step 7) 5) Click on Text -> Glyphs 6) Choose Font family, script and range (this is not English, which is why I need this step) 7) Click characters and click append for each character clicked (more than one character is involved, and I click on the character since I use an English keyboard but the language I am interested is not English) 8) Ctrl-Shift-C to grab the outline of the text 9) Save as svg by clicking File->Save As
I need to automate this process to create a number of svg files, some of which are formed due to the outline of multiple characters.
Thanks, -Ferdinand