Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 5,654 for

signature

(0.06 sec)
  1. Node.js ve C++ kullanarak çalışma sayfasına İmz...

    Bu makale, Aspose.Cells for Node.js via C++ kullanarak Node.js kodu ile çalışma sayfasına imza çizgisi eklemeyi açıklar....pfx" ); const signature = new AsposeCells . DigitalSignature..., "test Microsoft Office signature line" , new Date ()); const...

    docs.aspose.com/cells/tr/nodejs-cpp/add-signatu...
  2. إضافة خط توقيع إلى ورقة العمل باستخدام C++|Docu...

    تصف هذه المقالة كيفية إضافة خط توقيع إلى ورقة العمل باستخدام رموز C++ باستخدام Aspose.Cells for C++....tm_sec , 0 }; DigitalSignature signature ( certificatePath , password...u "test Microsoft Office signature line" , currentDate ); DigitalSignatureColl...

    docs.aspose.com/cells/ar/cpp/add-signature-line/
  3. 아카이브

    아카이브...DigitalSignature 개체 만들기 DigitalSignature signature = new DigitalSignature("testsignature1..."testpass1"); // 댓글 새 디지털 서명 signature.setComments("Aspose.Slides...

    blog.aspose.com/ko/slides/protect-powerpoint-pr...
  4. DigitalSignature Class | Aspose.Words per .NET

    Scopri la classe Aspose.Words.DigitalSignatures.DigitalSignature per la firma e la verifica sicura dei documenti. Migliora la sicurezza dei tuoi documenti senza sforzo!...foreach ( DigitalSignature signature in doc . DigitalSignatures...Console . WriteLine ( $"{(signature.IsValid ? " Valid " : " Invalid...

    reference.aspose.com/words/it/net/aspose.words....
  5. Signaturzeile zum Arbeitsblatt mit Node.js über...

    Dieser Artikel beschreibt, wie man mit Node.js Code und Aspose.Cells for Node.js via C++ eine Signaturzeile zum Arbeitsblatt hinzufügt....pfx" ); const signature = new AsposeCells . DigitalSignature..., "test Microsoft Office signature line" , new Date ()); const...

    docs.aspose.com/cells/de/nodejs-cpp/add-signatu...
  6. Soporte para firma XAdES con Node.js a través d...

    Este artículo describe el soporte para la firma XAdES usando Node.js a través de C++ con Aspose.Cells....pfx" ); const signature = new AsposeCells . DigitalSignature..."testXAdES" , new Date ()); signature . setXAdESType ( AsposeCells...

    docs.aspose.com/cells/es/nodejs-cpp/support-for...
  7. 档案

    档案...{ using (PdfFileSignature signature = new PdfFileSignature(pdfDocument))...100, 200, 100); // 设置签名外观 signature.SignatureAppearance = @"aspose-logo...

    blog.aspose.com/zh/pdf/digitally-sign-pdf-docum...
  8. Lưu trữ

    Lưu trữ...{ using (PdfFileSignature signature = new PdfFileSignature(pdfDocument))...100); // Đặt giao diện chữ ký signature.SignatureAppearance = @"aspose-logo...

    blog.aspose.com/vi/pdf/digitally-sign-pdf-docum...
  9. Procurar

    Procurar...com assinatura using (Image signature = Image.Load("sample.psd"))...DrawImage(signature, new Point(canvas.Height - signature.Height...

    blog.aspose.com/pt/psd/sign-image-csharp/
  10. Archiv

    Archiv...obsahující grafiku podpisu Image signature = Image.load("sample.psd");...drawImage(signature, new Point(canvas.getHeight() - signature.getHeight()...

    blog.aspose.com/cs/psd/sign-image-java/