Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 2,811 for

list

(0.08 sec)
  1. 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...
  2. View messages from desired folders in Outlook D...

    Hello everyone! Today, I am quite excited to announce that GroupDocs.Viewer for Java 19.8 has been released with 20+ new features, improvements, and bug fixes. Although every new feature in this version has its own importance, I have picked a few interesting but useful features for you. So in this post, I am going to give you an overview of how to work with the folders contained by Outlook Data Files (OST/PST) and use the message filters to render selective Outlook messages.... Retrieving the list of Outlook folders # Before...contains. Once you have got the list, you can select a folder and...

    blog.groupdocs.com/viewer/view-messages-from-de...
  3. Working with Folders Contained in Outlook Data ...

    We are pleased to announce the monthly release of GroupDocs.Viewer for .NET 18.12. This release includes three new features, two bug fixes, and four improvements. By upgrading to the latest version, you’ll be able to get the List of folders and render messages from a specific folder contained in Outlook Data Files (OST/PST). Furthermore, it also allows you to ignore empty columns when rendering Excel documents. Below is the List of new features, fixes, and the improvements added in version 18....version, you’ll be able to get the list of folders and render messages...Excel documents. Below is the list of new features, fixes, and...

    blog.groupdocs.com/viewer/working-with-folders-...
  4. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to display a List of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive....feedback allows to view the list of content of archive files...(web or desktop). Displaying a list of content of archive files...

    docs.groupdocs.com/viewer/net/render-archive-fi...
  5. 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-...
  6. Delete Signatures of the certain types | GroupDocs

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API....overloaded method that accepts list of the enumeration values. Please...Call object method and pass list of the required enumerations...

    docs.groupdocs.com/signature/java/delete-signat...
  7. Getting documents in network | GroupDocs

    This page contains information about getting indexed documents in the search network....network Leave feedback To obtain a list of indexed documents in a specific...method of the class. To obtain a list of shards of the search network...

    docs.groupdocs.com/search/java/getting-document...
  8. Load TXT document with options | GroupDocs

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for Java API....allows specifying how numbered list items are recognized when a...false, the lists recognition algorithm detects list paragraphs...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  9. Rotate Zoom and Toggle between Html and Image R...

    GroupDocs team keeps on adding new features in ASP.NET MVC Front End for GroupDocs.Viewer for .NET, so that users can enjoy user-friendly interface, easily manageable code, pixel perfect rendering with features supported in our old front ends. In this new release v1.3 user can now load document in both HTML and **Image **in the document. User can toggle between image and html through the Toggle image button. Under Image Representation user can Rotate and Document and Zoom In/Out....PageNumbersToRender = new List<int>() { page }; o.PageNumber...CountPagesToRender = 1; List<PageImage> list = Utils.LoadPageImageList(handler...

    blog.groupdocs.com/viewer/rotate-zoom-toggle-ht...
  10. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for Java... This method returns a list of all used fonts, where each...raster images), then the empty list will be returned. Example Example...

    docs.groupdocs.com/viewer/java/getting-used-fonts/