I want to print terms and conditions on Back of odd pages in XML publisher report. I have made the changes in RTF and able to view the output but while printing I'm not getting the prints back to back. In printer setup inside Oracle Apps Printer-> Drivers I have below given string :
cat $PROFILES$.FILENAME | acroread -toPostScript -shrink | lp -c -d$PROFILES$.PRINTER -n$PROFILES$.CONC_COPIES -t"$PROFILES$.TITLE"
This is printing the output one by one .. need to get this printed in Duplex(Back to Back) mode.