Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 4,767 for

sign document

(0.06 sec)
  1. Compress TIFF In C#

    Compress TIFF in C# without losing quality. Optimize TIFF content, reduce file size easily....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.tiff"); doc.Cleanup();...

    products.aspose.com/words/net/compress/tiff/
  2. 使用 C++ 添加和验证 PDF 数字签名 | Aspose.PDF

    简单的演示源代码,可在任何使用 C++ 语言的平台上添加验证 PDF 数字签名。...pdf" ; auto document = MakeObject < Document > ( inFile );...MakeObject < PdfFileSignature > ( document ); auto pkcs = MakeObject...

    products.aspose.com/pdf/zh-hans/cpp/signature/
  3. Compare WORD In C++

    Compare WORD Documents using C++ to diff two files. With our C++ API you can detect the difference even if one character or one word has been changed....C++ library to compare Word documents and detect even small differences...difference between compared Word documents and export the results to...

    products.aspose.com/words/cpp/compare/word/
  4. Compare DOCX In C++

    Compare DOCX Documents using C++ to diff two files. With our C++ API you can detect the difference even if one character or one word has been changed....C++ library to compare DOCX documents and detect even small differences...difference between compared DOCX documents and export the results to...

    products.aspose.com/words/cpp/compare/docx/
  5. Compare TXT In C++

    Compare TXT Documents using C++ to diff two files. With our C++ API you can detect the difference even if one character or one word has been changed....C++ library to compare TXT documents and detect even small differences...difference between compared TXT documents and export the results to...

    products.aspose.com/words/cpp/compare/txt/
  6. Utility Features - SMTP Client|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....println ( str ); Working with Signed Message Aspose.Email API provides...provides the capability to create Signed messages using certificates...

    docs.aspose.com/email/java/utility-features-smt...
  7. Make Markdown Using C#

    Make a new Markdown in C# in a few steps. Easily create Markdown using .NET library....file name Start creating a MD document using C# Save the output MD...worth noting that a blank document is technically supposed to...

    products.aspose.com/words/net/make/md/
  8. FileFormatInfo class | Aspose.Words for Python

    aspose.words.FileFormatInfo class. Contains data returned by [FileFormatUtil](../fileformatutil/) Document format detection methods...returned by FileFormatUtil document format detection methods....Check Format Compatibility documentation article. Remarks You do...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DOCX Mail Merge In C++

    Personalize your Mail merge DOCX file using C++. Automate emails or build reports using Mail merge DOCX template in C++.... Use our Mail merge document API to develop high-level...you can create personalized documents using the Mail merge DOCX...

    products.aspose.com/words/cpp/mailmerge/docx/
  10. Several Image Into JPG C#

    Merge multiple Image into JPG in C# code. Save Image as JPG using C#....several image into JPG Use our document merging API to develop high-level..."Input2.png" }; var doc = new Document(); var builder = new DocumentBuilder(doc);...

    products.aspose.com/words/net/merge/image-to-jpg/