To create an instruction for automatic geometry assignment, add a row in the Geometry Assignments tab, and then make an entry in each column in the row. Each row creates one line in the APA file.
For example the following row assigns page geometry settings to the refined page named Cover.p1.pdf.
Refined file name | Offset X | Offset Y | Trim size X | Trim size Y | Scale X | Scale Y | Orientation |
---|---|---|---|---|---|---|---|
Cover.p1.pdf | -36 pt | -36 pt | 612.0 pt | 792.0 pt | 100% | 100% | 0 |
You can explicitly name the refined file or use wild cards.
Using geometry settings from the input file
You can assign geometry from one of two sources:
Mixed
in the column for that parameter in the Geometry Assignments view, such as offsets, scaling, trim, or orientation.Note: Some input files may not contain offsets. For example, DCS/EPS files will not contain offsets. PostScript files generated from a native software application using the Prinergy Refiner PPD will always contain offsets.
Unit of measure conversion
For Offset X, Offset Y, Trim Size X, Trim Size Y:
72 pt
, Prinergy converts it to 1 in.Example 1: Pattern matching
This example shows the use of pattern matching.
The input files, refined files, and desired geometry assignments are:
Input files | Book.pdf |
Refined files | Book.p1.pdf, Book.p2.pdf, Book.p3.pdf |
Desired geometry assignments | Set the geometry for the pages. Set Offset X and Offset Y to -36 points, Trim X to 612 points, and Trim Y to 792 points. Scaling is 100% and there is no change in orientation. |
In the Geometry Assignments view, the instruction is:
Refined file name | Offset X | Offset Y | Trim size X | Trim size Y | Scale X | Scale Y | Orientation |
---|---|---|---|---|---|---|---|
| -36 pt | -36 pt | 612.0 pt | 792.0 pt | 100% | 100% | 0 |
In the Raw APA File view, the instruction is:
GEOM= "[$].p[#].pdf" -36.0 -36.0 612.0 792.0 1 1 0
Example 2: Pattern matching and assigning geometry from input files
This example shows the use of pattern matching and assigning geometry from input files.
This example is has the same input files, refined files, and desired geometry assignments as in Example 1, except it uses the trim size from the input files.
In the Geometry Assignments view, the instruction is:
Refined file name | Offset X | Offset Y | Trim size X | Trim size Y | Scale X | Scale Y | Orientation |
---|---|---|---|---|---|---|---|
| -.5 in | -.5 in | Mixed | Mixed | 100% | 100% | 0 |
In the Raw APA File view, the instruction is:
GEOM= "[$].p[#].pdf" -36.0 -36.0 [ ] [ ] 1 1 0
Legend