Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 2,395 for

list

(0.03 sec)
  1. java-app.zip

    java-app/App.java java-app/App.java import com.groupdocs.viewer.Viewer; import com.groupdocs.viewer.options.*; public class App { public static void main(String[] args) throws Exception { Viewer vi......3 Lists Numbered list: 1. Item 1 2. Item 2...Item 2.2 3. Item 3 Bulleted list: · Item 1 · Item 2 · Item 2...

    docs.groupdocs.com/viewer/java/sample-apps/gett...
  2. Access Attachment in PDF and Excel Document usi...

    We are pleased to announce the release of version 17.10 of GroupDocs.Watermark for .NET API. This version provides the ability to access and work with attachments in PDF and Excel documents. Just download the latest release to get benefit from new features available in GroupDocs.Watermark for .NET API. Please continue to read to get familiar with more details. Working with Attachments in PDF DocumentGroupDocs.Watermark for .NET 17.10 enables you to work with the attachments in PDF document.... Below is the list of operations that can be performed...

    blog.groupdocs.com/watermark/access-attachment-...
  3. Convert XML-FO, XSL, VSDM, VSSM, VSTM and LATEX...

    GroupDocs team is glad to announce another release of GroupDocs.Conversion for .NET v17.5.0 API. In this monthly release new file formats like XML-FO/ XSL , VSDM, VSSM, VSTM and LATEX support introduced along with new feature “Option to set Zoom when Converting to HTML and Improved Memory Usage” . This release is also including major fixes and improvements. We recommend our users to download the new release and use the new exciting features to enhance their application.... Here is the list of changes made in new release...

    blog.groupdocs.com/conversion/conversion-suppor...
  4. GroupDocs.Assembly for Java 20.4 Release Notes ...

    Major Features Provided an option to fit an image within textbox bounds while maintaining ratio. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-149  Provide an option to fit an image within textbox bounds while maintaining ratio for Word Processing documents  Feature  ASSEMBLYNET-150  Provide an option to fit an image within textbox bounds while maintaining ratio for emails with RTF bodies  Feature  ASSEMBLYNET-151  Provide an option to fit an image within textbox bounds while maintaining ratio for Spreadsheet documents  Feature  ASSEMBLYNET-152  Provide an option to fit an image within textbox bounds while maintaining ratio for Presentation documents  Feature  Public API and Backward Incompatible Changes  Provided an option to fit an image within textbox bounds while maintaining ratio To keep the size of the textbox and stretch the image within bounds of the textbox preserving the ratio of the image, use the keepRatio switch as follows.... Full List of Features Covering all Changes...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  5. eSign document with Metadata signature | Docume...

    This article shows how to add Metadata signature to the each document type meta layer with different data types over with GroupDocs.Signature...implement metadata properties as a list of “identifier-value” pairs...images). The class contains list of MetadataSignature objects...

    docs.groupdocs.com/signature/net/esign-document...
  6. Supported file formats | Documentation

    This topic Lists file formats supported by GroupDocs.Total for Java....and discover the comprehensive list of supported formats. Product...

    docs.groupdocs.com/total/java/supported-documen...
  7. Add image watermarks | Documentation

    This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents.... For a full list of supported document formats...

    docs.groupdocs.com/watermark/python-net/add-image/
  8. C# Compare Excel, Word, Text Files | .NET Docum...

    Compare two files or more using C#. .NET SDK allows comparing two Excel spreadsheets, Word documents, PDF files or compare text files in CSharp.... Below is the list of supported document types...the supported document formats list : ActionScript Assembler C-Based...

    blog.groupdocs.com/comparison/compare-excel-wor...
  9. 在 ASP.NET Core MVC 中为 140 多种文件格式创建文档查看器

    在线文档查看器在越来越多地使用数字文档后变得流行起来,尤其是在内容管理系统中。这种流行背后的原因是您无需购买或安装专用软件程序即可查看各种文档格式。考虑到文档查看器的重要性,我想写一篇关于如何在 ASP.NET MVC 中创建通用文档查看器的文章。 我们将创建一个针对 .NET Core 框架。对于后端的文档呈现,我们将使用 GroupDocs.Viewer for .NET API - 一个强大的文档查看器 API它支持 140 多种文档类型,包括 PDF、Word、Excel、PowerPoint、Visio、CAD、Outlook 和许多其他流行的格式。 为什么选择 .NET Core? .NET Core 是 Microsoft 对 .NET 生态系统的重要补充。它使开发跨平台应用程序成为可能,而无需开发人员进行任何额外的努力。这就是我选择 .NET Core 作为目标框架的原因。 在 ASP.NET Core 中创建文档查看器的步骤 1. 打开 Visual Studio 并启动一个新项目。 2. 从项目类型中选择 .NET Core,从模板中选择 ASP.NET Core Web Application。 3. 选择 Web Application (Model-View-Controller) 并点击 Ok 按钮。 4. 从 NuGet 安装 GroupDocs.Viewer。 5. 打开 Views/Home/Index.cshtml 文件并将其内容替换为以下内容: @{ ViewData["Title"] = "Home Page"; }