Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 2,320 for

list

(0.03 sec)
  1. Accept or Reject revisions | Documentation

    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. Set the property of the object...the class are as follows: is a list of revision changes that need...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  2. Get Files of Specific Type using GroupDocs.Meta...

    In the modern times, the data is increasing dramatically. As a result, the large organizations may have maintained servers to store their organizational data in the form of files located in different directories. Very often, these organization may need to apply some filters to get files of a specific type i-e *.docx or *.txt etc. Filtering through a huge number files is not an easy job for the human beings and they might think if there is some automated system to achieve this....string\[0\]; } List<string> result = new List<string>(); foreach...FileInfo\[0\]; } List<FileInfo> result = new List<FileInfo>(); foreach...

    blog.groupdocs.com/metadata/get-specific-file-t...
  3. Edit TXT | Documentation

    This guide demonstrates how to edit plain text files with encoding, Lists recognition, pagination and other powerful features of GroupDocs.Editor for .NET...images, pages, paragraphs, lists, tables and so on. However,...some primitive formatting like lists with leading markers, left indents...

    docs.groupdocs.com/editor/net/edit-txt/
  4. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API.... WriteLine ( "List of newly created signatures:"...result Console . WriteLine ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Features overview | Documentation

    Salient features of file conversion API using Java are described in this article...supported target format (check the list of ). All these conversions...supported conversion formats list You can obtain the that are...

    docs.groupdocs.com/conversion/nodejs-java/featu...
  6. 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...
  7. Implement thread-safe cache for GroupDocs.Viewe...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your .NET applications.... To do this, use the list to store the key or the file...threadSafeCache ); List < MemoryStream > pages = new List < MemoryStream...

    docs.groupdocs.com/viewer/net/implement-thread-...
  8. Convert Excel Spreadheets to PDF using C# | .NE...

    Convert Excel files to PDF using C#. Convert full workbook, selected sheets, sub-sequence of sheets, or any cell range using spreadsheet conversion .NET API....Sheets to PDF Conversion Specific List of Excel Sheets to PDF Conversion...# We can simply provide the list of the sheet numbers for the...

    blog.groupdocs.com/conversion/convert-excel-spr...
  9. Edit TXT | Documentation

    This guide demonstrates how to edit plain text files with encoding, Lists recognition, pagination and other powerful features of GroupDocs.Editor for Java...images, pages, paragraphs, lists, tables and so on. However,...some primitive formatting like lists with leading markers, left indents...

    docs.groupdocs.com/editor/java/edit-txt/
  10. Indexing reports | Documentation

    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/java/indexing-reports/