Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 2,409 for

list

(0.09 sec)
  1. Get supported file formats | Documentation

    This article explains how to obtain supported file formats List when viewing documents with GroupDocs.Comparison within your Python applications....this page allows you to get the list of all . To do this, follow...snippet shows how to obtain a list of supported file formats: import...

    docs.groupdocs.com/comparison/python-net/get-su...
  2. Get supported file formats | Documentation

    This article explains how to obtain supported file formats List for PDF, Words, Spreadsheet or Presentation document types when working with GroupDocs.Signature within your .NET applications....supported file formats list. java . util . List < FileType > supportedFileTypes...

    docs.groupdocs.com/signature/java/get-supported...
  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/nodejs-java/get-suppo...
  4. How do I set FontDirectories in GroupDocs.Conve...

    In a previous version (22.1) I was setting the FontDirectories of the ConvertSettings object. Trying to upgrade to 24.2, this now looks like a read-only property and throws an error. How can I set this so I can use cus…...AddRange(new List<string> { ".", "/usr/share/fonts"...version 22.1 that assigns the list of directories to settings.FontDirectories...

    forum.groupdocs.com/t/how-do-i-set-fontdirector...
  5. 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-...
  6. 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-...
  7. 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...
  8. 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...
  9. 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...
  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...