FYI: I’m fairly new at working with Aspose products.
I’m running into an issue trying to perform a merge operation on a List of PDF documents in a Node.js application. The API call is simply:
pdfApi.putMergeDocuments('…...perform a merge operation on a list of PDF documents in a Node.js...putMergeDocuments('destfile.pdf', { list: ['file1.pdf', 'file2.pdf']}...