ScribusGenerator icon indicating copy to clipboard operation
ScribusGenerator copied to clipboard

Create beautiful documents with data. Open source pdf (and Scribus) template and mail-merge alternative.

Results 62 ScribusGenerator issues
Sort by recently updated
recently updated
newest added

to help detect mismatch, eg in #215 and #229.

enhancement

Scribus: 1.6.1 ScribusGenerator: latest version When hyphenation is active on a text frame where the variables are, no substitution takes place inside this text frame. When text is de-hyphenated everything...

Try to make invoices with %Var-Numerator% on a master to apply on 3 pages from the same master. when you merge to a singlle pdf or a single sla it...

I have a two-line repeating format that pulls data from a .csv file. There are 19 repeating sections. The regular text frames contain the correct data, but the PDF annotations...

cannot reproduce

Hi I think I hae followed script installation correctly but when applied, the timer spins and no pdf or sla files are produced. The attached shows the situation after 5...

discussion

First the Script works great before Scribus Version 1.5.8. In newer Versions i can't export any Document with pdf-Textfield, combo-, Listbox. Pdf-Checkbox and Radio button looks good. Created sla-Files ar...

Hello, I use scribusgenerator but I can't change the name of the image to **%VAR_img%** I don't know how to do this, I checked the video but it doesn't work...

I've noticed on two different projects that I'm getting an Exceptions Stack Overflow message that happens at exactly record number 120 (of about 200). It creates all the .sli files...

Potential fix for issue #239 Previously, using a capitalised datafile extension would cause it to not match the expected (lower case) extensions in the code, and not process the file...

https://github.com/berteh/ScribusGenerator/blob/24518a7696b1b08efc1dc356cb2d0adda708f8b7/ScribusGeneratorBackend.py#L213 This way of determining data file extension is case-sensitive. Meaning that `datafile.CSV` doesn't get processed at all. This also doesn't raise an error. Only indication that this has happened...