Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 10,281 for

text

(0.27 sec)
  1. Python Tiling Watermarks: 7 Examples to Protect...

    Master Python tiling watermarks with 7 practical examples. Learn to add, create, and customize watermarks for document security, remove watermarks, and protect files using GroupDocs.Watermark API for enterprise content protection....Example 1: Basic Confidential Text Watermark (Perfect for Beginners)...Example 1: Basic Confidential Text Watermark (Perfect for Beginners)...

    blog.groupdocs.com/watermark/tiling-watermark-p...
  2. GroupDocs.Classification Product Family | Group...

    Build custom applications to perform documents and Text categorization operations using different taxonomies within your applications GroupDocs Developers Cookbook GroupDocs.Classification for .NET Getting Started Start quickly with our getting started documentation Features Overview Supported Document Formats System Requirements Installation Developer Guide Articles and guidelines for basic and advanced development Basic Usage Advanced Usage More .NET Code Examples GroupDocs.Classification for .NET APIs usage examples (documents classification and sentiment analysis) Live demos GroupDocs....applications to perform documents and text categorization operations using...Classification Free App Classify raw text, Microsoft Word, OpenOffice...

    docs.groupdocs.com/classification/
  3. Render RTF as PDF using Python

    You can render RTF as PDF using Python to convert rich Text files into professional, shareable documents. This approach lets you create PDF from RTF in Python effortlessly....as PDF using Python RTF (Rich Text Format) documents are widely...widely used for creating styled text files that include fonts, tables...

    kb.groupdocs.com/viewer/python/render-rtf-as-pd...
  4. Annotate or Collaborate on Documents Easily Usi...

    Great news for all reviewers! We’ve introduced the new GroupDocs Annotation user interface to make your document annotation process easier and faster. With these new enhanced UI and features, you are now able to annotate and collaborate on documents quickly. GroupDocs Annotation is a service that lets you perform document collaboration easily. You and your colleagues can annotate documents and perform document collaboration in real time. You can make suggestions or add the required comments online at the same time, which makes the review process much faster....use annotate tools, such as Text Annotation, Point Annotation...Polyline Annotation, and Strikeout Text. There is no need to explain...

    blog.groupdocs.com/total/annotate-or-collaborat...
  5. Dynamic Insertion of Hyperlinks in Documents us...

    We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.7. Using the latest version, you can now insert hyperlinks dynamically in Word Processing, Spreadsheet, Presentation and Email documents. Furthermore, a bug related to DocumentAssembler is now fixed. We recommend you to install the latest version of the API for a better user experience. Features Introduced Using GroupDocs.Assembly for Java 18.7, you can now insert hyperlinks to your reports dynamically using link tags....<<link [uri_expression][display_text_expression]>> Here, uri_expression...In turn, display_text_expression defines text to be displayed...

    blog.groupdocs.com/assembly/dynamic-insertion-o...
  6. Search index settings | GroupDocs

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....returns a collection of custom text extractors that allows adding...a custom text extractor and using it to extract text is presented...

    docs.groupdocs.com/search/net/search-index-sett...
  7. How to Edit XML File | GroupDocs

    This article demonstrates how to edit XML files and XML documents using Node.js via Java....that any XML is first of all a text file). By default, all XML files...URIs, if they are present in text nodes or attribute values inside...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  8. 在 ASP.NET Core MVC 中为 140 多种文件格式创建文档查看器

    在线文档查看器在越来越多地使用数字文档后变得流行起来,尤其是在内容管理系统中。这种流行背后的原因是您无需购买或安装专用软件程序即可查看各种文档格式。考虑到文档查看器的重要性,我想写一篇关于如何在 ASP.NET MVC 中创建通用文档查看器的文章。 我们将创建一个针对 .NET Core 框架。对于后端的文档呈现,我们将使用 GroupDocs.Viewer for .NET API - 一个强大的文档查看器 API它支持 140 多种文档类型,包括 PDF、Word、Excel、PowerPoint、Visio、CAD、Outlook 和许多其他流行的格式。 为什么选择 .NET Core? .NET Core 是 Microsoft 对 .NET 生态系统的重要补充。它使开发跨平台应用程序成为可能,而无需开发人员进行任何额外的努力。这就是我选择 .NET Core 作为目标框架的原因。 在 ASP.NET Core 中创建文档查看器的步骤 1. 打开 Visual Studio 并启动一个新项目。 2. 从项目类型中选择 .NET Core,从模板中选择 ASP.NET Core Web Application。 3. 选择 Web Application (Model-View-Controller) 并点击 Ok 按钮。 4. 从 NuGet 安装 GroupDocs.Viewer。 5. 打开 Views/Home/Index.cshtml 文件并将其内容替换为以下内容: @{ ViewData["Title"] = "Home Page"; }