Sort Score
Result 10 results
Languages All
Labels All
Results 9,641 - 9,650 of 34,040 for

metadata

(0.17 sec)
  1. In-Paragraph List in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Text Document format. In-Paragraph List in Text Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to describe about the services you are providing with the following key requirements: A descriptive or informative line like “We provide support for the following products:”. Show all the products along with the above sentence....Metadata Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/in-paragraph-li...
  2. Common Master-Detail Image in Text Document | G...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail Image in Text Document Reporting Requirement As a report developer, you are required to represent the information of the managers and clients with the following key requirements: Report must show managers’ picture and name. It must associate the managers with their clients....Metadata Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/common-master-...
  3. Multicolored Numbered List in HTML Document | G...

    Note In this article, we will use GroupDocs.Assembly to generate a Multicolored Numbered List report in HTML Document format. Multicolored Numbered List in HTML Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show the clients in numbered list. It must highlight the products. Report must be generated in the HTML Document. Adding Syntax to be evaluated by GroupDocs.Assembly Engine We provide support for the following clients:
      <<foreach [in getClients()]>>
    1. <<[getName()]>>
    2. <</foreach>>
    Download Multicolored Numbered List Template Please download the sample template we created in this article:...Metadata Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/multicolored-n...
  4. In-Table List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Email Document format. In-Table List in Email Document Reporting Requirement As a report developer, you are required to represent the information of the managers 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 managers’ name. It must show the sum of contract prices against each manager....Metadata Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/in-table-list-...
  5. Technical Support | GroupDocs

    Free technical support is available for all GroupDocs.Viewer users. Report questions or issues via the GroupDocs Free Support Forum....Metadata Product Solution GroupDocs...

    docs.groupdocs.com/viewer/python-net/technical-...
  6. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....Metadata Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  7. Load document from stream | GroupDocs

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Metadata Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/load-document-fr...
  8. Load from Stream | GroupDocs

    This article shows that how to load file from stream using redaction API...Metadata Product Solution GroupDocs...

    docs.groupdocs.com/redaction/python-net/load-fr...
  9. Compare Markdown documents | GroupDocs

    Learn how to compare Markdown (.md) documents using GroupDocs.Comparison for Python via .NET. Detect and highlight differences between Markdown files with simple Python code....Metadata Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/compar...
  10. Logging | GroupDocs

    Logging when rendering documents with GroupDocs.Viewer for Java...Metadata Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/logging/