Skip to main content
Hi,I am trying to prepare a PDF with the PDFPageFormatter. I have 6 input ports in the PDFPageFormatter and it seems impossible to align them exactly with each other. I have the same upper left x and -y for all 6, the same size. I selected them all and centered them with allign. but there is still one of the input ports that shifts slightly. How can you set this alignment correctly?The top part of the attachment is the Data Inspector. The bottom part is the PDF. The green areas have shifted.

If you want to align those features send them all to the same PDFPageFormatter input port, that's the only way to guarantee they line up.

The way it works is that the input features are scaled to fill the box you specified in the PDFPageFormatter. Using different overlapping boxes may still lead to misalignment if the data has a different bounding box.


Thanks, It works. The alligning is now ok.