Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hello, Is there a way to find the document in the package on which we received signer_complete or package_complete event? Thanks, Sushma
Team, Trying to form iframe url for sender in the package. When i open the url, seeing an error unauthorized access.
Hello, When we are trying to access the document added to the package seeing 'An error occurred' message.
Hello, Am receiving the below error on deleting a document. When does this error occur? "Exception":"Silanis.ESL.SDK.EslServerException: Could not delete document from package.
Hello, Is there a way to get 'enforceCaptureSignature' status of package? Whether it is set to true or false. Thanks, Sushma

Replies Created

Reply to: Document Locked

0 votes
Actually, I was trying to add those documents which are unsigned in one package to other package. For some details like FileName which is mandatory for uploading the document to package, I have build the document using DocumentBuilder and tried to upload, but am getting the exception. Is there a way to add unsigned documents of one package to other package?

Reply to: Document Locked

0 votes
1. Package id : NM1CvmaO1Spdxc0mXcZTvF0ftmI= 2. Document id trying to upload is: c30761b0-e9e4-4eb2-9fb9-846cc6249b0b 3. Code: var newPackageId = //creating new package var unsignedSilanisDocuments = //Retrieving unsigned packages from existing package given above foreach (var doc in unsignedDocuments) { doc.Content = _eslClient.DownloadOriginalDocument(new PackageId(oldPackageId), documentId); var document = DocumentBuilder.NewDocumentNamed(doc.Name) .WithId(doc.Id) .FromStream(new MemoryStream(doc.Content), DocumentType.PDF); var newDoc = document.Build(); doc.FileName = newDoc.FileName; } //Within other loop Adding unsinedSilanisDocuments to new Package _eslClient.UploadDocument(unsignedSilanisDocument, newPackageId);

Reply to: Document Locked

0 votes
Could you please elaborate PDF unlocker? Is this a general PDF unlocking or does silanis provide any method to unlock? I have tried unlocking using pdfsharp library, but am not successful(the encryption used is not available in pdfsharp library). Could you provide a way to unlock the document?

Reply to: Document Locked

0 votes
Hi, I tried all possible ways to get it unlocked, but i could see an exception "The PDF document is protected with an encryption not supported by PDFsharp".

Subscriptions

Topics Replies Freshness Views Users
Hello Team, Can we remove the signature that is captured @Package Level which we use to apply again on the further docs of that package.
19 5 years 7 months ago 114
Profile picture for user Duo_Liang
Hello, Is there a way to find the document in the package on which we received signer_complete or package_complete event? Thanks, Sushma
4 5 years 9 months ago 146
Profile picture for user Duo_Liang
Profile picture for user harishaidary
Team, Trying to form iframe url for sender in the package. When i open the url, seeing an error unauthorized access.
1 5 years 11 months ago 27
Profile picture for user mwilliams
Hello, When we are trying to access the document added to the package seeing 'An error occurred' message.
9 6 years 5 months ago 15
Profile picture for user harishaidary
Hello, Am receiving the below error on deleting a document. When does this error occur? "Exception":"Silanis.ESL.SDK.EslServerException: Could not delete document from package.
1 6 years 7 months ago 23
Profile picture for user harishaidary

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.