Hi,
how to print directly to printer?
I have set p_print_enabled to true in parameters and configuration file, but I suppose that problem is in not knowing default printer name on client.
If that is the reason, how to obtain this information in Apex or JRI?
xlib_jasperreports.show_report (
p_rep_name => apex_util.url_encode('somereport'),
p_data_source => apex_util.url_encode('default'),
p_print_is_enabled => true,
p_print_printer_name => ''
p_print_duplex => true
);
I am using:
APEX 20.1.0.00.13
JRI 2.6.2-6.15.0
Tomcat 9.0
- replies 11
- views 3K
- likes 1
- and more ...