Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 3,235 for

list

(0.17 sec)
  1. Accept or Reject revisions | GroupDocs

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....the method to get the revision list. Call the property of the object...the class are as follows: is a list of revision changes that need...

    docs.groupdocs.com/comparison/java/accept-or-re...
  2. Extract Archive Files Data using C# | ZIP, RAR,...

    Extract data of compressed archives like ZIP, RAR, TAR, GZIP, BZIP2 files using C# in .NET application. Parse archives and extract whole text within files....images, and metadata from a long list of supported document formats...sample text, bulleted list, numbered list and more. • Bullet Item...

    blog.groupdocs.com/parser/extract-zip-files-dat...
  3. Indexing reports | GroupDocs

    This article demonstrates that how indexing reports can be retrieved from the index using search API...duration; List of errors; List of indexed documents; List of updated...updated documents; List of removed documents. The following example...

    docs.groupdocs.com/search/net/indexing-reports/
  4. Quick Start Guide | GroupDocs

    Set up a virtual environment, install groupdocs-merger-net, and run three minimal examples — merge two DOCX files, extract pages from a PDF, and split a PDF into single pages — in under five minutes....with an ExtractOptions page list to produce a new document containing...1-based list of page numbers to keep. Pages not in the list are discarded...

    docs.groupdocs.com/merger/python-net/getting-st...
  5. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to text or PDF using OCR with GroupDocs.Conversion for Java....List ; /** * This example demonstrates...RecognitionResult result ) { List < TextLine > lines = new ArrayList...

    docs.groupdocs.com/conversion/java/convert/imag...
  6. Accept or Reject detected changes | GroupDocs

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for Node.js via Java API....properties: getChanges is a list of changes that must be applied...compare (); // Retrieve the list of detected changes (array of...

    docs.groupdocs.com/comparison/nodejs-java/accep...
  7. input-controls-without-custom-classname.html

    Document with fields Text field : Check box: Drop down List: Option 1 Option 2...field : Check box: Drop down list: Option 1 Option 2...

    docs.groupdocs.com/editor/net/sample-files/inpu...
  8. Indexing reports | GroupDocs

    Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored. You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....duration; List of errors; List of indexed documents; List of updated...updated documents; List of removed documents. The following example...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  9. Verify for multiple signatures | GroupDocs

    This topic explains how to verify electronic signatures of various types with GroupDocs.Signature API....required verification options to list. Here are the steps to verify... , , ) and add instances to list of . Call method of class instance...

    docs.groupdocs.com/signature/python-net/verify-...
  10. Remove pages | GroupDocs

    Follow this guide and learn how to remove pages from PDF or Word documents, delete worksheets from Excel files, or remove slides from PowerPoint presentations with GroupDocs.Merger for Python via .NET API.... Create a object with the list of 1-based page numbers to remove...RemoveOptions([2]) : accepts a list of 1-based page numbers to remove...

    docs.groupdocs.com/merger/python-net/remove-pages/