Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 4,151 for

as

(0.09 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. Merge TEX | Documentation

    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/
  6. 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...
  7. .NET Conversion from RTF/DOCX to PDF exception ...

    Works fine locally. Issue happens in docker container running on Alpine Linux. GroupDocs.Conversion: v22.12 .NET version: .NET 7.0 Error Message: GroupDocs.Conversion.Exceptions.GroupDocsConversionException: Object r…...Works fine locally. Issue happens in docker container running on Alpine Linux. GroupDocs.Conversion: v22.12 .NET version: .NET 7.0 Error Message: GroupDocs.Conversion.Exceptions.GroupDocsConversionException: Object r…

    forum.groupdocs.com/t/net-conversion-from-rtf-d...
  8. Edit and Manage Metadata in Python Apps - Group...

    Discover how to utilize GroupDocs.Metadata for Python via .NET to extract, update and remove metadata in your applications....Discover how to utilize GroupDocs.Metadata for Python via .NET to extract, update and remove metadata in your applications.

    blog.groupdocs.com/metadata/edit-metadata-in-py...
  9. Using a Network Storage with the GroupDocs.Anno...

    Greetings everyone! Not all of you might know that the latest version of the GroupDocs.Annotation for .NET library can read and save annotated documents not only from local storage or web links, but also from network storage. In other words, you can now locate documents on any network machine. This feature can be useful for businesses who have several machines networked to one main storage, or for customers who use one machine As a server and another one As a file storage....Greetings everyone! Not all of you might know that the latest version of the GroupDocs.Annotation for .NET library can read and save annotated documents not only from local storage or web links, but also from network storage. In other words, you can now locate documents on any network machine. This feature can be useful for businesses who have several machines networked to one main storage, or for customers who use one machine as a server and another one as a file storage.

    blog.groupdocs.com/annotation/groupdocs-annotat...
  10. 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...