Hi @zzangkim89,
You can zip a folder of pdf’s by using Invoke Method activity with
- TargetType —>
System.IO.Compression.ZipFile
- MethodName —>
CreateFomDirectory
- create 2 parameters (In direction String) in parameter collection 1st with folderpath (pdf folder), 2nd with expected zip path with
.zip
extension.