berteh / ScribusGenerator

Create beautiful documents with data. Open source pdf (and Scribus) template and mail-merge alternative.
http://berteh.github.io/ScribusGenerator/
MIT License
247 stars 37 forks source link

--single overlapps pages #218

Open MparkG opened 10 months ago

MparkG commented 10 months ago

i combine 4 instances of a sla document with a csv file. the sla document has 2 pages. the resulting document has 8 pages, correctly. however the instances are merged like this: all instances content pages:

instance 1: 1, 2
instance 2: 3, 4
instance 3: 5, 6
instance 4: 7, 8

into single document like this:

PAGE:                       1     2      3      4      5     6       7        8
content page of instances:  1     2,3    4,5    6,7    8     empty   empty    empty
                                                             page    page     page
berteh commented 1 month ago

sorry for late reply.

I cannot reproduce your issue, as illustrated in the attached file where I created a 2 pages template file with document setup > properties > layout > facing pages; then moved any wanted item on the appropriate page, with a NEXT-RECORD tag on all following entries but the first 1... and ran the ScribusGenerator in merged mode.

could you maybe attach your SLA template if you still haven't solved your issue ? thanks.

multipages.zip