Sort Score
Result 10 results
Languages All
Labels All
Results 8,211 - 8,220 of 11,045 for

document assembly

(0.06 sec)
  1. GroupDocs.Search .NET 24.2.1 - Improved Index H...

    Elevate your .NET search development! GroupDocs.Search .NET 24.2.1 presents a new tool for checking and restoring index health. Download DLLs-only now!...1 assemblies. The assemblies are the same as in...within your cross-platform document search applications. The following...

    releases.groupdocs.com/search/net/new-releases/...
  2. Convert images | Documentation

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/java/convert/image/
  3. Convert images | Documentation

    Learn this article and check how to convert JPG, PNG, TIFF and other images into various file formats with several lines of Java code...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  4. Use redaction callback | Documentation

    In order to reject specific changes during redaction process or to keep a full log of changes in the Document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/use-redaction...
  5. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images. The following are the steps to read the native DICOM metadata. Load a DICOM image Get the root metadata package Extract the native metadata package using the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-d...
  6. GroupDocs.Annotation for .NET 23.1 Release Note...

    Full list of changes in this release Key Category Summary ANNOTATIONNET-2147 Feature Added an ability to set a FontSize property for ReplacementAnnotation ANNOTATIONNET-2156 Fix Fixed the broken link at the end of SquigglyAnnotation page Major Features Added ability to set FontSize property for ReplacementAnnotation In this release we’ve implenented IFontSize interface for IReplacementAnnotation. From user perspective, it means that from now there is an ability to set a font size for replacement annotation....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/net/groupdocs-ann...
  7. GroupDocs.Comparison for .NET 23.4 Release Note...

    Full list of changes in this release Key Category Summary COMPARISONNET-3389 Feature Implemented abilty to compare folders COMPARISONNET-3280 Fix Exception occurs when selecting accepted changes COMPARISONNET-3450 Fix Exception when user compare the same Documents COMPARISONNET-3484 Fix Exception when comparing text files Major Features Below is the list of most notable changes in release of GroupDocs.Comparison for .NET 23.4: Implemented folder comparison feature Fixed exception when selecting accepted changes Added changes to summary page that will indicate that user trying to compare the same Documents for all supported Document types Fixed Exception when comparing text filesCompare Folders comparison Starting from 23....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  8. Adjust the JPEG image quality | Documentation

    Following this guide you will learn how to adjust JPG images quality when rendering Documents with Image Viewer by GroupDocs....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  9. Migrating to GroupDocs.Assembly 3.0.0 or Higher...

    Reasons to Migrate Just to endeavor the report generation task more smoothly, we released GroupDocs.Assembly for .NET 3.0.0. Namespace(s) In GroupDocs.Assembly for .NET 3.0.0 only a single using GroupDocs.Assembly; namespace is required to generate reports in any of the supported formats. Whereas, in GroupDocs.Assembly for .NET 1.3.0 to generate a report in any of the supported format a separate namespace of that format is required to be added, given are the namespaces:...Assembly Product Solution GroupDocs...Acquisition GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  10. Handle XMP and EXIF Data of HEIF HEIC Images in...

    Manage XMP and EXIF data of HEIF, HEIC images in Java. Read, update, remove EXIF and XMP data using Metadata manipulation API within Java applications.... Word-processing documents, spreadsheets, presentations...torrents, are among the supported document formats. More precisely, you...

    blog.groupdocs.com/2021/05/10/xmp-and-exif-data...