You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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
General Information
- Version 1.0.3 (7.72 KB)
MATLAB Release Compatibility
- Compatible with R2018b and later releases
Platform Compatibility
- Windows
- macOS
- Linux
