Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

This example shows the use of pattern matching and multiple conditions.

The input files, refined pages, and desired page assignments are:

Input files

Book_001.pdf, Book_002.pdf, 005_Book.pdf, 006_Book.pdf

Refined pages

Book_001.p1.pdf, Book_002.p1.pdf, 005_Book.p1.pdf, 006_Book.p1.pdf

Desired page assignments

Book_001.p1.pdf to all page sets, position 1, layer 1.
Book_002.p1.pdf to all page sets, position 2, layer 1.
005_Book.p1.pdf to all page sets, position 5, layer 1.
006_Book.p1.pdf to all page sets, position 6, layer 1.

In the Page Assignments view, the instructions are:

Refined file name

Page set name/prefix

Position

Layer

_.p1.pdf

1

_.p1.pdf

1

In the Raw APA File view, the instructions are:
ASSIGN= "[$]_[#PgPosition].p1.pdf" "" [#PgPosition] 1*
ASSIGN= "[#PgPosition]_[$].p1.pdf" "" [#PgPosition] 1*

  • No labels