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

sign document

(0.29 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. Aspose::Words::SignatureLineOptions::get_ShowDa...

    Aspose::Words::SignatureLineOptions::get_ShowDate method. Gets or sets a value indicating that Sign date is shown in the Signature line. Default value for this property is true in C++....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/cpp/aspose.words/sig...
  3. Aspose::Words::Drawing::SignatureLine::get_IsSi...

    Aspose::Words::Drawing::SignatureLine::get_IsSigned method. Indicates that Signature line is Signed by digital Signature in C++....Indicates that signature line is signed by digital signature. bool...Examples Shows how to sign a document with a personal certificate...

    reference.aspose.com/words/cpp/aspose.words.dra...
  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. SignatureLineOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.SignatureLineOptions to customize Signature lines in your Documents easily. Enhance your DocumentBuilder experience today!...with Digital Signatures documentation article. public class SignatureLineOptions...signer can add comments in the Sign dialog. Default value for this...

    reference.aspose.com/words/net/aspose.words/sig...
  6. SignOptions.ProviderId | Aspose.Words for .NET

    Discover the SignOptions ProviderId property, defining your Signature provider's class ID. Easily customize with a unique GUID for optimal performance....should be obtained from the documentation shipped with the provider...Examples Shows how to sign a document with a personal certificate...

    reference.aspose.com/words/net/aspose.words.dig...
  7. SignatureLine.ShowDate | Aspose.Words for .NET

    Discover the SignatureLine ShowDate property, enabling or disabling Sign date visibility in your Signature line for enhanced Document clarity. Default is true....sets a value indicating that sign date is shown in the signature...insert it into a document. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  8. 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...
  9. 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...
  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/