A
amitbarave
Hi! Is there a way to append/concatenate multiple powerpoint files
programmatically?
1. Open the target file in append mode
2. Open the 1st source ppt in read mode. Read byte by byte and copy to
the target
3. Open the next source ppt and copy the bytes over to the target.
4. Close the target when all files are copied
This would work for a plain txt file concatenation. For ppt, one needs
to understand the internals of ppt file format and headers. Any
pointers/suggestions? Please help!
programmatically?
1. Open the target file in append mode
2. Open the 1st source ppt in read mode. Read byte by byte and copy to
the target
3. Open the next source ppt and copy the bytes over to the target.
4. Close the target when all files are copied
This would work for a plain txt file concatenation. For ppt, one needs
to understand the internals of ppt file format and headers. Any
pointers/suggestions? Please help!