Bursting to a printer
I am able to send a print job to the printer using this in the bursting control file.<xapi:print id="PRINT_DELIVERY" printer="http://xsl.abc.com/ipp" copies="1"/>
But it doesnt print bcoz I believe i need to change the pdf to ps for the printer to print, So I created a xdodelivery.cfg at $XDO_TOP and added this entry.
<server name="xslcisd2" type="ipp_printer" default="true">
<uri>ipp://http://xsl.abc.com/ipp</uri>
<fliter>pdftops {infile} {outfile}</filter>
</server>
And this entry in the bursting control file.
<xapi:print id="PRINT_DELIVERY" server-alias="xslcisd2" copies="1"/>
But it doesnt print bcoz I believe i need to change the pdf to ps for the printer to print, So I created a xdodelivery.cfg at $XDO_TOP and added this entry.
<server name="xslcisd2" type="ipp_printer" default="true">
<uri>ipp://http://xsl.abc.com/ipp</uri>
<fliter>pdftops {infile} {outfile}</filter>
</server>
And this entry in the bursting control file.
<xapi:print id="PRINT_DELIVERY" server-alias="xslcisd2" copies="1"/>
0