Command line parameter /merge

We need to be able to take multiple file types such as png, jpeg, pdf, and compile them into 1 tiff. Another words, I would give it a list of files, and it will create 1 tiff for me. I’m a developer and I’d be probably doing this within an azure function. Please let me know your thoughts.

You can use the command line:

/merge – allows to merge files from the files list (/list parameters) and save as new file (/output parameter)

(e.g. advtiffeditor.exe  /merge /list=”c:\myfiles.txt” /output=”c:\mynewfile.tif”

Available programs with this feature:

Leave a Reply