Merge PDF-Documents

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 (2026). Merge PDF-Documents (https://ww2.mathworks.cn/matlabcentral/fileexchange/89127-merge-pdf-documents), MATLAB Central File Exchange. 检索时间: .

致谢

启发作品: pdfmerge

标签

添加标签

Add the first tag.

一般信息

MATLAB 版本兼容性

  • 与 R2018b 及更高版本兼容

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.3

Packages as toolbox

1.0.2

Updates title

1.0.1

Fixes typo

1.0.0