Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 3,264 for

feature

(0.29 sec)
  1. Single Row Image in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Email Document format. Single Row Image in Email Document Note This Feature is supported by version 17.8.0 or greater Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must be in .eml or .msg format It must add email recipient, css and subject of the email Report must show image of the manager It must show Name and contact number of customer Adding Syntax to be evaluated by GroupDocs....in Email Document Note This feature is supported by version 17...

    docs.groupdocs.com/assembly/net/single-row-imag...
  2. Load a file of a specific format | GroupDocs

    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....the code above and see the feature in action in our GitHub examples:...management App Along with a full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  3. In-Paragraph List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Email Document format. In-Paragraph List in Email Document Note This Feature is supported by version 17.8.0 or greater Reporting Requirement As a report developer, you are required to share the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. A descriptive or informative line like “We provide support for the following products:”....in Email Document Note This feature is supported by version 17...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  4. Bubble Chart in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Email Document. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Email Document Note This Feature is supported by version 17.8.0 or greater. Reporting Requirement As a report developer, you are required to share your sales/orders dynamically with the following key requirements: A report must be in ....in Email Document Note This feature is supported by version 17...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  5. Working with metadata in WEBP images. Working w...

    Working with XMP metadata GroupDocs.Metadata for .NET allows managing XMP metadata in WEBP images. For more details please refer to the following guide: Working with XMP metadata. More resources GitHub examples You may easily run the code above and see the Feature in action in our GitHub examples: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples Free online document metadata management App Along with full Featured .NET library we provide simple, but powerful free Apps....the code above and see the feature in action in our GitHub examples:...management App Along with full featured .NET library we provide simple...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream using GroupDocs.Metadata for Python via .NET....the code above and see the feature in action in our GitHub examples:...management App Along with full featured Python via .NET library we...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  7. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream in Java...the code above and see the feature in action in our GitHub examples:...management App Along with full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  8. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the Feature in action in our GitHub examples: GroupDocs.Metadata for ....the code above and see the feature in action in our GitHub examples:...management App Along with a full featured Java library we provide simple...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  9. Load document from local disk | GroupDocs

    This section explains how to load document from local disk with GroupDocs.Signature API....the code above and see the feature in action in our GitHub examples:...Online App Along with full-featured .NET library we provide simple...

    docs.groupdocs.com/signature/java/load-document...
  10. How to Convert PDF to HTML using C#

    Learn how to convert PDF to HTML using C# on any platform without any third-party software. Check out the guide and sample code to convert PDF to HTML in C#....last article, we examined the feature of converting a Word document...

    kb.groupdocs.com/conversion/net/how-to-convert-...