Search found 1 match
- 25 Mar 2014 00:40
- Forum: DOS Batch Forum
- Topic: Merge multiple pdf files in sub folder
- Replies: 9
- Views: 10727
Re: Merge multiple pdf files in sub folder
HI there For me ,i have googled a code for merge pdf files : public void CombineDocumentsToStream(Stream s, List<BaseDocument> docList) { PDFDocument.Combine(docList, s); } public void CombineDocumentAndSaveItToFile(List<BaseDocument> docList, String destFilePath) { PDFDocument.Combine(docList, des...