Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 536 for

preview page

(0.45 sec)
  1. Publishing Modern SharePoint Web-Part for Group...

    GroupDocs team is proudly announcing new **Modern Web-Part **for SharePoint Developers for GroupDocs.Viewer for .NET API. Using this release SharePoint developers can not only integrate GroupDocs.Viewer in their SharePoint site, but they can also customize it according to their needs. This new release is simple, efficient and, user friendly. Please download and investigate this new Web-Part. Let’s explore key highlights in this new user interface. Modern Look-and-FeelThe look and feel has been completely revamped using Material Design....allows you to preview thumbnails of document pages. You can jump...jump to any document page by clicking on its thumbnail. # DownloadThe...

    blog.groupdocs.com/viewer/publishing-modern-sha...
  2. Announcing a new Modern UI for GroupDocs.Viewer...

    It is an exciting moment for me to announce that a new UI for GroupDocs.Viewer for Java has been released. Re-written from scratch with usability in mind, the new user interface has a good look, better user experience and a neat feeling. GroupDocs.Viewer for Java is an API to render vast variety of documents into HTML and images. It allows you to convert Pages of a document into separate HTML or image files which can be later be used in your application.... It allows you to convert pages of a document into separate...allows you to preview thumbnails of document pages. You can jump...

    blog.groupdocs.com/viewer/announcing-modern-ui-...
  3. File Size Increase on Conversion to HTML – Grou...

    File Size Increase on Conversion to HTML – GroupDocs for .NET Hello Team, I am using **GroupDocs.Conversion** in a .NET Core application to convert document files (e.g., Word, Excel) to HTML for pr...... Word, Excel) to HTML for preview purposes. However, I have noticed... The DOCX file contains 30 pages, each with a single image. When...

    forum.groupdocs.com/t/file-size-increase-on-con...
  4. Edit Excel Spreadsheet | GroupDocs

    This guide demonstrates how to edit XLS, XLSX, XLSM, XLSB, ODS, SXC spreadsheets with hidden worksheets, protect edited spreadsheet with password and many other powerful features of GroupDocs.Editor for Java....Spreadsheet Leave feedback On this page This demonstration shows and...called worksheets) instead of pages, and these tabs are separate...

    docs.groupdocs.com/editor/java/edit-excel/
  5. Migration notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....notes Leave feedback On this page Why To Migrate? Here are the... Document information and preview generation procedures were...

    docs.groupdocs.com/parser/net/migration-notes/
  6. [Release] GroupDocs.Annotation for .NET 26.6 - ...

    Dear GroupDocs users, we’re pleased to announce GroupDocs.Annotation for .NET 26.6. This release restructures the NuGet packaging to add .NET 6 and .NET 8 builds, upgrades all underlying document engines, and ships seven…...populated TextLines for each Visio page. The extractor was reading shape...(ANNOTATIONNET-2659) PPTX — slide preview generation Document.GeneratePreview(...

    forum.groupdocs.com/t/release-groupdocs-annotat...
  7. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data.... Document information and preview generation procedures were...textLine != null ); } } Text Page Old coding style // Create an...

    docs.groupdocs.com/parser/java/migration-notes/
  8. Topics tagged csharp

    Topics tagged csharp...November 24, 2024 Different preview result from official Demo GroupDocs...10 126 November 19, 2024 next page →...

    forum.groupdocs.com/tag/csharp
  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"; }