|
-
Nov 28th, 2005, 04:42 AM
#1
Thread Starter
Junior Member
Merge two .tiff files to single file
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
-
Nov 28th, 2005, 02:34 PM
#2
Re: Merge two .tiff files to single file
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).
-
Nov 28th, 2005, 03:28 PM
#3
Re: Merge two .tiff files to single file
Are you trying to do this from a VB6 app or an Office app's VBA or ???
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Nov 29th, 2005, 07:38 AM
#4
Thread Starter
Junior Member
Re: Merge two .tiff files to single file
I want to do this in VB 6.0
-
Dec 1st, 2005, 03:35 AM
#5
Thread Starter
Junior Member
Merge two .tiff files to single file
How Is it possible to merge two .tiff files or image files
using VB6.0 Can any one help this
Regards
nagarjuna
-
Dec 1st, 2005, 03:40 AM
#6
Re: Merge two .tiff files to single file
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.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Dec 2nd, 2005, 09:32 AM
#7
Thread Starter
Junior Member
Re: Merge two .tiff files to single file
What is the necessity of the Acrobat
i want to merge the two tiff file using VB Code
-
Dec 2nd, 2005, 02:26 PM
#8
Re: Merge two .tiff files to single file
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.
-
Dec 8th, 2005, 04:44 AM
#9
Thread Starter
Junior Member
Merge two .tiff files to single file
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|