Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 5,302 for

sign document

(0.13 sec)
  1. 使用 Java 添加和验证 PDF 数字签名 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式在 PDF 文档中创建电子签名...toString (); Document pdfDocument = new Document ( inFile ); PdfFileSignature...PKCS7/PKCS7Detached // objects signature . sign ( 1 , true , new java . awt...

    products.aspose.com/pdf/zh-hans/java/signature/
  2. Working with Facades|Aspose.PDF for Python via ...

    This section explains how to work with Facades - a toolset for popular operations with PDF....various operations on PDF documents without delving into their...PdfFileSignature] - tool to sign a pdf file with a certificate...

    docs.aspose.com/pdf/python-java/working-with-fa...
  3. Compare HTML In C++

    Compare HTML 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 HTML documents and detect even small differences...difference between compared HTML documents and export the results to...

    products.aspose.com/words/cpp/compare/html/
  4. FieldArgumentBuilder | Aspose.Words for Java

    Builds a complex field argument consisting of fields nodes and plain text in Java....the Working with Fields documentation article. Examples: Shows...them into the document. Document doc = new Document(); // Below...

    reference.aspose.com/words/java/com.aspose.word...
  5. FileFormatInfo.LoadFormat | Aspose.Words for .NET

    Discover the FileFormatInfo LoadFormat property to easily identify and access detected Document formats for seamless file management....property Gets the detected document format. public LoadFormat...; } Remarks When an OOXML document is encrypted, it is not possible...

    reference.aspose.com/words/net/aspose.words/fil...
  6. Compress WORD In C#

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

    products.aspose.com/words/net/compress/word/
  7. Compress DOCX In C#

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

    products.aspose.com/words/net/compress/docx/
  8. Create TextBox in which each line has a differe...

    Learn how to create a TextBox in which each line can have a different horizontal alignment using Aspose.Cells for Node.js via C++....node" ); // The path to the documents directory. const dataDir =...get ( 0 ); shape . setText ( "Sign up for your free phone number...

    docs.aspose.com/cells/nodejs-cpp/create-textbox...
  9. 使用C++设置形状或文本框中的段落行间距|Documentation

    学习如何在形状或文本框中设置段落的行间距、前间距和后间距,使用编号Aspose.Cells for C++。... SetText ( u "Sign up for your free phone number...Cells :: Cleanup (); } AI Document Assistant Close 用C++改变Excel文本框或形状的字符间距...

    docs.aspose.com/cells/zh/cpp/set-line-spacing-o...
  10. Several JPG Into SVG C#

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

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