Comment 6 for bug 259303

Revision history for this message
Henrik Bohre (bohrax) wrote :

Hi Jon,

not sure which language you prefer, but from e.g. Python it's very easy to connect with the subprocess module. You just open the inkscape process with the --interactive-cli(?) switch and get pipe handles to stdin, stdout and stderr that you can write and read from as regular files.

I can give you a code example if you're interested.

Best regards
Henrik