Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 10,864 for

document comparison

(0.17 sec)
  1. Get file info | GroupDocs

    This article explains the ability of the GroupDocs.Redaction API to get the general Document information, which includes FileType, PageCount and FileSize....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/get-file-info/
  2. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the Document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the Document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  3. Search for QR-Code e-signatures | GroupDocs

    This article explains how to search for QR-code electronic signatures with GroupDocs.Signature API....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/search-for-qr...
  4. Add distance annotation | GroupDocs

    The page describes how to add distance annotation to a Document using GroupDocs.Annotation for .NET....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/add-distance-...
  5. How to sign Excel spreadsheets and their macros...

    This guide describes how to sign Excel workbooks and/or macros in them using C#. Sign your spreadsheets with digital certificate using GroupDocs.Signature .NET API by GroupDocs....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/how-to-sign-ex...
  6. Load from local disc | GroupDocs

    Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a Document. When Document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a Document from local disc: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use Document instance to perform redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor....Comparison Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-from-loc...
  7. Remove Metadata from PDF using C#

    Quickly learn how to remove metadata from PDF using C#. Also, you'll be provided a code example to clean metadata from PDF in C# without installing extra software....Comparison Product Family GroupDocs...author details, creation dates, document properties, and additional...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  8. Add Watermarks to Word Documents | 5 Secure Met...

    Learn how to add secure watermarks to Word Documents using GroupDocs.Watermark for .NET. Compare 5 protection methods with code examples, including locked headers, tiled watermarks, and password-protected sections that can't be easily removed....watermark protection for Word documents Table of Contents Why Word’s...Protection Level for Your Documents Why Word’s Built-in Watermarks...

    blog.groupdocs.com/watermark/secure-word-docume...
  9. Perform Date Range search using Java

    Explore how to perform date range search using Java to locate specific Document data within a defined timeframe. Effortlessly search Documents by date range in Java....Comparison Product Family GroupDocs...particularly when managing documents, generating reports, or reviewing...

    kb.groupdocs.com/search/java/perform-date-range...
  10. Working with hyperlinks | GroupDocs

    Learn how to extract hyperlinks from Documents using GroupDocs.Parser for Python via .NET...Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/python-net/working-wi...