Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 2,265 for

word to pdf

(0.32 sec)
  1. Search text | GroupDocs

    Learn how To search for keyWords and use regular expressions To find text in documents using GroupDocs.Parser for .NET. Search text with case sensitivity and whole Word options in C#....search is limited by the whole word. The value that indicates whether...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/search-text/
  2. Introduction | GroupDocs

    This is an introduction To editing documents, explaining the main stages of document opening, editing, and saving results within Node.js via Java applications....document in some format (like DOCX, PDF, or XLSX). At this stage, you...WordprocessingML Flat XML, ODT, OTT, Word 2003 XML WordProcessingLoadOp...

    docs.groupdocs.com/editor/nodejs-java/introduct...
  3. GroupDocs.Comparison for Python via .NET | Grou...

    GroupDocs.Compairson for Python developer documentation. Learn how To diff docx, pptx, and Pdf files using Python....target files across paragraph, word, and character levels. Additionally... images, programming files, PDFs, and more. About GroupDocs.Comparison...

    docs.groupdocs.com/comparison/python-net/
  4. Improvements and Fixes in GroupDocs.Viewer for ...

    We are inspired To see a wide number of users across the world using GroupDocs.Viewer and their feedback always motivate us To improve and enhance the API features. Therefore, Today, we are announcing another monthly release of GroupDocs.Viewer for .NET with **15 **improvements and bug fixes. Let’s have an overview of the latest version. .NET Document Rendering API - ImprovementsWe have provided the following improvements in GroupDocs.Viewer for .NET 17....missing when rendering interactive PDF document Columns are missing...Excel document to PDF and HTML Missing words and characters when...

    blog.groupdocs.com/viewer/improvements-and-fixe...
  5. Search text | GroupDocs

    This article explains that how To search text from documents....search is limited by the whole word. The value that indicates whether...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/search-text/
  6. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer To Supported document formats. Detecting the exact type of a presentation The following sample of code will help you To detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method To obtain file format information advanced_usage.... It can be an estimated word count, page count, character...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. 在 ASP.NET Core MVC 中為 140 多種文件格式創建文檔查看器

    在線文檔查看器在數字文檔的使用越來越多之後變得流行起來,尤其是在內容管理系統中。這種流行背後的原因是您無需購買或安裝專用軟件程序即可查看各種文檔格式。考慮到文檔查看器的重要性,我想寫一篇關於如何在 ASP.NET MVC 中創建通用文檔查看器的文章。 我們將創建一個面向 [.NET Core](https://en.wikipedia. org/wiki/.NETCore) 框架。對於後端的文檔呈現,我們將使用 GroupDocs.Viewer for .NET API - 一個強大的文檔查看器 API,支持 140 多種文檔類型,包括 PdfWord、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"; }