dellos

Results 3 issues of dellos

the Error was ![image](https://user-images.githubusercontent.com/5093271/178892863-33b2c5a4-57ea-4f67-bfa0-7de44ab0242b.png) ![image](https://user-images.githubusercontent.com/5093271/178893044-60641159-0453-4883-9920-4ae62f3416ef.png) PdfDocument newPdf = new PdfDocument(); foreach (string pdf in pdfFilePaths) { PdfDocument importPdf = PdfReader.Open(pdf, PdfDocumentOpenMode.Import); //this line will raise error foreach (var pdfPage in...

``` var validationFailures = license.Validate() .ExpirationDate(systemDateTime: DateTime.Now) .When(lic => lic.Type == LicenseType.Trial) .And() .Signature(publicKey) .AssertValidLicense(); ``` if somehow cracker knows I was using this lib then he watches the real...

Hi, I got "Too Long Path" error after pull source code from git and exact zip file. can we fix that file name path on source code ? I try...