-1

I'm working on a project, which needs to put automatically some text from an excel into INKSCAPE.

Example

I want also to know if we can get the item list from inkscape: Line, textbox, img etc ...

Someone can give me some ideas or tips ?

Tim Diekmann
  • 7,755
  • 11
  • 41
  • 69
Raefko
  • 1
  • 3
  • 2
    Can you explain what those images are meant to tell us about your question? – Moini Jul 05 '18 at 13:18
  • @Moini the right array is our excel array, with different words. The left one is our INKSCAPE project, with some Lines/circles .. And what i want to do is to import the differents word from excel ( or a simple txt file ) into my inkscape project and automatically put them on the ligne/circles . thanks ^^ – Raefko Jul 06 '18 at 14:45

1 Answers1

-1

Maybe the Generator Extension for Inkscape is what you need? It can place text into placeholders in your file, using a CSV file as data source.

More info and example file set linked from here: http://wiki.inkscape.org/wiki/index.php/Extension_repository#Generator

Moini
  • 1,239
  • 9
  • 10