Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 5,327 for

sign document

(2.07 sec)
  1. SignOptions.signatureLineImage property | Aspos...

    SignOptions.SignatureLineImage property. The image that will be shown in associated [SignatureLine](../../../aspose.words.drawing/Signatureline/)...signature line to a document, and then sign it using a digital...digital certificate. test ( 'Sign' , () => { let signeeName = "Ron Williams"...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Restrict Document Editing in C++|Aspose.Words f...

    Restrict editing a Document by setting a restriction type using C++. You can also remove protection and make unrestricted editable regions....Ask AI Restrict Document Editing Contents [ Hide ] Sometimes...limit the ability to edit a document and only allow certain actions...

    docs.aspose.com/words/cpp/restrict-document-edi...
  3. DigitalSignature.SubjectName | Aspose.Words for...

    Discover the DigitalSignature SubjectName property, which reveals the certificate's subject distinguished name, enhancing Document authenticity and security....certificate that was used to sign the document. public string SubjectName...} Examples Shows how to sign documents with X.509 certificates...

    reference.aspose.com/words/net/aspose.words.dig...
  4. DigitalSignature.certificate_holder property | ...

    DigitalSignature.certificate_holder property. Returns the certificate holder object that contains the certificate was used to Sign the Document....certificate was used to sign the document. @property def certificate_holder... Examples Shows how to sign documents with X.509 certificates...

    reference.aspose.com/words/python-net/aspose.wo...
  5. DigitalSignatureCollection.Count | Aspose.Words...

    Discover the DigitalSignatureCollection Count property, efficiently retrieve the total number of elements, enhancing your digital Signature management....} Examples Shows how to sign documents with X.509 certificates...certificates. // Verify that a document is not signed. Assert . That ( FileFormatUtil...

    reference.aspose.com/words/net/aspose.words.dig...
  6. DigitalSignature.IssuerName | Aspose.Words for ...

    Discover the DigitalSignature IssuerName property, providing the issuer's distinguished name for enhanced security and trust in your digital certificates....} Examples Shows how to sign documents with X.509 certificates...certificates. // Verify that a document is not signed. Assert . That ( FileFormatUtil...

    reference.aspose.com/words/net/aspose.words.dig...
  7. DigitalSignatureCollection.count property | Asp...

    DigitalSignatureCollection.count property. Gets the number of elements contained in the collection.... Examples Shows how to sign documents with X.509 certificates...certificates. # Verify that a document is not signed. self . assertFalse...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DigitalSignature.issuer_name property | Aspose....

    DigitalSignature.issuer_name property. Returns the subject distinguished name of the certificate isuuer.... Examples Shows how to sign documents with X.509 certificates...certificates. # Verify that a document is not signed. self . assertFalse...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PdfDigitalSignatureDetails.certificateHolder pr...

    PdfDigitalSignatureDetails.certificateHolder property. Returns the certificate holder object that contains the certificate was used to Sign the Document....certificate was used to sign the document. get certificateHolder...Examples Shows how to sign a generated PDF document. let doc = new aw...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 在 PDF 文件中添加签名|Aspose.PDF for .NET

    本节解释如何使用 PdfFileSignature 类向 PDF 文件添加签名。...一旦创建了特定签名类型的对象,您可以使用 PdfFileSignature 类的 Sign 方法对 PDF 进行签名,并将特定签名对象传递给该类。...AddPdfFileSignature () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/zh/net/add-signature-in-pdf/