Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 10,743 for

text

(0.56 sec)
  1. Protect a CSV file using C# .NET - Free Support...

    can i add password to csv file using groupdocs...password-protected because it is a plain text file. As a workaround, you can...

    forum.groupdocs.com/t/protect-a-csv-file-using-...
  2. GroupDocs.Viewer for Python via .NET

    GroupDocs.Viewer for Python via .NET is a powerful API supporting 180+ file formats, enabling developers to easily render documents to PDF, HTML, JPG, or PNG....NET Latest Answers Extract Text from PDF using Python Render...

    kb.groupdocs.com/viewer/python/page/3/
  3. Date range search | GroupDocs

    This article gives the knowledge that how to search by date with date range search using Java search API....Queries for date range search in text form are specified in the following...search by date using queries in text and object form. const indexFolder...

    docs.groupdocs.com/search/nodejs-java/date-rang...
  4. Introducing GroupDocs.Assembly for Java | Group...

    Introduction to GroupDocs.Assembly for Java GroupDocs.Assembly for Java is a Java API engine designed to generate documents based on templates. In essence, the engine accepts a template document and some data, assembles data with the template document as per syntax defined by the template document and then, generates the output document in the template’s format or in the specified output format. Since GroupDocs.Assembly for Java can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....use segments of pre-existing text and/or data to assemble a new...automate all conditional text, variable text, and data contained within...

    docs.groupdocs.com/assembly/java/introducing-gr...
  5. Load Options | GroupDocs

    Open password-protected files and streams using load options in GroupDocs.Parser for Python via .NET.... get_text () print ( reader if reader else "Text extraction...parser . get_text () print ( reader if reader else "Text extraction...

    docs.groupdocs.com/parser/python-net/load-options/
  6. GroupDocs.Annotation 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....annotation types (Highlight Text, Area Annotation, and Strikeout...annotation, text highlight, text underline, text strikeout, watermarking...

    blog.groupdocs.com/categories/groupdocs.annotat...
  7. GroupDocs.Markdown for .NET — 将文档导出为 Markdown —...

    使用本地部署的 .NET API 将 PDF、Word、Excel、HTML 等导出为 Markdown。首次公开发布。...new MarkdownConverter( "rich-text-formatting.docx" ); // 转换并保存输出文件...Convert( "rich-text-formatting.md" ); 转换后的 rich-text-formatting.md...

    blog.groupdocs.com/zh/markdown/groupdocs-markdo...
  8. Extract data from HTML documents | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML HyperText Markup Language File XHTML Extensible HyperText Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....documents: Extract text from HTML documents Search Text in HTML Documents...

    docs.groupdocs.com/parser/net/extract-data-from...
  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"; }