Does anyone know if it is possible to generate mul...
# advancedpdf
c
Does anyone know if it is possible to generate multiple customer statements into a single PDF using the N/render module? I am looking for behavior similar to the native "Print statements" page where it creates a singular document. I know how to do a single statement like this:
Copy code
var statement = render.statement({
  entityId: parseInt(customer),
  printMode: render.PrintMode.PDF,
  startDate: startDate,
  statementDate: statementDate
});
n
You need to use PDFSET Use the ask-stanley-ai chat about PDFSET I bet you find plenty people have discussed this (in fact only a couple weeks back as I recall).