Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 6,592 for

signing

(0.36 sec)
  1. LoadOptions.password property | Aspose.Words fo...

    LoadOptions.password property. Gets or sets the password for opening an encrypted document... Examples Shows how to sign encrypted document file. //...filename for its new digitally signed copy. string inputFileName...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Validation if a document is PDF/A and singed? -...

    Hello, we have an issue. We would like to check whether a PDF is digitally signed and whether it is in PDF/A format. Does Aspose support this kind of check? We are using Aspose version 25.4. Thanks in advance!...whether a PDF is digitally signed and whether it is in PDF/A...Document(OutputFolder + "myfile_signed.pdf")) { foreach (var field...

    forum.aspose.com/t/validation-if-a-document-is-...
  3. PDFファイルに署名を追加|Aspose.PDF for .NET

    このセクションでは、PdfFileSignatureクラスを使用してPDFファイルに署名を追加する方法を説明します。...特定の署名タイプのオブジェクトが作成されると、 PdfFileSignature クラスの Sign メソッドを使用してPDFに署名し、このクラスに特定の署...// PKCS#1 pdFileSignature . Sign ( 1 , "I'm document author"...

    docs.aspose.com/pdf/ja/net/add-signature-in-pdf/
  4. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital signature in VBA code using Aspose.Cells with C++....VBA code project is validly signed std :: cout << "Is VBA Code...Code Project Valid Signed: " << ( workbook . GetVbaProject (). IsValidSigned...

    docs.aspose.com/cells/cpp/check-if-digital-sign...
  5. Verifique si el Código VBA está firmado|Documen...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....is_signed para verificar si el proyecto...propiedad Workbook.vba_project.is_signed . Puedes usar cualquiera de...

    docs.aspose.com/cells/es/python-net/check-if-vb...
  6. Aspose::Words::Saving::HtmlSaveOptions::get_Rep...

    Aspose::Words::Saving::HtmlSaveOptions::get_ReplaceBackslashWithYenSign method. Specifies whether backslash characters should be replaced with yen signs. Default value is false in C++....should be replaced with yen signs. Default value is false . bool...backslash characters with yen signs (Html). auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. CertificateHolder.certificate property | Aspose...

    CertificateHolder.certificate property. Returns the instance of X509Certificate2 which holds private, public keys and certificate chain....Document ( MY_DIR + 'Digitally signed.docx' ) for signature in doc...print ( f ' \t Sign time: \t { signature . sign_time } ' ) # System...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Travailler avec la signature dans un fichier PD...

    Cette section explique comment extraire des informations de signature, extraire une image de la signature, changer de langue, etc. en utilisant la classe PdfFileSignature.... BindPdf ( dataDir + "signed_rsa.pdf" ); // Get list of...L’implémentation de la méthode Sign permet de signer le PDF et de...

    docs.aspose.com/pdf/fr/net/working-with-signatu...
  9. FileFormatInfo Class | Aspose.Words for .NET

    Discover the Aspose.Words.FileFormatInfo class for efficient document format detection. Access detailed data to enhance your file management solutions....a document is not digitally signed. FileFormatInfo info = FileFormatUtil...Now }; DigitalSignatureUtil . Sign ( MyDir + "Document.docx" ,...

    reference.aspose.com/words/net/aspose.words/fil...
  10. FileFormatInfo class | Aspose.Words for Node.js

    Aspose.Words.FileFormatInfo class. Contains data returned by [FileFormatUtil](../fileformatutil/) document format detection methods... sign ( base . myDir + "Document.docx"...a document is not digitally signed. let info = aw . FileFormatUtil...

    reference.aspose.com/words/nodejs-net/aspose.wo...