Currently examples from the Grails rendering plugin documentation shows this:
pdfRenderingService.render(template: "/pdfs/report", model: [data: data])
The problem is that the html template I need to render to pdf
is in a database. Is it possible to use a url (or maybe an html string) as a source of the template?