Sort Score
Result 10 results
Languages All
Labels All
Results 4,861 - 4,870 of 11,801 for

document comparison

(0.33 sec)
  1. GroupDocs.Assembly for Python overview | GroupDocs

    A assembly is a Document automation and reports generation API designed to create custom Documents from templates. With its powerful and straightforward API, you can execute the following actions: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template Documents with custom variables & text comments within template syntax tags Dynamically insert out Document content in report Dynamically configure background color of html Documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing Document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/python-net/product-...
  2. Quick Start Guide | GroupDocs

    A guide on how to get started using the groupdocs-total-net package for Python via .NET....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Total Product...

    docs.groupdocs.com/total/python-net/quick-start...
  3. Add image watermarks | GroupDocs

    This article shows how to add an image watermark and save the resultant Document. It is capable of adding watermarks to images or Documents....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/nodejs-java/add-im...
  4. How to Render PDF as PNG using C#

    In this article, you will learn how to render PDF as PNG using C#. Follow our step-by-step guide to convert pdf to png c# without installing any extra software....Comparison Product Family GroupDocs...development, the need to render PDF documents as PNG images arises in various...

    kb.groupdocs.com/viewer/net/how-to-render-pdf-a...
  5. Perform Wildcard Search using Java

    Learn how to perform wildcard search using Java. Discover how to use wildcard search in Java and group wildcards for more efficient and flexible search queries....Comparison Product Family GroupDocs...scenarios like text processing, document retrieval, and database lookups...

    kb.groupdocs.com/search/java/perform-wildcard-s...
  6. Composing signature with linear gradient brush ...

     This article explains how to fill signature background with linear gradient brush...Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/composing-sign...
  7. 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....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/add-watermark...
  8. Remove Metadata from DOCX using Java

    In this tutorial, you'll learn how to remove metadata from DOCX using Java. You'll also get straightforward code to show you how to clean metadata from DOCX in Java....Comparison Product Family GroupDocs...digital world, electronic documents contain hidden information...

    kb.groupdocs.com/redaction/java/remove-metadata...
  9. Get text coordinates | GroupDocs

    Learn how to obtain text coordinates when rendering your Documents with Image Viewer by GroupDocs and place text over rendered Document page image....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/image-viewer-get...
  10. Working with Email Messages | GroupDocs

    Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Email Messages GroupDocs.Assembly allows you to use data bands in table rows in Email Messageswith HTML and RTF bodies. A table-row data band is a data band which body occupies single or multiple rows of a single Document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-em...