Skip to main content

I have quite a complex workbench which works well apart from one thing. I need to pass a raster map and point to the same object in each page in PDFpageformatter. I created a Bounding Box to try to set the position and expected the raster and point to 'fit' into this. However the position seems to shift as the pages go on. See attachments. It seems to be basing the position on the overall combined raster footprint rather than the Bounding Box.

I hope that makes sense? I've attached a snippet of my workbench for info.

It seems to mess with the pdf_frame_rectangle attribute. Check if you edit that along the way.

Try clipping the raster with a buffer of the point and send that to the PDFPageFormatter.


It seems to mess with the pdf_frame_rectangle attribute. Check if you edit that along the way.

Try clipping the raster with a buffer of the point and send that to the PDFPageFormatter.

Thanks I already buffer points and clip raster with it. See attached. Where do I find the pdf_frame_rectangle attribute?


Thanks I already buffer points and clip raster with it. See attached. Where do I find the pdf_frame_rectangle attribute?

The PDFPageFormatter sets it.


Thanks I already buffer points and clip raster with it. See attached. Where do I find the pdf_frame_rectangle attribute?

You mean this?


Reply