I created a process that downloads multiple vouche...
# general
d
I created a process that downloads multiple vouchers for a transaction and packages them into a ZIP file, generating a separate PDF for each record. For example, downloading four records produces four individual PDFs. I now need to merge these into a single PDF. This should work for both standard and custom transaction vouchers.
n
Take a look at <PDFSET> That's how you group PDFs in to a single PDF document.
Presuming you are doing this upfront in NetSuite.
d
Hey @NElliott, thanks for the suggestion. If you have any code references, could you please share them?