This function uses the apache pdfbox (included in Matlab) to merge multiple pdf files into one document.
Usage:
inputFiles = {'foo.pdf', 'bar.pdf};
outputFileName = 'foobar.pdf';
mergePdfs(inputFiles, outputFileName);
引用格式
Benjamin Großmann (2026). Merge PDF-Documents (https://ww2.mathworks.cn/matlabcentral/fileexchange/89127-merge-pdf-documents), MATLAB Central File Exchange. 检索时间: .
致谢
启发作品: pdfmerge
