Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 11,100 for

formatting

(0.06 sec)
  1. Save Document Comparison Results in Image Format

    Yes, you heard it right. We’ve implemented ability to save document comparison results in image format as well. In this blog post we’ll review the new feature and bug fixes introduced in monthly release of GroupDocs.Comparison for .NET 19.3.1. Let’s talk about image representation of the document pages. The moment you save comparison results in your directory, you have a control to save results in image format as well using ICompareResult....comparison results in image format as well. In this blog post...control to save results in image format as well using ICompareResult...

    blog.groupdocs.com/comparison/save-document-com...
  2. Working with metadata in Note formats | Documen...

    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...
  3. Get supported file formats | Documentation

    This article shows how to check supported file formats....supported file formats Get supported file formats Leave feedback...of all the supported file formats by the static method: IEnumerable...

    docs.groupdocs.com/parser/net/get-supported-fil...
  4. 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...
  5. 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....supported file formats Get supported file formats Leave feedback...

    docs.groupdocs.com/metadata/java/get-supported-...
  6. Save comparison result in different format | Do...

    This article explains how to save comparison result in different format after files comparison within your .NET applications using GroupDocs.Comparison for .NET....different format Save comparison result in different format Leave...different formats. To save output document in different format, follow...

    docs.groupdocs.com/comparison/net/save-comparis...
  7. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....Managing metadata for specific formats / Documents / Working with...metadata in ProjectManagement formats Working with metadata in ProjectManagement...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Get supported file formats | Documentation

    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/java/get-supported-fi...
  9. Get default ConvertOptions for specific target ...

    Learn this article and check how to obtain default convert options for specific conversion format with GroupDocs.Conversion for Java API. ...ConvertOptions for specific target format Get default ConvertOptions...target format Leave feedback When dealing with file format conversions...

    docs.groupdocs.com/conversion/java/get-default-...
  10. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using Java with GroupDocs.Viewer for Java....document information / Get the format family and the additional information...information Get the format family and the additional information...

    docs.groupdocs.com/viewer/java/how-to-get-file-...