Upload a CSV file with columns representing colors. The plugin will generate individual pdf files, save each of those in specific folder with specific name, then group all those files in new pdf file for printing.
- The name of the text layer to apply the color
- The name of the path to fill with the color
- First column is always path to PDF file to save the generated image!
- GIMP image must have at least one drawable layer i.e not text layer. The top most drawbale layer is where the rectangle backgrounds will be drawn.
-
In GIMP navigate to:
Edit > Preferences > Folders (left pane) > Plug-Ins
-
Open the directory user plugins can be found tThen copy variable_data.py to that directory.
-
Change to executable:
$ chmod +x variable_data.py
-
Restart GIMP.