Sort Score
Result 10 results
Languages All
Labels All
Results 1,591 - 1,600 of 35,921 for

viewer

(0.13 sec)
  1. XLS2003 to PDF conversion produces an invalid P...

    After I updated ‘groupdocs-conversion’ for Java from 25.6 to 25.8 conversion to PDF for XLS2003 results in a PDF that I can’t open with a PDF Viewer like Preview. Attaching the file that I can reproduce the issue with d…...that I can’t open with a PDF viewer like Preview. Attaching the...PDF cannot be opened in a PDF viewer. However, if you rename the...

    forum.groupdocs.com/t/xls2003-to-pdf-conversion...
  2. Exhibitor preview - Free Support Forum - groupd...

    Hello, We are a software publisher using your library for our Web application. We are encountering a problem when previewing a PDF file that has been converted using Aspose.Cells. Here, we can found the document Excep…...Viewer Product Family dotnet B.Leveille...using GroupDocs.Viewer.Options; using GroupDocs.Viewer.Results; using...

    forum.groupdocs.com/t/exhibitor-preview/14724
  3. GroupDocs.Assembly 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....GroupDocs Annotation and GroupDocs Viewer apps with multiple platforms...

    blog.groupdocs.com/categories/groupdocs.assembl...
  4. Licensing and evaluation | GroupDocs

    GroupDocs.Viewer provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for .NET /...

    docs.groupdocs.com/viewer/net/licensing-and-eva...
  5. Installation | GroupDocs

    This guide explains how to install GroupDocs.Total for Python via .NET in your environment....Viewer Product Solution GroupDocs...groupdocs-total-net-25.12 groupdocs-viewer-net-25.12 groupdocs-watermark-net-25...

    docs.groupdocs.com/total/python-net/installation/
  6. render_docx_to_html.zip

    demo-app/render_docx_to_html.py import os from groupdocs.Viewer import License, Viewer from groupdocs.Viewer.options import HtmlViewOptions def render_docx_to_html(): # Get license file absolute pa......viewer import License, Viewer from groupdocs.viewer.options...os.path.abspath("./GroupDocs.Viewer.lic") if os.path.exists(license_path):...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  7. Hidden Text Becomes Visible in GroupDocs.Viewer...

    Hi GroupDocs Support, I encountered a rendering issue using GroupDocs.Viewer when previewing a PDF document. In the original PDF, there is some text that is intentionally hidden behind a filled rectangle or shape (used…...Viewer Due to Incorrect Rendering...Rendering Layer Order GroupDocs.Viewer Product Family fadip July 8, 2025...

    forum.groupdocs.com/t/hidden-text-becomes-visib...
  8. GroupDocs.Total for Java 25.12 – Latest Updates...

    Explore what’s new in GroupDocs.Total for Java 25.12. Available now on NuGet and GroupDocs website....Viewer 25.12 https://releases.groupdocs.com/viewer/java...com/viewer/java/release-notes/2025/groupdocs-viewer-for-java-25-12-release-notes/...

    blog.groupdocs.com/total/groupdocs-total-for-ja...
  9. 在 ASP.NET Core MVC 中為 140 多種文件格式創建文檔查看器

    在線文檔查看器在數字文檔的使用越來越多之後變得流行起來,尤其是在內容管理系統中。這種流行背後的原因是您無需購買或安裝專用軟件程序即可查看各種文檔格式。考慮到文檔查看器的重要性,我想寫一篇關於如何在 ASP.NET MVC 中創建通用文檔查看器的文章。 我們將創建一個面向 [.NET Core](https://en.wikipedia. org/wiki/.NETCore) 框架。對於後端的文檔呈現,我們將使用 GroupDocs.Viewer for .NET API - 一個強大的文檔查看器 API,支持 140 多種文檔類型,包括 PDF 、Word、Excel、PowerPoint, Visio、CAD、Outlook 和許多其他流行格式。 為什麼選擇 .NET 核心? .NET Core 是 Microsoft 對 .NET 生態系統的重要補充。它使得開發跨平台應用程序成為可能,而無需開發人員進行任何額外的工作。這就是我選擇 .NET Core 作為目標框架的原因。 在 ASP.NET Core 中創建文檔查看器的步驟 打開 Visual Studio 並開始一個新項目。 從項目類型中選擇 .NET Core,從模板中選擇 ASP.NET Core Web Application。 選擇 Web Application (Model-View-Controller) 並單擊 Ok 按鈕。 從 NuGet 安裝 GroupDocs.Viewer。 打開 Views/Home/Index.cshtml 文件並將其內容替換為以下內容: @{ ViewData["Title"] = "Home Page"; }