To create a Tiff file with multiple images or append an image to a existing TIFF file, all you have to do is to open the TIFF file with the append option. OpenTiffFile("test.tiff", T_APPEND); The Document Imaging SDK will append the image to the file. There is no limit to the number of images per file