Results 1 to 9 of 9

Thread: Merge two .tiff files to single file

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2005
    Posts
    29

    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

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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).

  3. #3
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  4. #4

    Thread Starter
    Junior Member
    Join Date
    Nov 2005
    Posts
    29

    Re: Merge two .tiff files to single file

    I want to do this in VB 6.0

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Nov 2005
    Posts
    29

    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

  6. #6
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Nov 2005
    Posts
    29

    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

  8. #8
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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.

  9. #9

    Thread Starter
    Junior Member
    Join Date
    Nov 2005
    Posts
    29

    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
  •  



Click Here to Expand Forum to Full Width