Account
I am a
Developer
Product(s)
Earned badges
Achievement: Latest Unlocked
Preferences
Replies
Topics Started
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
Wednesday, May 25, 2016 at 05:29amActually, 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
Wednesday, May 25, 2016 at 07:32am1. 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
Monday, May 30, 2016 at 01:09amCould 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
Tuesday, May 31, 2016 at 05:15amHi, 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".
Reply to: Document Locked
Wednesday, June 15, 2016 at 10:06pmThank you Haris. This is working.
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 2 months ago | 103 | ![]() |
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 5 months ago | 135 | ![]() ![]() |
Team,
Trying to form iframe url for sender in the package. When i open the url, seeing an error unauthorized access.
|
1 | 5 years 7 months ago | 24 | ![]() |
Hello,
When we are trying to access the document added to the package seeing 'An error occurred' message.
|
9 | 6 years 1 month ago | 13 | ![]() |
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 2 months ago | 19 | ![]() |
Subscriptions Release Notes
This user is not subscribed to any release notes.