Print centered and scale up to 140%
Dear Script users,
I'm having trouble with the getPrintParams.
This what I want.

This is what I have so far:
var pp = this.getPrintParams();
pp.tileScale = .140;
this.print(pp);
But nothing works.
The page has to center and scaled op 140%. Is this even possible with JavaScript?
Greatings!
