tmwac

tmwac ·

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

Hi Tobi,

for a situation like this I would use the following code:

DECLARE
   l_blob        BLOB;
   l_mime_type   VARCHAR2 (100);
BEGIN  
   xlib_jasperreports.get_report (p_rep_name => apex_util.url_encode('my_report'),
          p_rep_format      ...

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

Hi Dietmar,

just tested your code.
It works perfectly for me.

Many thanks,
Tobi

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...

Joined GitQ

on