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

list

(0.03 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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 Excel Document Creating a Template Insert a desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon. Add a bullet List at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON).... Add a bullet list at the place where you want...information: Customer name and picture List of products Adding Syntax to...

    docs.groupdocs.com/assembly/net/generating-repo...
  5. Delete Digital signatures from documents | Docu...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....method to obtain list of ; Select from list object(s) that should...Digital signatures in the document List < DigitalSignature > signatures...

    docs.groupdocs.com/signature/net/delete-digital...
  6. eSign document with multiple signatures | Docum...

    This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature API..."1234567890" }; // define list of signature options List < SignOptions >...> listOptions = new List < SignOptions >(); listOptions . Add...

    docs.groupdocs.com/signature/net/esign-document...
  7. Query language specification | Documentation

    This article gives the knowledge about the complete specification of the search query DSL used in text queries....phrase-query : phrase-item-list phrase-item-list : phrase-item phrase-item...phrase-item phrase-item-list phrase-item phrase-item : word word-pattern...

    docs.groupdocs.com/search/net/query-language-sp...
  8. 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-...
  9. 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-...
  10. Signing archive documents in batch | Documentation

    This article shows how to sign documents in batch mode within the archive files with one or multiple electronic signatures...archive files the lists of and signatures as the list of the instances...Instantiate the single object or list of this class with the required...

    docs.groupdocs.com/signature/net/signing-archiv...