Dear
How can i merge 2 .tiff or othere files into a single File
i tried by opening the two files in binary format. i can create new file only with the first but not second file is appended.
Regards
nagarjuna
Printable View
Dear
How can i merge 2 .tiff or othere files into a single File
i tried by opening the two files in binary format. i can create new file only with the first but not second file is appended.
Regards
nagarjuna
You need to know the file format to be able to combine most file types, and Tiff is certainly one of them.
You will probably need to understand what sections are in the file, and have a good understanding of the header info too. I haven't tried tiff's myself, but you may get some joy at www.wotsit.org (they have good descriptions of many file formats).
Are you trying to do this from a VB6 app or an Office app's VBA or ???
I want to do this in VB 6.0
How Is it possible to merge two .tiff files or image files
using VB6.0 Can any one help this
Regards
nagarjuna
If you have the Full version of Acrobat then you can add a reference and open one file and then add the second one to it. Check out Adobe's site for the SDKs needed to assistyou in doing this. :)
Moved from Office Development.
What is the necessity of the Acrobat
i want to merge the two tiff file using VB Code
If you really want to write the full code yourself, go to the link I posted and try to work it out... if that is too complicated for you (I probably wouldn't bother doing it myself) you will need to use code that someone has made available, as RobDog suggested.
How can i merge the files in imgEdit Control.
or any other solution in doing this.
can any one help me, through VB Code
Regards
nagarjuna