It seems to be a simple question, but is it possible to store the output of a JasperReport directly in a database table, without any other steps in between? As far as I know, Jasper produces an output (e.g. PDF) which I can download and/or show in the browser. To store it into the database I need an extra step to transfer the PDF from the file system to a database table. The reason for that request is, that I must generate and persist a receipt for a transaction.
My programming environment is:
- Oracle APEX
- Oracle Database 11.0.2
- Apache Tomcat
Any ideas? Thanks!