Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 5,540 for

sign document

(0.44 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. SignOptions.XmlDsigLevel | Aspose.Words for .NET

    Discover the XmlDsigLevel property in SignOptions, defining digital Signature strength per XMLDSig standards. Ensure secure and reliable Signatures!... Examples Shows how to sign document based on XML-DSig standard...string inputFileName = MyDir + "Document.docx" ; string outputFileName...

    reference.aspose.com/words/net/aspose.words.dig...
  3. PdfSaveOptions.digitalSignatureDetails property...

    PdfSaveOptions.digitalSignatureDetails property. Gets or sets the details for Signing the output PDF Document....the details for signing the output PDF document. get digitalSignatureDeta...null and the output document will not be signed. When this property...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Extract Image and Signature Information|Aspose....

    You may extract images from the Signature field and extract Signature information using the SignatureField class with Java....supports the feature to digitally sign the PDF files using the SignatureField...SignatureField class and while signing the document, you can also set an...

    docs.aspose.com/pdf/java/extract-image-and-sign...
  5. PdfDigitalSignatureTimestampSettings.userName p...

    PdfDigitalSignatureTimestampSettings.userName property. Timestamp server user name....Examples Shows how to sign a saved PDF document digitally and timestamp...timestamp it. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. PdfDigitalSignatureTimestampSettings.timeout pr...

    PdfDigitalSignatureTimestampSettings.timeout property. Time-out value for accessing timestamp server....Examples Shows how to sign a saved PDF document digitally and timestamp...timestamp it. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DigitalSignature | Aspose.Words for Java

    Represents a digital Signature on a Document and the result of its verification in Java....Represents a digital signature on a document and the result of its verification...with Digital Signatures documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  8. DigitalSignatureDetails.sign_options property |...

    DigitalSignatureDetails.Sign_options property. Gets or sets a [DigitalSignatureDetails.Sign_options](./) object used to Sign a Document....sign_options property DigitalSignatureDeta.sign_options property...DigitalSignatureDeta.sign_options object used to sign a document. @property...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Working with Signature in PDF File|Aspose.PDF f...

    Discover how to manage digital Signatures in PDF Documents, including adding, removing, and verifying, using Aspose.PDF in Java....supports the feature to digitally sign PDF files using the PdfFileSignature...supports the feature to digitally sign the PDF files using the PdfFileSignature...

    docs.aspose.com/pdf/java/working-with-signature...
  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/