Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 5,032 for

conholdate

(0.31 sec)
  1. GroupDocs.Merger for .NET 20.2 Release Notes | ...

    Note This page contains release notes for GroupDocs.Merger for .NET 20.2 Major Features There are a few new other features in this regular monthly release. The most notable are: Implemented MHTML format support. Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-767 Implement MHTML format support Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  2. GroupDocs.Merger for .NET 21.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Merger for .NET 21.5 Major Features There are a few fixed bugs in this regular monthly release. The most notable are: Object reference not set to an instance of an object; Failed to detect file type; PowerPoint Slides size changed after merging. Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-1010 Object reference not set to an instance of an object Bug MERGERNET-1078 Failed to detect file type Bug MERGERNET-1079 PowerPoint Slides size changed after merging Bug Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  3. GroupDocs.Merger for .NET 20.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Merger for .NET 20.11 Major Features There are a few new other features in this regular monthly release. The most notable are: Impemented text .err format for splitting; Impemented text .err format for joining. Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-517 Impement text .err format for splitting Feature MERGERNET-534 Impement text .err format for joining Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/merger/net/groupdocs-merger-...
  4. GroupDocs.Metadata for .NET 23.4 Release Notes ...

    Note This page contains release notes for GroupDocs.Metadata for .NET 23.4 Major Features There are the following features, enhancements, and fixes in this release: Added ability to remove GPS tags in CR2 files Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-3999 Remove GPS tags in CR2. New Feature Public API and Backward Incompatible Changes Implement the ability to configure cache for heavy operations This improvement allows you to extract metadata from the ....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  5. GroupDocs.Merger Product Family | Documentation

    Merge multiple documents into single, extrac document pages, split documents with GroupDocs.Merger libraries in C# and Java languages....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/merger/
  6. System requirements | Documentation

    On this page, you will find system requirements supported platforms, development environments. GroupDocs.Watermark for Python via .NET does not require any external software or third party tool to be installed....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/watermark/python-net/system-...
  7. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-configured....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/redaction/java/extend-suppor...
  8. Image search options | Documentation

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/search/java/image-search-opt...
  9. Load from Stream | Documentation

    This article shows that how to load file from stream using redaction API...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/redaction/net/load-from-stream/
  10. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/redaction/java/save-overwrit...