Sort Score
Result 10 results
Languages All
Labels All
Results 4,711 - 4,720 of 9,920 for

file comparison

(0.14 sec)
  1. GroupDocs.Redaction for .NET 22.8 Release Notes...

    Note This page contains release notes for GroupDocs.Redaction for .NET 22.8 Major Features There are the following improvements in this release: Supported frameworks versions changed to .NET 4.5, Net Standard 2.1 and .NET 6.0 Full List of Issues Covering all Changes in this Release Key Summary Category REDACTIONNET-413 Provide .NET Standard 2.1 and .NET 6.0 Support Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Comparison Product Solution GroupDocs...starting from a second one in a PDF file. C# using ( Redactor redactor...

    docs.groupdocs.com/redaction/net/groupdocs-reda...
  2. Cache results | Documentation

    This article contains caching use-cases with GroupDocs.Viewer within your Java applications....Comparison Product Solution GroupDocs...difference between rendering a file and getting the cached results:...

    docs.groupdocs.com/viewer/java/caching-results/
  3. Composing signature with radial gradient brush ...

     This article explains how to fill signature background with radial gradient brush...Comparison Product Solution GroupDocs...Image }; // sign document to file signature . Sign ( "signed.pdf"...

    docs.groupdocs.com/signature/net/composing-sign...
  4. Handling incorrect document password exception ...

    This article shows how to handle incorrect document password exception with GroupDocs.Signature API....Comparison Product Solution GroupDocs...); // try to sign document to file, we expect for PasswordRequiredExce...

    docs.groupdocs.com/signature/java/handling-inco...
  5. How to Extract Text from PDF in C#

    This short article provides the procedure to extract text from PDF in C# and how to use this stepwise guide to write code to extract text from PDF using C#....Comparison Product Family GroupDocs...documents. We have used a PDF file for extracting text in this...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  6. Features Overview | Documentation

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....Comparison Product Solution GroupDocs...signatures based on certificate files and ability to support digital...

    docs.groupdocs.com/signature/java/features-over...
  7. GroupDocs.Conversion For .NET 3.5.0 Release Not...

    Note This page contains release notes for GroupDocs.Conversion for .NET 3.5.0 Major Features There are general improvements and performance improvements in this version (almost all conversions are faster from 0.1 to 20 times). 3 bugs are fixed. Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑1078 % symbol in the File name trowns an exception Fix CONVERSIONNET‑1206 Exception in HTML to Excel Conversion Fix CONVERSIONNET‑1207 Convert Excel from Html - Table with background colour and some html controls are not converted properly Fix Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Comparison Product Solution GroupDocs...CONVERSIONNET‑1078 % symbol in the file name trowns an exception Fix...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  8. GroupDocs.Redaction for .NET 20.2 Release Notes...

    Note This page contains release notes for GroupDocs.Redaction for .NET 20.2 Major Features There are the following improvements in this release: Ability to edit or erase image metadata Full List of Issues Covering all Changes in this Release Key Summary Category REDACTIONNET-236 Implement metadata redaction for raster images Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs.Redaction for .NET 20....Comparison Product Solution GroupDocs...the document to "*_Redacted.*" file in original format redactor...

    docs.groupdocs.com/redaction/net/groupdocs-reda...
  9. How to save PDF document with other format | Do...

    This article explains how to save signed PDF document with various File formats by GroupDocs.Signature API....Comparison Product Solution GroupDocs...true }; // sign document to file signature . Sign ( "SignedPdf...

    docs.groupdocs.com/signature/net/save-signed-pd...
  10. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a File to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Comparison Product Solution GroupDocs...encountered in a particular package. a file to examine Get a collection...

    docs.groupdocs.com/metadata/java/getting-known-...