Merge PDF-Documents
Versión 1.0.3 (7,72 KB) por
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);
Citar como
Benjamin Großmann (2025). Merge PDF-Documents (https://www.mathworks.com/matlabcentral/fileexchange/89127-merge-pdf-documents), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2020b
Compatible con cualquier versión desde R2018b
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Agradecimientos
Inspiración para: pdfmerge
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.