How the pdf could be stored in memory; What I do not want to do is the following:
File newPdf = new File("/var/reports/genera01.pdf")
Basically I do not want to occupy space on the disk since after I get the PDF I want to print it with PrintJob
, the pdf I will generate it from a jasper Reports.