Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 37,433 for

documents

(0.06 sec)
  1. Add Text Watermark to RTF using C#

    Let's learn how to add text watermark to RTF using C#. Furthermore, you'll receive a code example that demonstrates how to insert text watermark to RTF in C#....RTF using C# In the realm of document processing and manipulation...especially in scenarios where document security, branding, or ownership...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  2. Extracting document metainfo | Documentation

    Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Extracting document metainfo Extracting document metainfo Leave...

    docs.groupdocs.com/editor/java/extracting-docum...
  3. How to Convert DOCX to HTML using C#

    In this topic, you will explore how to convert DOCX to HTML using C#. Moreover, we will provide a code example to export DOCX to HTML in C# without using extra tools....Converting Microsoft Word DOCX document to HTML format can be a useful...publishing, and integrating document content into the digital world...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Note Format is Supported in GroupDocs.Merger fo...

    This month’s release of GroupDocs.Merger for .NET 18.9 comes with some new features. API enables you to work with password-protected ODT and OTT file formats. You can also trim Note formatted Documents. Please see release notes for further details. Features Note format is supported by following methods: Join MovePage RemovePage Split document SwapPages Trim Implement security methods for the following formats: OTT ODT Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs....also trim Note formatted documents. Please see release notes...MovePage RemovePage Split document SwapPages Trim Implement security...

    blog.groupdocs.com/merger/note-format-is-suppor...
  5. How to Convert ODT to HTML using Java

    Let's learn how to convert ODT to HTML using Java without installing any extra software. Also, write code example to export ODT to HTML in Java using conversion library....the demand for converting documents between different formats...encounter the need to convert Open Document Text ( ODT ) files to HTML...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. Convert Back and Forth Between 50+ Document For...

    GroupDocs.Conversion for .NET is one of emerging products in the GroupDocs product family. GroupDocs.Conversion allows users to convert Documents to and from over 50 different formats, including Word (DOC, DOCX) to PDF, PDF to image (TIFF, JPG), HTML to PDF, Word to HTML and many more. Unlike most of the software on the market, GroupDocs.Conversion is a .NET middleware designed specifically for easy integration into other applications. Thanks to its flexible API, GroupDocs....Conversion allows users to convert documents to and from over 50 different...

    blog.groupdocs.com/conversion/convert-back-and-...
  7. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...hundreds of thousands of documents. When performing search by...

    docs.groupdocs.com/search/net/search-by-chunks/
  8. Merge and split EPUB files in C# - GroupDocs.Me...

    Learn how to merge and split EPUB files using C# with GroupDocs.Merger for .NET. Try the powerful features for managing your EPUB Documents....eBooks or combining related documents. With GroupDocs.Merger for...how you want to split the document, such as by page numbers....

    blog.groupdocs.com/merger/merge-and-split-epub-...
  9. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...hundreds of thousands of documents. When performing search by...

    docs.groupdocs.com/search/java/search-by-chunks/
  10. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in Documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...either separate or embedded in documents. To connect OCR, you need...

    docs.groupdocs.com/search/java/ocr-support/