1832671 Members
2846 Online
110043 Solutions
New Discussion

printing from Apps 11i

 
hzabin
Occasional Advisor

printing from Apps 11i

dear all

i want to give some information about
who i can modify at printer argument in oracle apps 11i sys.
the purpose is to add mulit option at the argument

this is the argument at apps
"cat $PROFILES$.FILENAME|/opt/Acrobat5/bin/acroread -toPostScript -shrink|lp -oBSDh -c -d$PROFILES$.PRINTER -n$PROFILES$.CONC_COPIES "
so
we modify it to
"cat $PROFILES$.FILENAME|/opt/Acrobat5/bin/acroread -toPostScript -shrink|lp -odouble -c -d$PROFILES$.PRINTER -n$PROFILES$.CONC_COPIES "

also
i want to add other option at the this argument
as you see
"cat $PROFILES$.FILENAME|/opt/Acrobat5/bin/acroread -toPostScript -shrink|lp -odouble -o nbr -c -d$PROFILES$.PRINTER -n$PROFILES$.CONC_COPIES "

is that correct

thanks
hani