Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 10,013 for

text

(0.04 sec)
  1. Extract from ZIP on GroupDocs Blog | Document A...

    Extract from ZIP on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Extract from ZIP on GroupDocs Blog | Document Automation Solutions for .NET & Java De......extrahieren Sie den gesamten Text und Bilder aus den beiliegenden...

    blog.groupdocs.com/de/tag/extract-from-zip/inde...
  2. diff view library on GroupDocs Blog | Document ...

    diff view library on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in diff view library on GroupDocs Blog | Document Automation Solutions for .NET & Java ......PowerPoint و OpenDocument ODT و PDF و Text و HTML. تقارن واجهة برمجة تطبيقات...

    blog.groupdocs.com/ar/tag/diff-view-library/ind...
  3. remove watermarks using Java on GroupDocs Blog ...

    remove watermarks using Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in remove watermarks using Java on GroupDocs Blog | Document Automation Solu......programmgesteuerten Suchen und Entfernen von Text- und Bildwasserzeichen aus Dokumenten...

    blog.groupdocs.com/de/tag/remove-watermarks-usi...
  4. GroupDocs.Total for Java overview | Documentation

    GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis to ensure that it contains the most up to date versions of each of our Java document manipulation APIs....Java This Java library provides text classification features, allowing...you to categorize and analyze text data based on pre-defined or...

    docs.groupdocs.com/total/java/product-overview/
  5. GroupDocs.Total Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....to classify your documents or text with IAB-2 or document taxonomies...advanced signature types including; text, image, barcode, QR code, stamp...

    blog.groupdocs.com/categories/groupdocs.total-p...
  6. Online Document Viewer Add-on from GroupDocs is...

    We’re glad to announce the launch of the GroupDocs Viewer add-on for Mozilla Firefox. This add-on allows you to embed documents using a Firefox browser. Access your GroupDocs account without having to log in each time you want to manage files. GroupDocs’ online document viewer allows you to view, read, and share documents easily and effectively. Managing cross-version issues and file format compatibility are some of the issues that GroupDocs Viewer overcomes....proposals, operational procedures or text documents, GroupDocs supports...helps expedite tasks. Search text, navigate easily, and embed...

    blog.groupdocs.com/viewer/online-document-viewe...
  7. 在 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"; }