Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 4,671 for

as

(0.92 sec)
  1. Adding text watermarks | GroupDocs

    The GroupDocs.Watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....The GroupDocs.Watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames.

    docs.groupdocs.com/watermark/net/adding-text-wa...
  2. 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...
  3. 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/
  4. 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...
  5. 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...
  6. Issue with watermarks on Word documents - inval...

    Hi, I have encountered some issues when using Groupdocs.Watermark to stamp some files. This mainly affects Word documents As they appear to randomly generate false watermarks that are not positioned correctly, do not ha…...Hi, I have encountered some issues when using Groupdocs.Watermark to stamp some files. This mainly affects Word documents as they appear to randomly generate false watermarks that are not positioned correctly, do not ha…

    forum.groupdocs.com/t/issue-with-watermarks-on-...
  7. 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...
  8. 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...
  9. Releasing GroupDocs.Comparison for .NET 3.2.0 w...

    We are pleAsed to announce the new releAse of Next Generation GroupDocs.Comparison for .NET 3.2.0. with some exciting features. In this version, some new features hAs been introduced along with some important fixes. Also, this version hAs a new installer. We recommend that you download and update the API As soon As you can. GroupDocs.Comparison for .NET 3.2.0 - New FeaturesIn this new releAse of GroupDocs.Comparison for .NET 3.2.0 new features are introduced to save html files to word document when use Comparison....We are pleased to announce the new release of Next Generation GroupDocs.Comparison for .NET 3.2.0. with some exciting features. In this version, some new features has been introduced along with some important fixes. Also, this version has a new installer. We recommend that you download and update the API as soon as you can. GroupDocs.Comparison for .NET 3.2.0 - New FeaturesIn this new release of GroupDocs.Comparison for .NET 3.2.0 new features are introduced to save html files to word document when use Comparison.

    blog.groupdocs.com/comparison/groupdocs-introdu...
  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...