Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 14,324 for

file

(0.17 sec)
  1. How to Sign PDF with Digital Signature using Java

    This short tutorial walks you through the process to sign a PDF with a digital signature using Java and provides the implementation of a digital signature in Java....pass the required certificate file and its password to the constructor...Signature class, pass the output PDF file name and DigitalSignOptions...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...
  2. Render PDF as JPG using Java

    Discover an efficient approach to render PDF as JPG using Java. Additionally, delve into comprehensive step-by-step guideline and Java code for rendering PDF to JPG....object by providing the PDF file path as an argument to its constructor...view options, to render the PDF file as JPG images Operating systems...

    kb.groupdocs.com/viewer/java/render-pdf-as-jpg-...
  3. Add Ellipse Annotation to JPG using C#

    This guide provides instructions on how to add ellipse annotation to JPG using C#. It also encompasses code example to insert ellipse annotation to JPG in C#....Annotator class by supplying the JPG file path as a parameter to its constructor...ellipse annotations into a JPG file. Code to Add Ellipse Annotation...

    kb.groupdocs.com/annotation/net/add-ellipse-ann...
  4. Add Area Annotation to JPG using Java

    In this topic, you'll discover how to add area annotation to JPG using Java. It encompasses detailed steps and code example to insert area annotation to JPG in Java....Annotator class by providing the JPG file path as an argument to its constructor...an area annotation into a JPG file. Code to Add Area Annotation...

    kb.groupdocs.com/annotation/java/add-area-annot...
  5. Read Metadata from DOCX using C#

    Unlock the method to read metadata from DOCX using C#. Elevate document organization efficiency by mastering the art of how to read metadata of DOCX using C#....class, passing the file path of the DOCX file as a parameter to...recommended library and adjusted the file paths accordingly, incorporating...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  6. How to Extract Text from PDF using C#

    Learn how to efficiently extract text from PDF using C#. Also, explore step-by-step instructions and code of C# read PDF text without installing extra tools....Viewer class object using PDF file’s path in its constructor Call...how to extract text from a PDF file using C#. Code to Extract Text...

    kb.groupdocs.com/viewer/net/how-to-extract-text...
  7. GroupDocs.Viewer Product Family | Documentation

    Excellent File viewer component that empowers your C#, ASP.NET, and other .NET applications with document viewing features across more than 170+ supported File formats Documentation .NET Java Node.js Python GroupDocs.Viewer for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Document rendering Articles and guidelines for document rendering Render Word documents Render PDF documents Render PowerPoint presentations Render spreadsheets ....Viewer Product Family Excellent file viewer component that empowers...across more than 170+ supported file formats Documentation .NET Java...

    docs.groupdocs.com/viewer/
  8. View MPP Files Created in MS Project 2019 using...

    Hello everyone! We have recently released version 19.9 of GroupDocs.Viewer for .NET with the support of new File formats as well as a number of bug fixes. So in this post, I am going to write about what is new in this release particularly for those who are interested in viewing Microsoft Project Files (.mpp) using .NET API. Microsoft Project is a famous project management software that is proved to be helpful for the managers as well as the other stakeholders in making, organizing, tracking and analyzing their project plans....NET with the support of new file formats as well as a number...in viewing Microsoft Project files ( .mpp ) using .NET API. Microsoft...

    blog.groupdocs.com/viewer/view-mpp-files-of-ms-...
  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"; }