Sort Score
Result 10 results
Languages All
Labels All
Results 6,051 - 6,060 of 27,782 for

groupdocs.redaction

(0.1 sec)
  1. GroupDocs.Parser for .NET 20.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 20.5 Major Features There are the following improvements in this release: Added RawPageCount property to IDocumentInfo interface Implemented the ability to create Parser object with DbConnection and EmailConnection objects Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1507 Add RawPageCount property to IDocumentInfo interface Improvement PARSERNET-1364 Implement the ability to create Parser object with DbConnection New feature PARSERNET-1365 Implement the ability to create Parser object with EmailConnection New feature Public API and Backward Incompatible Changes Add RawPageCount property to IDocumentInfo interface Description This feature improves API of raw text extraction from document page....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  2. GroupDocs.Search for .NET 18.6 Release Notes | ...

    Note This page contains release notes for GroupDocs.Search for .NET 18.6. Major Features There are 3 enhancements in this regular monthly release. The most notable are: Remove obsolete Relevance property from DetailedResultInfo Implement possibility to break indexing operation manually All Changes Key Summary Category SEARCHNET-1564 Remove obsolete Relevance property from DetailedResultInfo Breaking Changes SEARCHNET-957 Implement possibility to break indexing operation manually Enhancement SEARCHNET-1551 Add ImportDictionary and ExportDictionary methods to index dictionaries Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/search/net/groupdocs-search-...
  3. GroupDocs.Viewer for .NET 21.5 Release Notes | ...

    Features, improvements, and bugs-fixes that are shipped in GroupDocs.Viewer for .NET 21.5...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  4. GroupDocs.Watermark for .NET 18.6 Release Notes...

    Note This page contains release notes for GroupDocs.Watermark for .NET 18.6. Major Features There are the following features in this release: Implement ability to lock watermark in Word documents Implement ability to make Word document read-only after applying the watermark Full List of Issues Covering all Changes in this Release Key Summary Category WATERMARKNET-945 Implement ability to lock watermark in Word documents New Feature WATERMARKNET-946 Implement ability to make Word document read-only after applying watermark New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  5. Load Spreadsheet document with options | Docume...

    Learn this article and check how to load and convert Microsoft Excel and Open Document spreadsheets with advanced options using GroupDocs.Conversion for Java API....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  6. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in QR code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/search-for-emb...
  7. GroupDocs.Watermark for .NET 18.2 Release Notes...

    Note This page contains release notes for GroupDocs.Watermark for .NET 18.2. Major Features There is the following new feature in this monthly release: Implement ability to edit Word document objects that can be considered as watermarks Full List of Issues Covering all Changes in this Release Key Summary Category WATERMARKNET-787 Implement ability to edit Word document objects that can be considered as watermarks New Feature WATERMARKNET-668 Remove SlidesBaseShape.Hyperlink property (obsolete code) Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/groupdocs-wate...
  8. Logging and Diagnostics | Documentation

    Enable and configure logging for document conversions with GroupDocs.Conversion for Python via .NET....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/conversion/python-net/develo...
  9. Enumeration Extension Methods | Documentation

    LINQ Reporting Engine enables you to perform common manipulations on a sequential data through the engine’s built-in extension methods for IEnumerable. These extension methods mimic some extension methods of IEnumerable providing the same signatures and behavior features. Thus you can group, sort and perform other sequential data manipulations in template expressions in a familiar way. The following table describes these built-in extension methods. The following notation conventions are used within the table:...Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/enumeration-ext...
  10. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....Merger Product Solution GroupDocs.Redaction Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-m...