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 =…...ArchiveSaveOptions { Encoding = System.Text.Encoding.UTF8 }; using (var...