Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 4,407 for

as

(0.05 sec)
  1. Releasing GroupDocs.Search for .NET - A Versati...

    After a great success of vAst APIs, GroupDocs.Search for .NET hAs been introduced which allows many ways to perform search operations against the various file formats. Furthermore, It is a document search API that can be used for performing full text search over the indexed documents. Let’s not wait and see how it is going to serve the users. Features provided by GroupDocs.Search for .NET Listed below are the wide range of supported features of the GroupDocs....After a great success of vast APIs, GroupDocs.Search for .NET has been introduced which allows many ways to perform search operations against the various file formats. Furthermore, It is a document search API that can be used for performing full text search over the indexed documents. Let’s not wait and see how it is going to serve the users. Features provided by GroupDocs.Search for .NET Listed below are the wide range of supported features of the GroupDocs.

    blog.groupdocs.com/search/releasing-groupdocs-s...
  2. License update without updating GroupDocs versi...

    Hello, We are using below packages of GroupDocs and we couldn’t update to next version due to unspported .NET framework version. currently we are using 4.6.1 Do we still need to update the license if we are not updatin…...Hello, We are using below packages of GroupDocs and we couldn’t update to next version due to unspported .NET framework version. currently we are using 4.6.1 Do we still need to update the license if we are not updatin…

    forum.groupdocs.com/t/license-update-without-up...
  3. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how to use Microsoft Azure Computer Vision API...This article explains that how to use Microsoft Azure Computer Vision API

    docs.groupdocs.com/redaction/java/use-microsoft...
  4. Developer Guide | Documentation

    This section describes how to get started with GroupDocs.Conversion for Python via .NET library in order to convert files...This section describes how to get started with GroupDocs.Conversion for Python via .NET library in order to convert files

    docs.groupdocs.com/conversion/python-net/develo...
  5. Font extraction options | Documentation

    Learn how to extract fonts from input Word documents when editing with GroupDocs.Editor API for Node.js....Learn how to extract fonts from input Word documents when editing with GroupDocs.Editor API for Node.js.

    docs.groupdocs.com/editor/nodejs-java/font-extr...
  6. Sign document with Digital signature | Document...

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions.

    docs.groupdocs.com/signature/net/sign-document-...
  7. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document As shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.clAss); for (PresentationSlide slide : content.getSlides()) { if (slide....Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide.

    docs.groupdocs.com/watermark/java/working-with-...
  8. Search for encrypted objects Metadata signature...

     This article explains how to search for encrypted electronic signatures in the document metadata. This topic contains example of using standard encryption, serialization, clAss definition and search for embedded objects in the document metadata with GroupDocs.Signature.... This article explains how to search for encrypted electronic signatures in the document metadata. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in the document metadata with GroupDocs.Signature.

    docs.groupdocs.com/signature/java/search-for-en...
  9. C# Compare Excel, Word, Text Files | .NET Docum...

    Compare two files or more using C#. .NET SDK allows comparing two Excel spreadsheets, Word documents, PDF files or compare text files in CSharp....Compare two files or more using C#. .NET SDK allows comparing two Excel spreadsheets, Word documents, PDF files or compare text files in CSharp.

    blog.groupdocs.com/comparison/compare-excel-wor...
  10. Watermark messing up in PDF - .NET Core - Free ...

    Hi everyone, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…...Hi everyone, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…

    forum.groupdocs.com/t/watermark-messing-up-in-p...