Merge PDF-Documents

Merges multiple pdf documents into one pdf document
1,5K Downloads
Aktualisiert 22 Mär 2021

Lizenz anzeigen

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

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2020b
Kompatibel mit R2018b und späteren Versionen
Plattform-Kompatibilität
Windows macOS Linux
Tags Tags hinzufügen
Quellenangaben

Inspiriert: pdfmerge

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.3

Packages as toolbox

1.0.2

Updates title

1.0.1

Fixes typo

1.0.0