Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 3,456 for

document security

(0.04 sec)
  1. Float and paginal modes | Documentation

    This article explains pros and cons of float and paginal Document editing modes when edit Word Documents with GroupDocs.Editor API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Editor Product Family /...

    docs.groupdocs.com/editor/java/float-and-pagina...
  2. How to Run Examples | Documentation

    This article describes how to run .NET parser API code examples....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...

    docs.groupdocs.com/parser/net/how-to-run-examples/
  3. Add watermarks to diagram documents | Documenta...

    Using GroupDocs.Watermark, you can add watermark to all pages of a particular type in a Document. It consists of following steps....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/net/add-watermarks...
  4. Sign Pdf documents with special appearance | Do...

     This article explains how to use PDF digital electronic signature features on Document page....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/net/sign-pdf-docum...
  5. How to merge source code files | Documentation

    This article explains how to control file merging in GroupDocs.Comparison for .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Comparison Product Family...

    docs.groupdocs.com/comparison/net/how-to-merge-...
  6. How to Add Text Signature to DOCX using C#

    In this tutorial, we will provide you guide on how to add text signature to DOCX using C#. We will also provide a code example to insert text signature to DOCX in C#....steps, you can enhance your document management and streamline...can efficiently manage your document signing workflow and enhance...

    kb.groupdocs.com/signature/net/how-to-add-text-...
  7. How to merge source code files | Documentation

    This article explains how to control file merging in GroupDocs.Comparison for Java....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Comparison Product Family...

    docs.groupdocs.com/comparison/java/how-to-merge...
  8. Image redactions | Documentation

    This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...sample_point , repl_opt ) # Load the document to be redacted with gr . Redactor...

    docs.groupdocs.com/redaction/python-net/image-r...
  9. Extract images from Microsoft Office Excel spre...

    This article explains that how to extract images from Microsoft Office Excel (.xls, .xlsx) spreadsheets....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...

    docs.groupdocs.com/parser/net/extract-images-fr...
  10. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in Documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String DocumentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Search Product Family /...

    docs.groupdocs.com/search/java/ocr-support/