Move Pages

Move Pages activity

This activity moves or copies pages between two documents or within the same document. Learn about the token this activity produces.

To set up this activity:

  1. Drag the activity from the toolbox pane and drop it in the Designer pane.
  2. In the properties pane, type a name and description of the activity.
    The name and description editors
  3. In the Connection Profile property box, select the repository you want the activity to use.
  4. In the Action property box, select the type of action to be taken on the entry: Copy pages or Move pages.
  5. Optional: If you select Move pages, you can select Delete the source document if all its pages have been moved.
  6. In the Move Pages From property box, select the entries you want to copy or move pages from. Learn more about selecting an entry
  7. In the Move Pages To property box, select the entries you want to move the pages to. Learn more about selecting an entry
  8. In the Page Range property box, select the pages that will be copied or moved with this activity. The pages specified in this property box will be moved from the document selected in the Move Pages From property box to the document selected in the Move Pages To property box.
    • All pages: Select to copy or move all pages.
    • Pages: Specify a list of pages or a page range to copy or move.

      Example: Specify 1, 3, 5-7 to include pages 1, 3, 5, 6, and 7. You can also specify a page range that skips pages. For instance, specifying 2@2 will include all even-numbered pages, whereas specifying 2@3 will include every third page starting with page two.

  9. In the Insert Pages property box, specify where to insert the copied or moved pages.

    Note: The pages will be inserted into the document selected in the Move Pages To property box.

    • Before first page: Inserts the pages before the first page of the document selected in the Move Pages To property box.
    • After last page: Inserts the pages after the last page of the document selected in the Move Pages To property box.
    • After page: Inserts the pages after the specified page of the document selected in the Move Pages To property box.

You may want to disable activities if you only want to test specific sections of your workflow. To disable activities:

  1. Select an activity in the designer pane to highlight it.
  2. In the Description property box, clear Enable.

Page Range

When it is possible to determine a page range for activities in a workflow, you can specify certain pages or a range according to the following formatting guidelines.

List of Pages

You can specify a comma delimited list of pages.

Example: 1, 2, 5, 7

Result: 1, 2, 5, 7

Range of Pages

You can also specify a range of pages. The starting and ending numbers in the range determine the first and last pages to be processed.

Example: 1-7

Result: 1, 2, 3, 4, 5, 6, 7

Steps

You can specify a step for the pages the process will run on. This is particularly useful if you want a process to run on only even or odd pages.

Example: 1@

Result: 1, 3, 5, 7...

Example: 2@

Result: 2, 4, 6, 8...

The default step value is 2, as demonstrated above, but you can specify a different step value.

Example: 1@3

Result: 1, 4, 7, 10...

Combination

The above formats can be combined to create a custom page range.

Example: 2, 3-10@3

Result: 2, 3, 6, 9

Tokens

You can select a token to specify a page number or part of a page range.

Token for Move Pages Activity

This activity produces the following token:

Tokens
Name Description Sample Syntax
Move Pages Count The number of pages this activity moved or copied. %(MovePages_Moved Pages Count)

The "MovePages" portion of the syntax changes to match the activity's name.

Note: All non-alphanumeric characters, except underscores, are removed from the name. For example, if you rename the activity "Transfer~Pages!", the syntax for the Shortcut Count token will be "%(TransferPages_Move Pages Count)".