[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?
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.
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