The PDFPageFormatter transformers handels as follows when more than one feature enters the input port.
"If more than one feature enters the same input port, the scaling and centering will be calculated based on the aggregate bounds of the input features. The features will be written to the PDF in the order they entered the input port."
I would like the oposit. Is it possible that the PDFPageFormatter recalculates the bounds of the input feature for each input feature?
My workflow:
- Reading multiple pdf's with different pdf sizes/ heights and widths
- Then merging all those pdf files in a single pdf.
I would like that the output PDF contains all the read pdf's and keep the original pdf page sizes for each page. (Reading spatial pdf's as rasterized pdf layers is fine!)
Thanks,
Mark