Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 10,719 for

formatting

(0.04 sec)
  1. Convert note-taking formats | Documentation

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for 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/java/convert/note/
  2. Convert a Document to Another Format | Document...

    Learn how to convert a single document to another format using GroupDocs.Conversion for Python via .NET....Another Format Convert a Document to Another Format Leave feedback...single document to another format, where only one document is...

    docs.groupdocs.com/conversion/python-net/develo...
  3. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java 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 getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Managing metadata for specific formats / Documents / Working with...metadata in ProjectManagement formats Working with metadata in ProjectManagement...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. 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...
  5. Get supported file formats | Documentation

    This page describes how to obtain supported file formats list when annotate documents and images with GroupDocs.Annotation within your .NET applications....supported file formats Get supported file formats Leave feedback...the list of supported file formats. To do this, follow these steps:...

    docs.groupdocs.com/annotation/java/get-supporte...
  6. Get supported file formats | Documentation

    This article shows that how to get the list of all supported file formats of GroupDocs.Redaction by using C#....supported file formats Get supported file formats Leave feedback...list of all supported file formats by these steps: Call of class;...

    docs.groupdocs.com/redaction/python-net/get-sup...
  7. Convert compression formats | Documentation

    In this article, you will learn how to extract compressed files and convert them to desired format with GroupDocs.Conversion for .NET....Archives Convert compression formats Leave feedback On this page...page About compression file formats File compression is the process...

    docs.groupdocs.com/conversion/net/convert/compr...
  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 | 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-...
  10. Get supported file formats | Documentation

    This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Comparison within your .NET applications....supported file formats Get supported file formats Leave feedback...get list of supported file formats: C# using GroupDocs.Comparison...

    docs.groupdocs.com/comparison/net/get-supported...