I am currently developing a web application using Angular 9. I am looking to incorporate a feature that will enable the conversion of multiple Tiff images into a single PDF or window.URL.createObjectURL(blob) of pdf.
let images = ["http://netghost.narod.ru/gff/sample/images/tiff/ccitt_1.tif",
http://netghost.narod.ru/gff/sample/images/tiff/ccitt_2.tif];
I aim to achieve something similar to this using tiff image files.