Function to merge multiple PDF files into a single MwFile
An array of MwFile objects
An MwFile file object with all the PDF files merged into a single file
const mwFiles = [file1, file2, file3];const mergedFile = await mergePdfs(mwFiles); Copy
const mwFiles = [file1, file2, file3];const mergedFile = await mergePdfs(mwFiles);
Function to merge multiple PDF files into a single MwFile