At the Polish print party, we tried a possible automation of the nineteen steps. We gave out numbered tickets at the entrance, and at the end there was a numbered copy of the booklet for everyone. The booklets were all different via Python and Scribus. The imposition and printing was very simple Perl. If you [...]
Besides pagenumbers, Scribus masterpages can currently only hold static elements. Ivan Monroy Lopez wrote us a very handy python script which puts as many linked or unlinked text boxes on as many pages you want. You can also run the script multiple times… measurements.py template.py
Frog and Prince is a fairytale featuring free software, python scripting and an open font. The story was premièred at LGM 2007 (Montréal, Canada), and formed the centerpiece of the Canadian Printing Breakfast (Brussels, June 2007). Below is everything you need to make the recipe, but you can also browse through sample documents for each [...]
Sneak preview of what New OSP might look like:
The scripting in Scribus happens in the house of Python. The Scribus module is loaded into scripts with the standard import scribus or from scribus import *. In this post, we’ll be using only one function off this module: createText(x, y, width, height) This function puts a TextBox of the specified width and height at [...]