Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 4,151 for

as

(0.16 sec)
  1. Working with JSON Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releAses. To access JSON data while building a report, the GroupDocs.Assembly API introduces JsonDatAsource clAss. You can pAss its instance to the Assembler As a data source. Using of JsonDatAsource enables you to work with typed values of JSON elements in template documents. For more convenience, the set of simple JSON types is extended As follows:...Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access JSON data while building a report, the GroupDocs.Assembly API introduces JsonDataSource class. You can pass its instance to the assembler as a data source. Using of JsonDataSource enables you to work with typed values of JSON elements in template documents. For more convenience, the set of simple JSON types is extended as follows:

    docs.groupdocs.com/assembly/net/working-with-js...
  2. How to Add Digital Signature to DOCX using Java

    This topic provides guidance on how to add digital signature to DOCX using Java. You will also find a code example to insert digital signature into DOCX using Java....This topic provides guidance on how to add digital signature to DOCX using Java. You will also find a code example to insert digital signature into DOCX using Java.

    kb.groupdocs.com/signature/java/how-to-add-digi...
  3. Adding text watermarks | Documentation

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark.

    docs.groupdocs.com/watermark/java/adding-text-w...
  4. Configuring search network | Documentation

    This page contains information about configuring the search network....This page contains information about configuring the search network.

    docs.groupdocs.com/search/java/configuring-sear...
  5. Merge Word Documents using C# | Join All or Sel...

    C# way to merge two or more Word documents into a single file. Combine only the selective pages of multiple Word files within your .NET application....C# way to merge two or more Word documents into a single file. Combine only the selective pages of multiple Word files within your .NET application.

    blog.groupdocs.com/merger/merge-word-files-usin...
  6. Load from local disc | Documentation

    This article shows how the redaction API is used to load file from disk....This article shows how the redaction API is used to load file from disk.

    docs.groupdocs.com/redaction/python-net/load-fr...
  7. How to Convert PDF to Image in Java

    This tutorial shows how to convert PDF to Image in Java. You can set resolution, brightness and other parameters for the image when convert PDF to Image using Java....This tutorial shows how to convert PDF to Image in Java. You can set resolution, brightness and other parameters for the image when convert PDF to Image using Java.

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. Restart the List Numbering Dynamically within Y...

    Nested or the multi-level numbered lists allow you to group the items bAsed on the parent item. Put it simply, you can separately list the items under each group. This becomes very useful when you have to list the items having multiple sub-items. Let’s have a look at the following figure which makes it simpler to understand the scenario. In this figure, you can observe that there are listed 3 groups and each group further hAs multiple items listed under it....Nested or the multi-level numbered lists allow you to group the items based on the parent item. Put it simply, you can separately list the items under each group. This becomes very useful when you have to list the items having multiple sub-items. Let’s have a look at the following figure which makes it simpler to understand the scenario. In this figure, you can observe that there are listed 3 groups and each group further has multiple items listed under it.

    blog.groupdocs.com/assembly/restart-the-list-nu...
  9. Extract Text and Metadata from HTML Online

    Free online document text and metadata extractor. Secure and eAsy to use HTML text and metadata parser and extractor...Free online document text and metadata extractor. Secure and easy to use HTML text and metadata parser and extractor

    products.groupdocs.app/parser/html
  10. How to Convert XLSX to PDF using Java

    This article provides guidance on how to convert XLSX to PDF using Java. Also, a code example is included to explain the procedure to export XLSX to PDF using Java....This article provides guidance on how to convert XLSX to PDF using Java. Also, a code example is included to explain the procedure to export XLSX to PDF using Java.

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