Merge PDF-Documents

版本 1.0.3 (7.7 KB) 作者: Benjamin Großmann
Merges multiple pdf documents into one pdf document
1.5K 次下载
更新时间 2021/3/22

查看许可证

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!
版本 已发布 发行说明
1.0.3

Packages as toolbox

1.0.2

Updates title

1.0.1

Fixes typo

1.0.0