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.

Saving Jasper Report output #62

#1

Dear All,

How to save Jasper Report output(pdf) directly to Database without showing the output to user.

  • replies 1
  • views 127
  • likes 0
#2

Sure,

simply use the function get_report() instead of show_report(). It will return a blob which you can simply insert into the database.

Best,
~Dietmar.