Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 4,757 for

sign document

(0.03 sec)
  1. Work with Digital Signatures in C#|Aspose.Words...

    Digitally Sign Documents and detect, count, verify, and remove existing digital Signatures using C#....electronic signatures to sign documents and authenticate the signer...that a document has not been modified since it was signed. Each...

    docs.aspose.com/words/net/working-with-digital-...
  2. Work with Digital Signatures in C++|Aspose.Word...

    Digitally Sign Documents and detect, count, verify, and remove existing digital Signatures....electronic signatures to sign documents and authenticate the signer...that a document has not been modified since it was signed. Each...

    docs.aspose.com/words/cpp/working-with-digital-...
  3. SignatureLine.is_signed property | Aspose.Words...

    SignatureLine.is_Signed property. Indicates that Signature line is Signed by digital Signature....is_signed property SignatureLine.is_signed property Indicates...line is signed by digital signature. @property def is_signed ( self...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Boost productivity with high-performance docume...

    Use native API for Word Document processing: Python, Java, .NET, C#, C++, Node.js....efficient, native APIs for Word document processing Leverage the power... Node.js to process Word documents on any operating system Easily...

    products.aspose.com/words/family/
  5. Aspose::Words::SignatureLineOptions::get_AllowC...

    Aspose::Words::SignatureLineOptions::get_AllowComments method. Gets or sets a value indicating that the Signer can add comments in the Sign dialog. Default value for this property is false in C++....signer can add comments in the Sign dialog. Default value for this...Examples Shows how to sign a document with a personal certificate...

    reference.aspose.com/words/cpp/aspose.words/sig...
  6. SignOptions.signatureLineId property | Aspose.W...

    SignOptions.SignatureLineId property. Signature line identifier...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...
  7. 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...
  8. How to Add Signature in Word using C#

    This tutorial briefs on how to add Signature in Word using C#. It provides configuration details, program flow and a runnable sample code to Sign Word Documents using C#....that uses the source Word document, a PKCS12 store and its password...of properties before signing the document that is visible to the...

    kb.aspose.com/words/net/how-to-add-signature-in...
  9. 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...
  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/