Results 1 to 3 of 3

Thread: [2005] Merge Multiple Files Into One

  1. #1

    Thread Starter
    Fanatic Member Jumpercables's Avatar
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    592

    [2005] Merge Multiple Files Into One

    I'm looking for a way programmatically to merge several individual files (mainly PDF) into a single individual file.

    I have done some web searchs and have found several software utilities that perform this action but I want to create my own.

    Any idea's on where to start?

    C# - .NET 1.1 / .NET 2.0

    "Take everything I say with a grain of salt, sometimes I'm right, sometimes I'm wrong but in the end we've both learned something."
    _____________________
    Regular Expressions Library
    Connection String
    API Functions
    Database FAQ & Tutorial

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: [2005] Merge Multiple Files Into One

    Do you know the binary format of a PDF file? If not then you need to first find a third-party component that does. Once you've done that, you need to read the documentation for that component to see how to use it.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: [2005] Merge Multiple Files Into One

    Take a look at the thread in the code bank. It uses the free iTextSharp library.

    http://www.vbforums.com/showthread.p...ght=itextsharp

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