This activity takes a list of pdf files and merge them together from the first to the last and returns a single pdf containing all the files.
It is recommended to use locally saved files if the output file is large. If the output file is relatively small, instead, you can use IDmFiles.
The list of IDmFIles with all pdf files that you want to merge. You can't use this argument with PdfFilesPath. This argument must contain at least an item otherwise an exception will be thrown.
The list with all pdf files path that you want to merge. You can't use this argument with PdfDmFiles. This argument must contain at least an item otherwise an exception will be thrown.
The path where the you want to save the merged file.
The merged IDmFile.
Output type could be LocalFile (if you want to load the file with a local path) or IDmFile (if you want to use an IDmFile):