I've been trying to explore jsreport-core. I've been using jsreport-handlebars with chrome-pdf recipe for generating pdfs. What I'd appreciate help in figuring out is how to use jsreport-fs-store or mongodb-store to save the generated reports in file system or in Mongo with a custom name for each report. All examples somehow just focus only on retrieving templates.
Is there any example for such usage?
Thank