Page 1 of 1

Adding Page Dimensions at the end of a file name

Posted: Mon Feb 19, 2024 1:34 pm
by Charltonpaul
I have created a flow where it adds the trim box dimensions at the end of the file, but it adds them in Points. Is there a way so it can adds millimeters instead.

Re: Adding Page Dimensions at the end of a file name

Posted: Mon Feb 19, 2024 1:38 pm
by jan_suhr
You have to use Switch Calculations to convert it to mm. Multiply with 0.352778

Re: Adding Page Dimensions at the end of a file name

Posted: Mon Feb 19, 2024 1:52 pm
by magnussandstrom
Suggestion:

Code: Select all

[Switch.Calculation:Expression="round([Switch.Calculation:Expression="[Stats.TrimBoxWidth:Type="Effective"]/2.83464567"])"]x[Switch.Calculation:Expression="round([Switch.Calculation:Expression="[Stats.TrimBoxHeight:Type="Effective"]/2.83464567"])"]

Re: Adding Page Dimensions at the end of a file name

Posted: Mon Feb 19, 2024 2:23 pm
by JimmyHartington
In the Pitstop configurator you can also set it to create a report (which you do not need to use), and then you can change the unit.
Image

A feature request for the configurator could be the ability to set the unit, without needing to create the report. But maybe there are some technical reasons for it.

Re: Adding Page Dimensions at the end of a file name

Posted: Mon Feb 19, 2024 2:50 pm
by JimmyHartington
I will just add that my action list uses the built in variable in Pitstop to get the size of the Trim Box.
So not a Switch variable.

Image

Re: Adding Page Dimensions at the end of a file name

Posted: Mon Feb 19, 2024 6:25 pm
by rhd_ole
I'll add in another suggestion, using FastLane from Pisttop, it will just provide you with any of the box sizes needed, Bleed, Trim, Media, ect. No calculation needed.