Boris
05/06/2025, 11:47 PMn/render
module but I can't find what function I should use. Maybe render.transaction()
?Anthony OConnor
05/07/2025, 12:28 AMrender.create
you have a TemplateRenderer object so the methods you want to use to actually render it will appear under that section....
renderAsPdf()
renderPdfToResponse()
and others depending on you actual use caseAnthony OConnor
05/07/2025, 12:29 AM