Resize PDF on input or output

Hi

I have a job where the client is sending the data in PDF format but currently they print the PDF’s locally and “fit to page” so it shrinks the page size to fit the printer. However we are printing on production printers so it doesn’t scale. Is there a way of scaling the PDF on either input or output so we can mimic what the client is doing?

James

If you know the scale factor, you can easily scale the background in the Print Section Properties/Background.


You can also do it in a control script through the API:
background object

greets
-i.

thanks that’s perfect