Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 2,416 for

list

(0.07 sec)
  1. Performing document conversion and image conver...

    Earlier this week I talked about document conversion, including image conversion, and why you’d want to do it. Today, I’ll show you how to perform two tasks: first, how to convert the pages in a document to images and then how to convert an image from one format to another. Document conversion is one of the services that GroupDocs offers. You can convert documents you’ve uploaded to a number of different formats.... Select a format from the list. Click Convert . Each page in...Convert . Select a format from the list. Click Convert . The file is...

    blog.groupdocs.com/total/converting-images-for-...
  2. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a List of supported file types. An example of obtaining a List of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....the class is used to obtain a list of supported file types. An...An example of obtaining a list of supported file types is presented...

    docs.groupdocs.com/metadata/java/get-supported-...
  3. Get Indexed Documents using Java

    Explore our step-by-step guide to learn how to get indexed documents using Java. Find out how to retrieve indexed documents in Java to enhance your document management....documents to be indexed Retrieve a list of all indexed documents from...through the fetched document list and extract relevant details...

    kb.groupdocs.com/search/java/get-indexed-docume...
  4. Render a Part of MS Project Document using Grou...

    Today, we are glad to announce the release of GroupDocs.Viewer for .NET 18.8. In this version, we have introduced the feature of rendering a part of MS Project document specifying the start date and end date. We have also made it possible to set ForcePasswordValidation property of the ViewerConfig using the configuration files such as app.config and web.config. Furthermore, the latest version also includes 14 improvements and bug fixes. Below is the List of new features, improvements, and fixes added in v18.... Below is the list of new features, improvements...DateTime(2018, 12, 31); // Get pages List pages = imageHandler.GetPages(guid...

    blog.groupdocs.com/viewer/render-a-part-of-ms-p...
  5. Upcoming Release of GroupDocs.Search for Java

    We are about to release GroupDocs.Search for Java, a full-featured, back-end API that could easily be utilized by Java developers in their projects. It is a fascinating document search API that extracts text and metadata from documents. Furthermore, it performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithms. API also supports full-text search. Features Offered by GroupDocs.Search for JavaGroupDocs will keep on updating this API with new features.... An initial list of features offered by the API...Subscribe to events Extract the list of indexed documents Extract...

    blog.groupdocs.com/search/upcoming-release-of-g...
  6. Convert Mobi & PDF/A file formats Using GroupDo...

    We are is glad to announce another release of GroupDocs.Conversion for .NET v17.2.0. In this monthly release new file formats “Mobi and PDF/A” are added in supported file format List. This monthly release of Document Conversion API is introducing new features like " Settings for different horizontal and vertical resolution when converting to image formats" and “conversion to PDF with setting for PDF file format” along with other five fixes....added in supported file format list. This monthly release of Document...monthly release. Here is the list of changes made in new release...

    blog.groupdocs.com/conversion/mobi-pdfa-file-fo...
  7. Get supported file formats | Documentation

    This page describes how the search api is used to obtain a List of supported file types....the class is used to obtain a list of supported file types. An...An example of obtaining a list of supported file types is presented...

    docs.groupdocs.com/search/java/get-supported-fi...
  8. Process attachments | Documentation

    Processing email attachments, embedded files, and compressed files with GroupDocs.Viewer for Java...Viewer, you can list and save the following attachments:...attachments in more details: List attachments Save attachments...

    docs.groupdocs.com/viewer/java/working-with-att...
  9. Process attachments | Documentation

    Processing email attachments, embedded files, and compressed files with GroupDocs.Viewer for .NET...Viewer, you can list and save the following attachments:...attachments in more details: List attachments Save attachments...

    docs.groupdocs.com/viewer/net/working-with-atta...
  10. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a bullet List at the place where you want it to display clients’ names. Insert a table with two columns, that will show managers’ and their contact prices....Creating a Template Add a bullet list at the place where you want...following information: Bulleted list of clients A table showing managers’...

    docs.groupdocs.com/assembly/java/generating-rep...