Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 3,520 for

view

(0.04 sec)
  1. Discount Offer on GroupDocs.Total Ending Soon |...

    Complete set of .NET & Java APIs in 25% Off. Use 'HOLOFF2020' coupon code to get GroupDocs.Total - The complete collection of APIs for document manipulation....manipulation toolkit that lets you view, convert, annotate, compare...

    blog.groupdocs.com/total/groupdocs-discount-off...
  2. Render SVG as HTML using Java

    Efficiently grasp the procedure of how to render SVG as HTML using Java. Additionally, discover step-by-step instructions and Java code for rendering SVG to HTML....to its constructor Obtain the view options by calling the HtmlViewOptions...Call the Viewer.view method, passing the view options, to save...

    kb.groupdocs.com/viewer/java/render-svg-as-html...
  3. GroupDocs.Viewer Plugin for One of the Leading ...

    Moodle is a powerful learning management system that provides educators and learners with a robust set of tools for building and administrating collaborative learning environments. When integrated into Moodle, GroupDocs.Viewer enables both educators and learners to View and securely share documents, drawings and images in more than 50 different file formats – all from within Moodle environment and without having to install original software used to create the files....both educators and learners to view and securely share documents...any web-page as a widget for viewing documents online. You can then...

    blog.groupdocs.com/viewer/groupdocs-viewer-plug...
  4. Render SVG as HTML using C#

    Learn efficiently how to render SVG as HTML using C#. Also, explore step-by-step instructions and C# code for rendering SVG to HTML without installing extra tools....argument to its constructor Get the view options by calling HtmlViewOptions...method Call the Viewer.View method with view options to save output...

    kb.groupdocs.com/viewer/net/render-svg-as-html-...
  5. GroupDocs.Viewer for Python overview | GroupDocs

    GroupDocs.Viewer for Python: View files (DOCX, PDF, etc.) as HTML, PNG, JPEG, PDF. Cross-platform library for Python apps....execute the following actions: View documents in the (DOCX, XLSX...need third-party software to view files within your Python application...

    docs.groupdocs.com/viewer/python-net/product-ov...
  6. Render TXT as HTML using C#

    In this tutorial, we will learn how to render TXT as HTML using C# without installing extra tools. Moreover, we will provide you C# code for rendering TXT to HTML....its constructor Get the HTML view options by calling HtmlViewOptions...Call the Viewer.View method, passing the view options as an argument...

    kb.groupdocs.com/viewer/net/render-txt-as-html-...
  7. PDF file displayed incorrectly, with letters ch...

    errorView02.jpg (136.8 KB) errorView01.jpg (146.0 KB) HNM2023000003797.pdf (73.4 KB) AAA2023001744577.pdf (76.5 KB) Hi, When we try to View these documents on Viewer tool, we’ve seen some problems on line and letter…...5 KB) Hi, When we try to view these documents on viewer tool...because of config. Here is the view after applying the config: afterConfig02...

    forum.groupdocs.com/t/pdf-file-displayed-incorr...
  8. GroupDocs.Viewer 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....provides ample possibilities to view a wide variety of documents...for cross-domain document viewing. [caption id=“attachment_3916”...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  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"; }