Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 33,119 for

groupdocs.conversion

(0.5 sec)
  1. Working with DICOM metadata | GroupDocs

    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....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/working-with-d...
  2. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for .NET API....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/filtering-ann...
  3. Add link annotation | GroupDocs

    The page describes how to add link annotation to a document using GroupDocs.Annotation for .NET....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/add-link-anno...
  4. Get document Info | GroupDocs

    This artcle explains how to get document information...Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/get-document-...
  5. Comparing Folders | GroupDocs

    This page describes how to compare two folders and find out which files/folders were deleted, added or modified....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/compar...
  6. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/metadata/nodejs-java/extract...
  7. Common Master-Detail Image in Presentation Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail in Microsoft PowerPoint Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS PowerPoint 2013: Create a new Presentation. Insert two shapes, one for holding image and other for holding other details....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/common-master-...
  8. Detect file type of container item | GroupDocs

    This article explains that how to detect file type of container item....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/parser/java/detect-file-type...
  9. Character replacement during indexing | GroupDocs

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/search/java/character-replac...
  10. Search by chunks | GroupDocs

    This article gives the knowledge about the ability to perform search by chunks using Java search API....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/search/java/search-by-chunks/