Merge PDF-Documents
Version 1.0.3 (7.72 KB) by
Benjamin Großmann
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);
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 LinuxTags
Acknowledgements
Inspired: pdfmerge
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.