Sort Score
Result 10 results
Languages All
Labels All
Results 9,521 - 9,530 of 48,481 for

(c )

(0.08 sec)
  1. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs.... Ex: "C:\\Docs\\message.msg" Watermarker...

    docs.groupdocs.com/watermark/java/add-watermark...
  2. GroupDocs.Parser 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....在本文中,我们将学习 如何读取和解析 PDF 文档,然后在 C# 中以编程方式提取 PDF 表单字段值 。早些时候,我们已经看到[如何在...在本文中,我们将学习 使用文档解析 .NET API 在 C# 应用程序中以编程方式从 PDF、Excel、PowerPoint...

    blog.groupdocs.com/zh/categories/groupdocs.pars...
  3. GroupDocs.Metadata 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....into achieving the same but in C#. If you haven’t visited the last...your images programmatically in C# , then this article will guide...

    blog.groupdocs.com/categories/groupdocs.metadat...
  4. Set custom fonts | GroupDocs

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your Java applications....ttf” to the "C:\custom_fonts" folder and then...fontSource = new FolderFontSource ( "C:\\custom_fonts" , SearchOption...

    docs.groupdocs.com/viewer/java/set-custom-fonts/
  5. Search results | GroupDocs

    This article shows that how to perform the operations on search results....indexFolder = 'c:/MyIndex/' ; const documentFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/search-re...
  6. Licensing | GroupDocs

    GroupDocs.Signature for Python via .NET free signature API version is available to evaluate the API which will be similar to licensed version but with few limitations....Prompt) set GROUPDOCS_LIC_PATH "C:\path\to\your\license\file.lic"...(Powershell) $env:GROUPDOCS_LIC_PATH="C:\path\to\your\license\file.lic"...

    docs.groupdocs.com/signature/python-net/licensing/
  7. GroupDocs.Annotation Product Family | GroupDocs

    GroupDocs.Annotation is a cross-platform library that allows you to add, edit, and remove annotations to text or images using C# and Java. Documentation GroupDocs.Annotation for .NET Getting Started Start quickly with our getting started documentation Features Overview Supported Document Formats System Requirements Installation Developer Guide Articles and guidelines for developers Basic Usage Advanced Usage More GroupDocs.Annotation for Java Getting Started Start quickly with our getting started documentation Features Overview Supported Document Formats System Requirements Installation Developer Guide Articles and guidelines for developers Basic Usage Advanced Usage More ....annotations to text or images using C# and Java. Documentation GroupDocs...

    docs.groupdocs.com/annotation/
  8. Load password-protected file | GroupDocs

    Learn how to load a password-protected file by using .NET redaction API...property of an instance of class: C# LoadOptions loadOptions = new...

    docs.groupdocs.com/redaction/net/load-password-...
  9. Get supported file formats | GroupDocs

    This page describes how the search api is used to obtain a list of supported file types.... C# IEnumerable < FileType > supportedFileTypes...

    docs.groupdocs.com/search/net/get-supported-fil...
  10. Show Revisions | GroupDocs

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for .NET....disable the display of revisions: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/show-revisions/