dellos
dellos
the Error was   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...