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

as

(0.12 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 implement a custom document handler? - F...

    Hi, I want to implement a custom document handler. That means reading the document not from a file system, but from a content reposiory such As Alfresco.I see that AnnotationHandler.getAnnotationScript method accepts th…...Hi, I want to implement a custom document handler. That means reading the document not from a file system, but from a content reposiory such as Alfresco.I see that AnnotationHandler.getAnnotationScript method accepts th…

    forum.groupdocs.com/t/how-to-implement-a-custom...
  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. 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...
  5. 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...
  6. 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...
  7. Licensing and evaluation | Documentation

    GroupDocs.Viewer for Python offers purchAse plans, a free trial, and a 30-day temporary license for evaluation....GroupDocs.Viewer for Python offers purchase plans, a free trial, and a 30-day temporary license for evaluation.

    docs.groupdocs.com/viewer/python-net/licensing-...
  8. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or clAssify documents of almost all the popular file formats....Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.

    blog.groupdocs.com/categories/groupdocs.convers...
  9. Working with CSV Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releAses. To access CSV data while building a report, you can pAss a CsvDatAsource instance to the Assembler As a data source. Using of CsvDatAsource enables you to work with typed values rather than just strings in template documents. Although CSV As a format does not define a way to store values of types other than strings, CsvDatAsource is capable to recognize values of the following types by their string representations:...Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV data while building a report, you can pass a CsvDataSource instance to the assembler as a data source. Using of CsvDataSource enables you to work with typed values rather than just strings in template documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:

    docs.groupdocs.com/assembly/net/working-with-cs...
  10. Protect Your Documents with Watermarks in Group...

    One of the most requested and hence actively developed features in GroupDocs.Viewer for .NET is watermarking. Watermarking allows you to protect documents that you display on the web from screen-grabbing. In GroupDocs.Viewer for .NET watermarks are implemented As customizable text that can be added over a displayed document, overlapping its content. For the first time the ability to add watermarks wAs implemented in GroupDocs.Viewer for .NET version 2.0. In its first implementation, the feature had a number of restrictions....One of the most requested and hence actively developed features in GroupDocs.Viewer for .NET is watermarking. Watermarking allows you to protect documents that you display on the web from screen-grabbing. In GroupDocs.Viewer for .NET watermarks are implemented as customizable text that can be added over a displayed document, overlapping its content. For the first time the ability to add watermarks was implemented in GroupDocs.Viewer for .NET version 2.0. In its first implementation, the feature had a number of restrictions.

    blog.groupdocs.com/viewer/protect-your-document...