Can printer parameter (Sides) defined in bursting control file be passed to IPP?
Hi, Experts
My customer is using EBS 12.2 and he wants to burst the report to IPP for printer.
He has defined the following and tested it is working.
<xapi:print id="print1" printer="ipp://192.168.44.23:631/printers/br10l10" copies="1" >
Now he wants duplex printing and he ask how to define the bursting control file.
I did some researching and as per the following document,
https://docs.oracle.com/cd/E28280_01/bi.1111/e22258/add_burst_def.htm#BIPDM350
i think the following should be working.
<xapi:print id="print1" printer="ipp://192.168.44.23:631/printers/br10l10" copies="1" Sides="d_double_sided_l">
But i found the SR below which mentioned that "Unfortunately we have not way at this time to pass printer parameter such duplex printing from bursting."