I need to write an application that reads images from a database, adds barcodes to them, and writes them to a multipage tiff file.
My application can read the images from the database and use ASPOSE to add the barcodes. But, does it provide any tools to write to multipage tiff files? I saw the demo that wrote barcodes to a multipage tiff. But, it looked like it only wrote the barcodes. I need to write images of complete forms to each page of the tiff file.
Thanks,
Mike
mike7768:
My application can read the images from the database and use ASPOSE to add the barcodes.
Hi Mike,
If you can read the images and add barcodes to these images, you can write these to multipage tiff files using some code from the demo.
CreateMultiPageTiffFile() method requires an array of MemoryStream. If you can load all the images in the array of streams, it can create multipage tiff according the array size.
Aspose.BarCode can save barcodes as separate images and currently have no methods to append in existing tiff or other image files.