Creating new auxiliary-sheet objects using the pdcreate command

Create auxiliary-sheet objects from the command line; you cannot create them through the InfoPrint Manager Administration Interface. Use -c auxiliary-sheet with the pdcreate command and specify the server name and an auxiliary-sheet object name to create a new auxiliary-sheet object. Specify a name that uniquely identifies the auxiliary-sheet object in the server. Two servers can each contain an auxiliary-sheet object with the same name, but possibly with different values for their attributes.

You also specify the psf-exit-form-definition, psf-exit-page-mark, and psf-exit-program-name attributes with the command to specify the form definition, whether edge marks print, and the user-exit program used.

For example, to create an auxiliary-sheet object named custom-start contained in Server1 that specifies the ainuxhdr user-exit program, the F1A10110 form definition, and includes edge marks, enter the command:

pdcreate -c auxiliary-sheet -x "psf-exit-program-name=ainuxhdr
         psf-exit-form-definition=F1A10110 psf-exit-page-mark=true"
         Server1:custom-start

See "Attributes for Auxiliary Sheet Objects" in the "Attributes for auxiliary-sheet objects" chapter of RICOH InfoPrint Manager: Reference for more information.