Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 11,807 for

formatting

(0.13 sec)
  1. Convert note-taking formats | GroupDocs

    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. 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. Saving signed documents with different formats ...

    This section explains how to save document with various file formats....different formats Saving signed documents with different formats Leave...feedback Image → format PDF → format Presentaion → format Spreadsheet...

    docs.groupdocs.com/signature/java/saving-signed...
  4. Saving signed documents with different formats ...

    This section explains how to save document with various file formats....different formats Saving signed documents with different formats Leave...feedback Image → format PDF → format Presentaion → format Spreadsheet...

    docs.groupdocs.com/signature/net/saving-signed-...
  5. 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-...
  6. 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-...
  7. Convert to GIS formats with advanced options | ...

    Learn about GisConvertOptions class for GIS file formats (GeoJSON, KML, GPX, TopoJSON) in GroupDocs.Conversion for .NET....GIS formats with advanced options Convert to GIS formats with...file format conversion settings. Supported GIS Formats The following...

    docs.groupdocs.com/conversion/net/convert-to-gi...
  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. 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...
  10. Extract data from various formats | GroupDocs

    The articles below explain that how to extract data from various file formats...from various formats Extract data from various formats Leave feedback...

    docs.groupdocs.com/parser/net/extract-data-from...