Merge PDF-Documents

Merges multiple pdf documents into one pdf document

You are now following this Submission

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);

Cite As

Benjamin Großmann (2026). Merge PDF-Documents (https://www.mathworks.com/matlabcentral/fileexchange/89127-merge-pdf-documents), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired: pdfmerge

Tags

Add Tags

Add the first tag.

General Information

MATLAB Release Compatibility

  • Compatible with R2018b and later releases

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.3

Packages as toolbox

1.0.2

Updates title

1.0.1

Fixes typo

1.0.0