Sort Score
Result 10 results
Languages All
Labels All
Results 3,161 - 3,170 of 4,879 for

fix

(0.13 sec)
  1. Online Collage Maker. Quickly merge photos.

    Create collages online. Merge photos. Combine images into one picture. Free, easy to use, and safe service....notification email when error is fixed. Click this link to visit the...

    products.aspose.app/slides/collage
  2. Paid Support Helpdesk - groupdocs.com

    customer support platform...Where we can, we provide simple fixes and work-arounds as soon as...

    helpdesk.groupdocs.com/kb/faq/2-Enterprise-Supp...
  3. Get Signature of Metadata Type via API for C#, ...

    C# .NET API with a new MetadataSignatures property for DocumentInfo class to get metadata signatures of document. API license encryption security is improved....features, enhancements, and bug fixes in this release please visit...

    releases.groupdocs.com/signature/net/new-releas...
  4. Empty <title> tags being created when loading P...

    Hello, We are reviewing the HTML within the reader and noticed that there are empty tags throughout the document. We are seeing this in both EPub and PDF documents. This will cause accessibility issues with our produ…...@bgrimes This issue has been fixed in GroupDocs.Viewer for .NET...

    forum.groupdocs.com/t/empty-title-tags-being-cr...
  5. Metadata on GroupDocs Blog | Document Automatio...

    Metadata on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Metadata on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Manipul......cells file format along with fixes. Major Changes are done for...

    blog.groupdocs.com/tag/metadata/index.xml
  6. Convertir CSV en PDF en utilisant C#

    Voyons rapidement comment convertir un CSV en PDF en utilisant C#. Nous vous fournirons des instructions essentielles et un exemple de code pour exporter CSV au format PDF en utilisant C#....dans un format à mise en page fixe qui préserve l’apparence visuelle...

    kb.groupdocs.com/fr/conversion/net/convert-csv-...
  7. Releasing Next Generation GroupDocs.Comparison ...

    GroupDocs team happily announces the release of Next Generation GroupDocs.Comparison for .NET with the new features that you may have not practiced before. GroupDocs.Comparison is a powerful API for comparing + merging Microsoft Office, PDF, Text and HTML documents. It compares both content and styles in the documents and saves the difference summary in a separate result file. This version has a new installer and some new features, Fixes, and more document formats are introduced....installer and some new features, fixes, and more document formats are...

    blog.groupdocs.com/comparison/releasing-next-ge...
  8. GroupDocs.Viewer for .NET 17.1.0 Release Notes ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 17.1.0. Major Features There are 4 new features and 11 improvements and Fixes in this regular monthly release. The most notable are: Added possibility to configure ViewerConfig class via app.config or web.config files Implemented partial rendering of large Excel sheets when rendering to Html Improved rendering Email documents in Html mode Improved rendering Pdf documents in Html mode Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1043 Implement setting to prevent glyphs grouping when rendering pdf documents New Feature VIEWERNET-1036 Partial rendering of large Excel sheets in HTML mode New Feature VIEWERNET-1034 Implement parameterless ViewerHtmlHandler and ViewerImageHandler constructors New Feature VIEWERNET-308 Add possibility to configure ViewerConfig class via app....features and 11 improvements and fixes in this regular monthly release...‘checked’ when converting to fixed HTML Bug VIEWERNET-972 Radio...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  9. 在 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"; }