Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 2,408 for

list

(0.04 sec)
  1. 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-...
  2. 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/
  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 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/
  4. Getting TargetInvocationException for groupdocs...

    Tried to convert pdf , docx to png format but get thrown with this error class com.groupdocs.conversion.internal.c.a.ms.System.Reflection.TargetInvocationException —> java.lang.reflect.InvocationTargetException import …...WordProcessingLoadOp; private static List<byte[]> convertWithGroupDocs(byte[]...String ext = fileExt(fileName); List<byte[]> result = new ArrayList<>();...

    forum.groupdocs.com/t/getting-targetinvocatione...
  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/java/features-ove...
  6. Render Notes in Presentation Document using Gro...

    We are delighted to announce the release of version 18.1 of GroupDocs.Viewer for .NET. The latest version includes the support of rendering Jpeg2000, PostScript, POTM and PPSM file formats. Furthermore, we have added the option to show or hide the notes when rendering Presentation documents. This version also allows you to work with the layers in CAD documents. Let’s have a quick overview of GroupDocs.Viewer for .NET 18.1. Supported File Formats We have added the support of following file formats in version 18....value is false // Get pages List pages = imageHandler.GetPages(guid...documentation article. Getting List of Layers in CAD Document #...

    blog.groupdocs.com/viewer/render-slide-notes-in...
  7. How to Create a Simple Application Using the Gr...

    In this article I’ll walk you thorough the process of creating a simple JavaScript application which shows files and directories from your GroupDocs account. Lets start by creating a package from the GroupDocs JavaScript SDK sources. You can skip this step and get the full SDK package from GitHub and a minimal SDK package. Creating a Package You need Node.js installed on you computer. Read more about installation Node.js. When Node....ListEntities - returns a list of files and folders from a...method which will display the list of folders and files received...

    blog.groupdocs.com/total/how-to-create-a-simple...
  8. 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. 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...
  9. 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...
  10. Indexing reports | Documentation

    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/