Hi Iris,
You can control destination page number using a format attribute of the PDF writer called "pdf_page_number". See the help doc on the PDF writer to learn more about that. This format attribute is available also in FME 2014.
FME Readers and Writers > Adobe Geospatial PDF Writer > Writer > Multi-page Support (
http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Desktop_Help.htm#../Subsystems/FME_Readers_Writers/Content/pdf2d/multi_page_support.htm)
Regarding buffering, I couldn't grasp what your requirement is, sorry.
Could you please explain more concretely?
If you post examples of the source data and screenshot illustrating required transforming process, it would help us to understand the requirement correctly.
Takashi
Hi,
You need to set a counter on the "bufferarea's" . (Wich I would call "printextent" rather then bufferarea btw).
Name the counter "pdf_page_number".
Just write it out, the pdf will see the attribute, and you get a multipage pdf.
If you want single , mult page pdf with more layers, use a fanout on the "pdf_page_number". This must be "synchronised" of course.
If you want single page pdf outputs you must set the fanout in Navigator panel on your pdfwriter. Parameters==>Advaced++>fanout dataset.
(don't fanout on attribute.) If you fanout on attributes, you must set the dataframe extent yourself.
Hello there... sorry for the delay in writing back... So to explain better
These maps are selected neighbourhoods in a City. So I have selected neighbourhoods that I need these maps for as I do not need all in the City (which come from an excel file, there are about 50 neighbourhoods selected) and I have set a 50m buffer around each neighbourhood which is the area I want to show in the printout , and each area is different.
Where I am now is, when I run the workbench, I get the whole city in a large PDF and you see 'pockets' of the map showing and these are the areas I have the buffers on. Now what I want to so is print each neighbourhood 'pocket' onto it's own sheet with a titleblock.
What I do not know how to do is set every buffer area as the print frame for the sheet. Does this make more sense? Thanks for all the help!
I uploaded a simple demo workspace here just for a starting point. (
https://drive.google.com/file/d/0B0ufVP2t0eApNUE2aUV4d0dTMVE/view?usp=sharing)
See also the help doc about the PDF Reader/Writer to learn more about the multi-page support.
Thanks Takashi! I have downloaded it and will see how I can use this as a start point for my project! Very much appreciated!