Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 9,987 for

document signature

(0.07 sec)
  1. Change page orientation | GroupDocs

    Following this guide you will learn how to change Word Document page orientation to Portrait or Landscape using GroupDocs.Merger for .NET....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/change-page-orien...
  2. GroupDocs.Comparison for .NET | GroupDocs

    GroupDocs.Compairson for .NET developer Documentation. Learn how to diff docx, pptx, and compare pdf files using C#....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/
  3. Save to stream | GroupDocs

    You might need to save a Document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a Document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use Document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the Document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-to-stream/
  4. Convert specific pages | GroupDocs

    This article demonstrates how to convert specific Document pages by page number using GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/convert-speci...
  5. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/python-net/get-sup...
  6. Reorder pages | GroupDocs

    Reorder PDF pages during rendering with GroupDocs.Viewer for Python via .NET. Control the output page sequence....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/python-net/reorder-pa...
  7. Search index events | GroupDocs

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/search-in...
  8. Separate data extraction | GroupDocs

    This article explains how to separately extract data from Documents and add the extracted data to the index....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/separate-...
  9. Search Specific Word in Documents using Java

    Discover how to implement full-text search implementation in Java and easily search specific word in Documents using Java without installing extra tools....Signature Product Family GroupDocs.Metadata...Family Search Specific Word in Documents using Java Finding a specific...

    kb.groupdocs.com/search/java/search-specific-wo...
  10. How to Convert DOCX to HTML using C#

    In this topic, you will explore how to convert DOCX to HTML using C#. Moreover, we will provide a code example to export DOCX to HTML in C# without using extra tools....Signature Product Family GroupDocs.Metadata...Converting Microsoft Word DOCX document to HTML format can be a useful...

    kb.groupdocs.com/conversion/net/how-to-convert-...