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_util.url_encode('pdf'),
p_data_source => apex_util.url_encode('my_data_source'),
p_print_is_enabled => true,
p_print_printer_name => 'my_print_queue',
p_print_duplex => true
);
the report is sent to my_print_queue and the PDF is opened in browser.
How can we just send to print_queue without showing the PDF in browser.
We are using:
Apex 22.1.3
JRI 2.8.1
Tomcat 9.0
Many thanks,
Tobi
- solved #2
- replies 3
- views 1.3K
- likes 1