Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 11,925 for

text

(0.19 sec)
  1. Pdf to Docx conversion breaks on linux - Free S...

    We wrote a simple python script to convert pdf to docx using the python via .NET package. When it runs on a mac, it works ok with the exception of all the Text being within Text boxes (a bug which was reported in a diff…...exception of all the text being within text boxes (a bug which...

    forum.groupdocs.com/t/pdf-to-docx-conversion-br...
  2. Announcing New Features of the GroupDocs' Annot...

    GroupDocs Annotation is a web-based app that allows users to annotate PDF, Word, Excel and PowerPoint documents online, from a web-browser. With this app, you and your colleagues and partners can review and annotate a document simultaneously, in real time. We’re constantly working to improve the app’s interface and would like to introduce a new set of features we’ve recently designed and implemented. Add and Manage Notes GroupDocs Annotation lets you add notes throughout a document which show up as numbered markers....allows you to strike out text and add new text sections. [caption id=“attachment_246”...

    blog.groupdocs.com/annotation/announcing-new-fe...
  3. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page....()); } Sign Pdf document with Text signature Sticker appearance...This example shows how to add Text signature to Pdf document with...

    docs.groupdocs.com/signature/java/sign-document...
  4. Perform Synonym Search in Documents Online

    Unlock the power of synonym search! Learn how to search alternate words in Text-based documents online & programmatically....key features of this online text search tool. Search Options...your document, type in your text, and hit search. No need for...

    blog.groupdocs.com/search/online-synonym-search/
  5. Convert PNG to JPG with Python

    Learn how to convert PNG to JPG with Python without installed extra software. This topic also provide a code eample that explains how to export PNG to JPG in Python....converting rich text documents into plain text files. The article...best practices for efficient text extraction and content normalization...

    kb.groupdocs.com/conversion/python/convert-png-...
  6. Convert TXT to Word using Node.js

    Learn how to convert TXT to Word using Node.js with simple steps. We will also provide the code example of how to export TXT to Word in Node.js using a reliable APIs....js When working with raw text files, developers often need...lines of code, converting plain text to richly formatted Word documents...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  7. Convert TXT to PPTX using Node.js

    Quickly convert TXT to PPTX using Node.js for seamless presentation creation. This guide helps you export TXT to PPTX in Node.js with reliable and fast conversion APIs....presentation (PPTX) from the plain text input To begin, you’ll need...file. This prepares the raw text content for conversion. Next...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  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"; }