Sort Score
Result 10 results
Languages All
Labels All
Results 5,491 - 5,500 of 11,193 for

document merger

(0.08 sec)
  1. GroupDocs.Redaction for .NET 19.1 Release Notes...

    Note This page contains release notes for GroupDocs.Redaction for .NET 19.1. Major Features This is the first version of GroupDocs.Redaction for .NET. The most notable features are: Search and redact exact matches of a search string Search and redact using regular expressions Use textual (exemption codes) or graphic (colored rectangles) redactions Save Document in its original format or as a PDF with raster images of original pages Wipe out metadata or redact metadata values Remove annotations or redact their texts Control redaction process and skip specific matches Integration interface for implementing custom redactions and formats Built-in support for office formats and PDF All Changes This is the first version of GroupDocs....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/groupdocs-reda...
  2. GroupDocs.Comparison Overview | Documentation

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for Python via .NET — API to compare two or more files and get the difference between them....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/python-net/groupd...
  3. GroupDocs.Comparison Overview | Documentation

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for Node.js via Java — API to compare two or more files and get the difference between them....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/nodejs-java/group...
  4. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  5. Get supported file formats | Documentation

    This page describes how the search api is used to obtain a list of supported file types....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/get-suppo...
  6. GroupDocs.Viewer for Java 21.2 Release Notes | ...

    Features, improvements, and bugs-fixes that are shipped in GroupDocs.Viewer for Java 21.4...Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/groupdocs-viewer...
  7. GroupDocs.Annotation for Java 18.10 Release Not...

    Note This page contains release notes for GroupDocs.Annotation for Java 18.10 Major Features Below is the list of most notable changes in release of GroupDocs.Annotation for Java: Fixed removing watermarks after cleanup in PDF Fixed highlight color is not changed in footnotes for highlight annotations in words. Added a font highlight color change for text annotations in word Improved integration tests coverage Implemented using metadata for storing annotations on Slides Implemented support of adding new types of annotations for Diagrams (Watermark, Point) Implemented support of adding new types of annotations for Words (Watermark, Point) Full List of Issues Covering all Changes in this Release Key Summary Issue Type ANNOTATIONNET-666 Add a font highlight color change for text annotations in word New Feature ANNOTATIONNET-714 Implement support of metadata in Slides New Feature ANNOTATIONNET-713 Implement Watermark annotation in Diagrams New Feature ANNOTATIONNET-706 Implement adding Point annotation in Diagrams New Feature ANNOTATIONNET-704 Implement Polyline annotation for Words New Feature ANNOTATIONNET-700 Implement watermark annotation for Words New Feature ANNOTATIONNET-697 Implement Point annotation for Words New Feature ANNOTATIONNET-684 Cleanup in PDF doesn’t remove watermarks Bug ANNOTATIONNET-677 Highlight color is not changed in footnotes for highlight annotations in words....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/groupdocs-an...
  8. Working with metadata in MOV Files | Documentation

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/Documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Use PDF redaction filters | Documentation

    This article explains that how to set page-level scope to PDF redactions....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/use-pdf-redac...
  10. Extracting common image information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/extracting-com...