Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 11,050 for

formatting

(0.08 sec)
  1. 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...
  2. Kashif Iqbal | File Format Blog

    Author Archives: Kashif Iqbal ← Older posts Add Formula in Excel using NPOI in .NET Posted on March 30, 2023 by Kashi...... It supports various file formats for Excel, Word, and PowerPoint...aware of the PPT and PPTX file formats. Both these presentation file...

    blog.fileformat.com/author/kashif-iqbal/
  3. Convert project management formats | Documentation

    This article demonstrates how you can convert to and from project management formats with GroupDocs.Conversion for .NET....management formats Convert project management formats Leave feedback...be exported to PDF or image formats for documentation. Common Project...

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

    This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Watermark within your Java applications....supported file formats Get supported file formats Leave feedback...obtain a list of supported file formats: const supportedFileTypes =...

    docs.groupdocs.com/watermark/nodejs-java/get-su...
  6. 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...
  7. Get supported file formats | Documentation

    This article explains how to obtain supported file formats list when viewing documents with GroupDocs.Comparison within your Java applications....supported file formats Get supported file formats Leave feedback...obtain a list of supported file formats: fileTypes = await groupdocs...

    docs.groupdocs.com/comparison/nodejs-java/get-s...
  8. 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...
  9. 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-...
  10. 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. IEnumerable < FileType...

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