Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Enable client to send report directly to it's printer #69

#1

Hello. I've installed JRI for evaluation. I need to know if this requirement can be accomplished.
The user needs to send reports directly to their default printer without seeing a print preview dialog. That should happen when they click a button. That should happen to without knowing the printer's name(Just the default one).
The app will be hosted on the embedded Jetty web server that's in ORDS or on Tomcat.
Can this be done?

  • replies 1
  • views 256
  • likes 0
#2

Hi,

well, I guess not.

The way it works is that the printing is done from the application server, in your case on the machine hosting the ORDS or Tomcat server. This server will have a printer attached (either physically or through the network). JRI can only print to such a printer that is KNOWN to this machine.

Best, Dietmar.