Sort Score
Result 10 results
Languages All
Labels All
Results 2,271 - 2,280 of 11,888 for

format

(0.04 sec)
  1. In-Table List With Alternate Content in HTML Do...

    Note In this article, we will use GroupDocs.Assembly to generate In-Table Master-Detail report in HTML Document Format. In-Table List With Alternate Content in HTML Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to represent your products and their prices with the following key requirements: Report must show each product along with its price. It must show sum of all the prices....Master-Detail report in HTML Document format. In-Table List With Alternate...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  2. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table Master-Detail report in HTML Document Format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in HTML Document Note This feature is supported by version 17.3.0 or greater Reporting Requirement As a report developer, you are required to represent customers’ orders inFormation with the following key requirements: Report must show each customer along with sum of prices of his orders....Master-Detail report in HTML Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  3. Split text file | GroupDocs

    Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for Python via .NET API....class with output files path format, desired and line numbers;...

    docs.groupdocs.com/merger/python-net/split-text...
  4. Single Row Image in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in HTML Document Format. Single Row Image in HTML Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to represent inFormation of first single customer with the following key requirements: Report must show image of the customer It must show Name and Contact Number of the customer Report must be generated in the Presentation Document....Image report in HTML Document format. Single Row Image in HTML Document...

    docs.groupdocs.com/assembly/net/single-row-imag...
  5. 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...
  6. Render XLSX as PNG using Python

    Learn how to render XLSX as PNG using Python. This tutorial explains how to convert XLSX to PNG in Python for visual representation....installations and ensures consistent formatting across platforms. Whether...spreadsheet data in non-editable formats. The Python code to render...

    kb.groupdocs.com/viewer/python/render-xlsx-as-p...
  7. Modifying found watermark properties | GroupDocs

    Search and update existing text or image watermarks using Python via .NET....Replacing text with formatting Use formatted_text_fragments to...wm . formatted_text_fragments . clear () wm . formatted_text_fragments...

    docs.groupdocs.com/watermark/python-net/modifyi...
  8. Search Text in HTML Documents | GroupDocs

    id: search-text-in-html-documents url: parser/net/search-text-in-html-documents title: Search text in HTML documents weight: 2 description: “To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects.” keywords: search a keyword, search a keyword in HTML productName: GroupDocs.Parser for .NET hideChildren: False toc: true To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text....Extract data from various formats / Extract data from HTML documents...Console . WriteLine ( string . Format ( "At {0}: {1}" , s . Position...

    docs.groupdocs.com/parser/net/developer-guide/a...
  9. Render DOC as PDF using Python

    Use this topic to render doc as pdf using python with precise Formatting. It explains how to convert DOC to PDF in Python for consistent layout and easy distribution....Python ensures consistent formatting and broad accessibility across...sharing, or secure storage — no formatting loss, no layout shifts. If...

    kb.groupdocs.com/viewer/python/render-doc-as-pd...
  10. Removing metadata | GroupDocs

    Not all metadata properties extracted from a file are marked with tags. Some file Formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate Format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties.... Some file formats and metadata standards allow...defined in the appropriate format/standard specification. In...

    docs.groupdocs.com/metadata/python-net/removing...