BI Publisher (MOSC)

MOSC Banner

Bursting to a printer

edited Jul 27, 2012 2:24AM in BI Publisher (MOSC) 3 commentsAnswered
 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"/>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center