Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 5,401 for

sign document

(0.25 sec)
  1. Add and Verify PDF Digital Signature using CLI ...

    Сreate electronic Signature in PDF Documents programmatically with CLI sample code using Aspose.PDF for Aspose.PDF CLI...cpp-cli Tool In order to add sign in PDF file, we’ll use Aspose...perform on the PDF Add Digitally Sign to PDF using CLI You need Aspose...

    products.aspose.com/pdf/cpp-cli/signature/
  2. SignatureLineOptions.Instructions | Aspose.Word...

    Discover how to customize SignatureLineOptions with clear instructions for Signers, enhancing the Signing experience. Easy setup with default settings....signer that are displayed on signing the signature line. Default...Examples Shows how to sign a document with a personal certificate...

    reference.aspose.com/words/net/aspose.words/sig...
  3. DigitalSignatureCollection.Item | Aspose.Words ...

    Retrieve Document Signatures easily with DigitalSignatureCollection. Access Signatures by index for streamlined Document management and enhanced efficiency....DigitalSignatureColl indexer Gets a document signature at the specified... Examples Shows how to sign documents with X.509 certificates...

    reference.aspose.com/words/net/aspose.words.dig...
  4. 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...
  5. 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...
  6. 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...
  7. SignatureLineOptions.signerTitle property | Asp...

    SignatureLineOptions.SignerTitle property. Gets or sets suggested Signer's title...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. SignatureLineOptions.show_date property | Aspos...

    SignatureLineOptions.show_date property. Gets or sets a value indicating that Sign date is shown in the Signature line...sets a value indicating that sign date is shown in the signature...Examples Shows how to sign a document with a personal certificate...

    reference.aspose.com/words/python-net/aspose.wo...
  9. SignatureLineOptions.allow_comments property | ...

    SignatureLineOptions.allow_comments property. Gets or sets a value indicating that the Signer can add comments in the Sign dialog...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/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/