Merge PDF-Documents
版本 1.0.3 (7.7 KB) 作者:
Benjamin Großmann
Merges multiple pdf documents into one pdf document
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 (2024). Merge PDF-Documents (https://www.mathworks.com/matlabcentral/fileexchange/89127-merge-pdf-documents), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2020b
与 R2018b 及更高版本兼容
平台兼容性
Windows macOS Linux标签
致谢
启发作品: pdfmerge
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!