Hi,
I tried to zip 400 files using the below code. But only first some documents are zipping. Can you please tell me what the issue will be?
// Use fast compression
var options = New ArchiveSaveOptions
{
Encoding =…...fast compression var options = new ArchiveSaveOptions { Encoding...UTF8 }; using (var archive = new Archive()) { archive.CreateEntries(folderPath);...