I've been spending the last 3 days scripting Scribus to get it to automatically create a stamp album page off of data in a CSV file and things have been going well.
The only problem I am facing, is trying to take a block of text and fully justify it.
I am using the following code:
setTextAlignment(ALIGN_BLOCK, B)
That line sets the text to Force Justified
I tried using ALIGN_FORCED and that also does a force justified text block.
I need the text to be justified, so the last line isn't force
justified, leaving a big gap between all the words in the last line.