Sort Score
Result 10 results
Languages All
Labels All
Results 2,031 - 2,040 of 4,469 for

as

(0.3 sec)
  1. Create Search Report using C#

    Learn how to create search report using C# for indexed data. A sample code example will be provided to generate search report in C# without installing extra software....Learn how to create search report using C# for indexed data. A sample code example will be provided to generate search report in C# without installing extra software.

    kb.groupdocs.com/search/net/create-search-repor...
  2. Convert TXT to RTF using Node.js

    Learn how to convert TXT to RTF using Node.js with GroupDocs.Conversion. Follow this guide to eAsily export TXT to RTF in Node.js for enhanced document handling....Learn how to convert TXT to RTF using Node.js with GroupDocs.Conversion. Follow this guide to easily export TXT to RTF in Node.js for enhanced document handling.

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  3. Extract Images from PPTX using C#

    Learn how to extract images from PPTX using C# with a step-by-step guide. This tutorial provides C# code to extract images from PPTX files efficiently for your projects....Learn how to extract images from PPTX using C# with a step-by-step guide. This tutorial provides C# code to extract images from PPTX files efficiently for your projects.

    kb.groupdocs.com/parser/net/extract-images-from...
  4. Convert PPTX to RTF using Node.js

    Explore how to convert PPTX to RTF using Node.js for eAsy document handling. Our guide shows how to export PPTX to RTF in Node.js, streamlining your workflow....Explore how to convert PPTX to RTF using Node.js for easy document handling. Our guide shows how to export PPTX to RTF in Node.js, streamlining your workflow.

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  5. Convert PDF to Grayscale JPG & PNG Images using C#

    Transform PDF documents to grayscale JPG or PNG images in C#. Apply gamma, manage contrAst or control brightness within .NET application....Transform PDF documents to grayscale JPG or PNG images in C#. Apply gamma, manage contrast or control brightness within .NET application.

    blog.groupdocs.com/conversion/convert-pdf-to-gr...
  6. Get Files of Specific Type using GroupDocs.Meta...

    In the modern times, the data is increAsing dramatically. As a result, the large organizations may have maintained servers to store their organizational data in the form of files located in different directories. Very often, these organization may need to apply some filters to get files of a specific type i-e *.docx or *.txt etc. Filtering through a huge number files is not an eAsy job for the human beings and they might think if there is some automated system to achieve this....In the modern times, the data is increasing dramatically. As a result, the large organizations may have maintained servers to store their organizational data in the form of files located in different directories. Very often, these organization may need to apply some filters to get files of a specific type i-e *.docx or *.txt etc. Filtering through a huge number files is not an easy job for the human beings and they might think if there is some automated system to achieve this.

    blog.groupdocs.com/metadata/get-specific-file-t...
  7. New release of GroupDocs.Viewer for .NET introd...

    GroupDocs is always keen to get the feedback from the customers and provide enhanced, improved and bug free version of the products. Our dedicated teams have been working on the the requirements and the suggestions of our valued customers and releAsed GroupDocs.Viewer for .NET 3.2.0. The latest version of the API hAs come with many new and improved features. Moreover, bugs faced by the users in previous version have been fixed in the latest version....GroupDocs is always keen to get the feedback from the customers and provide enhanced, improved and bug free version of the products. Our dedicated teams have been working on the the requirements and the suggestions of our valued customers and released GroupDocs.Viewer for .NET 3.2.0. The latest version of the API has come with many new and improved features. Moreover, bugs faced by the users in previous version have been fixed in the latest version.

    blog.groupdocs.com/viewer/new-release-groupdocs...
  8. GroupDocs.Comparison for .NET 25.8 – Latest Upd...

    Explore what’s new in GroupDocs.Comparison for .NET 25.8. Available now on NuGet and GroupDocs website....Explore what’s new in GroupDocs.Comparison for .NET 25.8. Available now on NuGet and GroupDocs website.

    blog.groupdocs.com/comparison/groupdocs-compari...
  9. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such As DOC, DOCX, ODT, etc. For the full list of supported document formats pleAse refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist....Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist.

    blog.groupdocs.com/signature/working-with-group...