Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 10,539 for

formatting

(0.06 sec)
  1. 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 Get supported file formats Leave feedback...how to get supported file formats list. java . util . List <...

    docs.groupdocs.com/signature/java/get-supported...
  2. 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....supported file formats Get supported file formats Leave feedback...obtain a list of supported file formats: import groupdocs.comparison...

    docs.groupdocs.com/comparison/python-net/get-su...
  3. Extract formatted text from document | Document...

    This article explains that how to extract formatted text from document....Working with formatted text / Extract formatted text from document...document Extract formatted text from document Leave feedback GroupDocs...

    docs.groupdocs.com/parser/java/extract-formatte...
  4. Extract formatted text from document | Document...

    This article explains that how to extract formatted text from document....Working with formatted text / Extract formatted text from document...document Extract formatted text from document Leave feedback GroupDocs...

    docs.groupdocs.com/parser/net/extract-formatted...
  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. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for .NET 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/net/working-with-me...
  7. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....a specific format Load a file of a specific format Leave feedback...load a file of some particular format. advanced_usage.loading_files...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  8. Load document of specific format | Documentation

    This article explains how to load document of specific format....Of specific format Load document of specific format Leave feedback...a document of any supported format. When you’re loading a document...

    docs.groupdocs.com/watermark/net/load-document-...
  9. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } 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. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...a specific format Load a file of a specific format Leave feedback...load a file of some particular format. advanced_usage.loading_files...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  10. 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-...