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:
- Advanced TIFF Editor Plus (free download, home page);
- Advanced TIFF Editor (free download, home page);