Example of different options combined

This example performs the following changes:

  • The first page of the first section is set to paper tray 300.
  • Other pages in the first section are mapped from printer "old" to printer "new".
  • The first page of the fifth section is set to the equivalent of paper tray 2 of printer "old".
  • The other pages of the fifth section are left unmodified.
  • All other pages in the document are set to paper tray 3.

ChangeBins /Section 1:300,! /Section 5:?2,- /Section *:3 "test.doc" "old" "new"

ChangeBins
    Document ("test.doc")
    From ("old")
    To ("new")
    Overrides ("/Section 1:300,! /Section 5:?2,- /Section *:3");