Map tray settings

Take the paper tray settings for every section from the document and map them using the configuration file.

  1. Change all sections to a single bin.

    ChangeBins /Section *:4 "test.doc"

  2. Set all sections to use paper tray 4.

    ChangeBins /Section *:?4 "test.doc" "old" "new"

    This maps paper tray 4 on printer "old" to the equivalent bin on printer "new" and sets all paper trays in the document to this paper tray.

  3. Change the first page of the document.
    • ChangeBins /Section 1:3,- /Section *:- "test.doc"

      This changes the first page of the first section to paper tray 3 and leaves all other pages unmodified.

    • ChangeBins /Section 1:3,2 /Section *:2 "test.doc"

      This changes the first page of first section to paper tray 3 and all other pages in the document to paper tray 2.

  4. Override a specific section in the document.

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

    This changes the first page of the first section to paper tray 3 and all other pages in the document to the printer "new" equivalent of the "old" printer paper tray 2.

  5. Change a specific section in the document.
    • ChangeBins /Section 4:3,2 /Section *:- "test.doc"

      This changes the first page of section 4 to paper tray 3 and other pages in this section to paper tray 2. Other sections of the document are not modified.

    • ChangeBins /Section 4:3,2 "test.doc" "old" "new"

      This changes the first page of section 4 to paper tray 3 and other pages in this section to paper tray 2. Other sections of the document are not modified.