Compress PDF Files into ZIP Achieve using C# .NET

Hello,
Aspose.Zip version: 21.2.0
I am trying to zip “N” number of pdf files. I am using the exact code sample from:

However, only 10 pdf files are going into the output zip.
Thank you

@bdias,

It seems that the problem occurs because you are using “Aspose.ZIP for .NET” API in evaluation mode i.e. without applying a license. Please refer to the following section of documentation:

If you want to test ‘Aspose.ZIP for .NET’ without the evaluation version limitations, then you can also request a 30-day Temporary License. Please refer to How to get a Temporary License?

Thank you much. We have the full license, however I forgot to include the call to register Aspose.Zip license. Problem resolved.

Bevan

1 Like