Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 4,637 for

as

(0.05 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. Announcing Hotfix release of GroupDocs.Comparis...

    This hotfix of GroupDocs.Comparison for .NET 18.7.1 comes with a security improvement. We’d recommend you to try latest version of the API and enhance your document comparison experience. Improvements Security improvements update Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs.Comparison for .NET API: Nuget Package - NuGet Install Documentation - Product Docs Video Tutorials - YouTube Videos Support Forum - Technical Support Forum Example / Plugins - Github source code examples Feedback You are always welcome to share your feedback and suggestions to improve this product, we take it very seriously and try to incorporate it As much As its possible for upcoming releAses ....This hotfix of GroupDocs.Comparison for .NET 18.7.1 comes with a security improvement. We’d recommend you to try latest version of the API and enhance your document comparison experience. Improvements Security improvements update Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs.Comparison for .NET API: Nuget Package - NuGet Install Documentation - Product Docs Video Tutorials - YouTube Videos Support Forum - Technical Support Forum Example / Plugins - Github source code examples Feedback You are always welcome to share your feedback and suggestions to improve this product, we take it very seriously and try to incorporate it as much as its possible for upcoming releases .

    blog.groupdocs.com/comparison/announcing-hotfix...
  3. Issue with Font :- "Leelawadee UI" - Free Suppo...

    Hi, When we try to convert a document with the ‘Leelawadee UI’ font to PDF, we encounter some issues in characters. Can you pleAse suggest something here?...Hi, When we try to convert a document with the ‘Leelawadee UI’ font to PDF, we encounter some issues in characters. Can you please suggest something here?

    forum.groupdocs.com/t/issue-with-font-leelawade...
  4. Redaction basics | GroupDocs

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such As, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others.

    docs.groupdocs.com/redaction/net/redaction-basics/
  5. eSign document with Metadata signature | GroupDocs

    This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature

    docs.groupdocs.com/signature/net/esign-document...
  6. GroupDocs.Viewer 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.viewer-...
  7. 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...
  8. Preserve linking of OLE objects to Excel when P...

    Hi I have a use cAse where I have a PowerPoint with multiple OLE Objects that are linked to an Excel file. I am sending the PowerPoint and Excel As bAse64 encoded strings via an API and will be inserting the slide into…...Hi I have a use case where I have a PowerPoint with multiple OLE Objects that are linked to an Excel file. I am sending the PowerPoint and Excel as base64 encoded strings via an API and will be inserting the slide into…

    forum.groupdocs.com/t/preserve-linking-of-ole-o...
  9. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for .NET...Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for .NET

    docs.groupdocs.com/viewer/net/search-highlight-...
  10. How to Convert HTML to RTF in Java

    This short article provides thorough information to convert HTML to RTF in Java and how to use it for the development of the Java HTML to RTF application....This short article provides thorough information to convert HTML to RTF in Java and how to use it for the development of the Java HTML to RTF application.

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