@lobsterboy
You can create pagenumbers on the records.
Aggregate and then counter.
I used "pdf_page_number_" as Count Output Attribute
Your example would get 3 pagenumbers.
Now you need to insert pagenumbers for the rasters, to make em paired.
You can do that using attributecreator with these 2 expressions.
on one set (for instance your text objects): Value(pdf_page_number_)*2+2
and the other set: @Value(pdf_page_number_)+@Value(pdf_page_number_)*1+1
("pdf_page_number_": the underscore at end is to prevent conflict with the pdf-formatter, which uses this attribute)
This gives u alternating nrs. for a set ( uniqueid).
Create multipage by setting the pdf_page_number_ as Layer Name on the pdf writer.
(if you use a pdf-formatter, as I did, take care to not use "pdf_page_number" as the formatter will overwrite it. FME should allow attributes/parameters there..but they have not, alas.)
Inserted a sample script. It puts any district on right/even page and its neighbourhoods on the left/uneven page.alternatepagenumbering.fmwt
@lobsterboy
alternatepagenumbering.fmwt
Here is a annotated and cleaned version of the script.
added info:
2 page view cannot be set using fme (AFAIK).
But in acrobat pdf reader u can: view=>pageview=>display 2 pages
@lobsterboy
You could post your workbench and sampledata if script is not clear for you. Or at least sampledata.
@lobsterboy
Cannot donwload your workbench, get an error.
Try repost it? (firefox usualy works better then Explorer for this)