Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 1,760 for

document management

(0.06 sec)
  1. GroupDocs.Assembly Engine APIs | GroupDocs

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Parameter Description document A template document. At runtime, this...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  2. GroupDocs editor Example for pptx and xlsx - Fr...

    Hello Team, few months back I requested for the Editor Example for Word file and I get the code like below [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")] //To create empty word doc public async Task<SPRespo…...request) { try { Document document = new Document(); await Task...Task.Run(() => document.Save(request.FileUploadPath)); return new...

    forum.groupdocs.com/t/groupdocs-editor-example-...
  3. How to Add Watermark in Word using C#

    This short article focus on how to add watermark in Word using C#. It's a step-by-step instructions with sample code to insert watermark in Word using C#....package from the NuGet package manager in the .NET application to...Save method to save the Word document to disk The above steps help...

    kb.groupdocs.com/annotation/net/how-to-add-wate...
  4. Redact Classified Content from Documents using ...

    We are continuing the journey of revamping our products to bring a more simplified and easy to use interfaces for you. We have done it for many of our Document manipulation APIs and recently, we have released all-new GroupDocs.Redaction for .NET API for you as v19.9. With this release, we have made it even easier for you to programmatically remove or mask classified information from text, metadata, and the annotations in MS Word, Excel, PowerPoint, and PDF Documents as well as images....have done it for many of our document manipulation APIs and recently...Excel , PowerPoint , and PDF documents as well as images . Why upgrade...

    blog.groupdocs.com/redaction/hide-or-remove-cla...
  5. How to Convert ODT to TXT using C#

    We will guide you how to convert ODT to TXT using C# without the need for any external software installations along with code example to export ODT to TXT in C#....yourself needing to convert Open Document Text ( ODT ) files to plain...Utilize the NuGet package manager to install GroupDocs.Conversion...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. How to Convert ODT to PPTX using C#

    In this topic, we will discover how to convert ODT to PPTX using C# without installing additional software installations along with code to export ODT to PPTX in C#....C# If you have an ODT (Open Document Text) file and need to convert...NET via the NuGet package manager for exporting ODT to PPTX file...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. How to Convert ODT to JPG using C#

    In this topic, we will discover how to convert ODT to JPG using C# without installing additional software installations along with code to export ODT to JPG in C#....C# If you have an ODT (Open Document Text) file and wish to convert...NET using the NuGet package manager Include a reference to the...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. Reverse Image Search in Documents

    Build your app with reverse image search functionality in Documents and image files....locate images stored within documents or standalone files. Here’s...following command in the Package Manager Console: Install-Package GroupDocs...

    blog.groupdocs.com/search/reverse-image-search/
  9. Faceted search | GroupDocs

    This article gives the knowledge of the creation of faceted search queries using Java search API....Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...search results by setting valid document field names to search. Creating...

    docs.groupdocs.com/search/nodejs-java/faceted-s...
  10. How to Convert Excel to PDF in C#

    Let's look at how to convert Excel to PDF in C# and how to use the C# Excel to PDF sample code to convert a workbook, selected sheets, or any cell range to PDF....widely used document formats for sharing documents. This tutorial...an Excel workbook to a PDF document using the XLSX format. Additionally...

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