VI PDF Originator User’s GuideFreeFlow Variable Information Suite 5.0 (7/2006) VIPO-63Parameter defaultsIf any or all of the –T or –C parameters are omitted from the lpr command, the followingdefaults are used:• If user= is undefined in the lpr command, then the VIPO_user defaults todefault_user (local-scope) on the lpd server associated with printername.• If profile= is undefined in the lpr command, the following defaults are tried in thisorder:1. The user defined default lpr profile (lpr_default.pfl) belonging to theVIPO_user[:scope] as defined on (local-scope) or reachable from(remote-scope) the lpd server associated with printername.2. The profile printername.pfl in the XVTP /Profiles directory (virtualprinter profile) as defined by the lpd server associated with printername.• Virtual printer and user default lpr profiles must be supplied by the VIPO user, andcan be created and modified using the VIPO Job Submission Client (Load and SaveProfile functions).• If printfile= is undefined and other –T options are supplied, then no print file name issupplied and the job receives a submission error. If no -T options are present, thenprintfile= is not necessary.Example lpr job submissionsThis section provides three examples of jobs submitted via lpr.• This job prints the xyz.lm file using lpr_default.pfl of the default_user if a profileexists; otherwise it uses xvtprinter.pfl from the generic profile directory:lpr –P XVTPrinter xyz.lm• This job prints the xyz.lm file using lpr_default.pfl of the user johndoe if a profileexists; otherwise it uses xvtp3.pfl from the generic profile directory:lpr –P XVTP3 –T “user=johndoe printfile=xyz.lm” xyz.lm• This job prints the xyz.lm file using newjob.pfl of the user johndoe:lpr –P XVTPrinter –T “user=johndoe profile=newjob.pfl printfile=xyz.lm” xyz.lm