Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 11,364 for

formatting

(0.06 sec)
  1. Get supported file formats | GroupDocs

    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....supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/metadata/java/get-supported-...
  2. Get supported file formats | GroupDocs

    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 Get supported file formats Leave feedback...how to get supported file formats list. IEnumerable < FileType...

    docs.groupdocs.com/signature/net/get-supported-...
  3. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....a specific format Load a file of a specific format Leave feedback...load a file of some particular format. AdvancedUsage.LoadingFiles...

    docs.groupdocs.com/metadata/net/load-a-file-of-...
  4. Managing metadata for specific formats | GroupDocs

    Learn about managing metadata for specific formats....specific formats Managing metadata for specific formats Leave feedback...

    docs.groupdocs.com/metadata/net/managing-metada...
  5. Get supported file formats | GroupDocs

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using Java....supported file formats Get supported file formats Leave feedback...feedback Get supported file formats GroupDocs.Redaction allows to get...

    docs.groupdocs.com/redaction/java/get-supported...
  6. Convert note-taking formats | GroupDocs

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Node.js via Java....Notes Convert note-taking formats Leave feedback On this page...page About note-taking file formats Note-taking program files contain...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  7. Convert note-taking formats | GroupDocs

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for .NET....Notes Convert note-taking formats Leave feedback On this page...page About note-taking file formats Note-taking program files contain...

    docs.groupdocs.com/conversion/net/convert/note/
  8. Get the format family and the additional inform...

    Get format family details & extra info about files using GroupDocs.Viewer for Python....document information / Get the format family and the additional information...information Get the format family and the additional information...

    docs.groupdocs.com/viewer/python-net/how-to-get...
  9. Get supported file formats | GroupDocs

    This page describes how the search api is used to obtain a list of supported file types....supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/search/net/get-supported-fil...
  10. Working with metadata in Note formats | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note document....Managing metadata for specific formats / Documents / Working with...in Note formats Working with metadata in Note formats Leave feedback...

    docs.groupdocs.com/metadata/java/working-with-m...