Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 5,304 for

sign document

(0.15 sec)
  1. Add Cell Formulas|Documentation

    This article introduces how to add formula in cell in GridWeb....formulas must begin with an equal sign (=). To add a formula dynamically...formula even if you don’t use an = sign, but if end users are working...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  2. Check if VBA Code is Signed|Documentation

    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....Ask AI Check if VBA Code is Signed Contents [ Hide ] Aspose.Cells...whether a VBA code project is signed. Please use the Workbook.VbaProject...

    docs.aspose.com/cells/net/check-if-vba-code-is-...
  3. Aspose::Words::Saving::DigitalSignatureDetails:...

    Aspose::Words::Saving::DigitalSignatureDetails::DigitalSignatureDetails constructor. Initializes a new instance of DigitalSignatureDetails class in C++....use for signing a document. Examples Shows how to sign OOXML document...document. auto doc = System :: MakeObject < Aspose :: Words ::...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. Aspose::Words::DigitalSignatures::DigitalSignat...

    Aspose::Words::DigitalSignatures::DigitalSignature::get_IsValid method. Returns true if this digital Signature is valid and the Document has not been tampered with in C++....signature is valid and the document has not been tampered with...about each signature in a document. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dig...
  5. Convert WORD To PNG C#

    Convert a Word Document to PNG format in C# code. Save a Word Document as PNG using C#....converting Word to PNG Use our document conversion API to develop...Word, PNG, and many other document formats using C#, F#, VB.NET...

    products.aspose.com/words/net/conversion/word-t...
  6. Several WORD Into HTML C++

    Merge multiple a Word Document into HTML in C++ code. Save a Word Document as HTML using C++....example that iterates through documents and converts them to HTML:...auto output = MakeObject <Document>(); // Remove all content...

    products.aspose.com/words/cpp/merge/word-to-html/
  7. Several HTML Into DOC C++

    Merge multiple HTML into DOC in C++ code. Save HTML as DOC using C++....example that iterates through documents and converts them to DOC:...auto output = MakeObject <Document>(); // Remove all content...

    products.aspose.com/words/cpp/merge/html-to-doc/
  8. Several HTML Into PDF C++

    Merge multiple HTML into PDF in C++ code. Save HTML as PDF using C++....example that iterates through documents and converts them to PDF:...auto output = MakeObject <Document>(); // Remove all content...

    products.aspose.com/words/cpp/merge/html-to-pdf/
  9. Several HTML Into MARKDOWN C++

    Merge multiple HTML into MARKDOWN in C++ code. Save HTML as MARKDOWN using C++....example that iterates through documents and converts them to Markdown:...auto output = MakeObject <Document>(); // Remove all content...

    products.aspose.com/words/cpp/merge/html-to-mar...
  10. Several WORD Into XPS C++

    Merge multiple a Word Document into XPS in C++ code. Save a Word Document as XPS using C++....example that iterates through documents and converts them to XPS:...auto output = MakeObject <Document>(); // Remove all content...

    products.aspose.com/words/cpp/merge/word-to-xps/