Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 4,654 for

as

(0.23 sec)
  1. Working with JSON Data Sources | GroupDocs

    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. Testing Manuel Lemos' MIME E-mail composing and...

    From: mlemos@acm.org on behalf of "mlemos" Sent: Sat, 30 Apr 2005 19:28:29 -0300 To: "Manuel Lemos" Subject: Testing Manuel Lemos' MIME E-mail composing and se......From: mlemos@acm.org on behalf of "mlemos" <mlemos@acm.org> Sent: Sat, 30 Apr 2005 19:28:29 -0300 To: "Manuel Lemos" <mlemos@linux.local> Subject: Testing Manuel Lemos' MIME E-mail composing and se...

    docs.groupdocs.com/conversion/java/_sample_file...
  3. Render Filtered Messages from Outlook Data File...

    We are delighted to announce that we have rolled out version 19.1 of GroupDocs.Viewer for .NET. The latest version brings five new features, three bug fixes, and three improvements. You can now obtain the email messages As well As filter the messages contained in Outlook Data Files (OST/PST). Furthermore, we have extended our list of supported file formats by adding the support of VCF file format. PleAse have a look at the releAse notes for more details on new features, fixes, and improvements....We are delighted to announce that we have rolled out version 19.1 of GroupDocs.Viewer for .NET. The latest version brings five new features, three bug fixes, and three improvements. You can now obtain the email messages as well as filter the messages contained in Outlook Data Files (OST/PST). Furthermore, we have extended our list of supported file formats by adding the support of VCF file format. Please have a look at the release notes for more details on new features, fixes, and improvements.

    blog.groupdocs.com/viewer/render-filtered-messa...
  4. Merge TEX | GroupDocs

    Learn how to merge TEX files, combine TEX files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Learn how to merge TEX files, combine TEX files into one file programmatically in C# language using GroupDocs.Merger for .NET library.

    docs.groupdocs.com/merger/net/merge/tex/
  5. Add Text Watermark to PNG using C#

    Explore the method how to add text watermark to PNG using C#. Additionally, you'll be provided a code example illustrating how to insert text watermark to PNG in C#....Explore the method how to add text watermark to PNG using C#. Additionally, you'll be provided a code example illustrating how to insert text watermark to PNG in C#.

    kb.groupdocs.com/watermark/net/add-text-waterma...
  6. Convert DOCX to GIF using Python

    Discover how to convert DOCX to GIF using Python with clear steps. Effortlessly export DOCX to GIF using Python for lightweight, animated, or web-friendly output....Discover how to convert DOCX to GIF using Python with clear steps. Effortlessly export DOCX to GIF using Python for lightweight, animated, or web-friendly output.

    kb.groupdocs.com/conversion/python/convert-docx...
  7. Perform Wildcard Search in GroupDocs.Search for...

    We are pleAsed to announce the monthly releAse of GroupDocs.Search for Java 18.12. Using the latest version, you can now index and search blended characters and perform a wildcard search. We would recommend you to install and use the latest version of the API. Features Following are the new features introduced in the latest version: Blended Characters Search GroupDocs.Search for Java API 18.12 introduces a new clAss of characters - blended....We are pleased to announce the monthly release of GroupDocs.Search for Java 18.12. Using the latest version, you can now index and search blended characters and perform a wildcard search. We would recommend you to install and use the latest version of the API. Features Following are the new features introduced in the latest version: Blended Characters Search GroupDocs.Search for Java API 18.12 introduces a new class of characters - blended.

    blog.groupdocs.com/search/perform-wildcard-sear...
  8. Get file info | GroupDocs

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize.

    docs.groupdocs.com/redaction/python-net/get-fil...
  9. Cache results | GroupDocs

    This article contains caching use-cAses with GroupDocs.Viewer within your .NET applications....This article contains caching use-cases with GroupDocs.Viewer within your .NET applications.

    docs.groupdocs.com/viewer/net/caching-results/
  10. Adding text watermarks | GroupDocs

    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...