tmwac

tmwac ·

daust/JasperReportsIntegration

Direct printing from JRI/Apex without showing the PDF in browser?

Hi,

we've set up JRI for evaluation.
Showing Jasper reports from Apex and sending Jasper reports to printers (direct printing) works.
But if we call

xlib_jasperreports.show_report(
p_rep_name => apex_util.url_encode('my_report'),
p_rep_format => apex...