Merge PDF-Documents

Merges multiple pdf documents into one pdf document
1.4K Downloads
Updated 22 Mar 2021

View License

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 (2024). Merge PDF-Documents (https://www.mathworks.com/matlabcentral/fileexchange/89127-merge-pdf-documents), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2020b
Compatible with R2018b and later releases
Platform Compatibility
Windows macOS Linux
Tags Add Tags
Acknowledgements

Inspired: pdfmerge

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.3

Packages as toolbox

1.0.2

Updates title

1.0.1

Fixes typo

1.0.0