Rank: Newbie Groups: Member
Joined: 6/20/2013 Posts: 6
|
I have been able to use the merge function to combine 2 pdf files like so:
doc = PdfDocument.Merge(doc, dossier);
But, I need to merge my pdf file with a zip file that contains multiple pdf documents.
Any idea how I can do this?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
You will need to write code to unzip the zip file to get the PDF files first.
Thanks!
|