Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 1,481 for

view document

(0.04 sec)
  1. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/working-with-d...
  2. Remove metadata properties | Documentation

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...property contains the name of the document author OR // it refers to...

    docs.groupdocs.com/metadata/nodejs-java/remove-...
  3. Render MSG as HTML using Java

    In this guide, we'll explore how to render MSG as HTML using Java, without installing extra software. Also, we'll supply you with Java code for rendering MSG to HTML....rendering of MSG to HTML documents Create an instance of the...its constructor Obtain HTML view options using the HtmlViewOptions...

    kb.groupdocs.com/viewer/java/render-msg-as-html...
  4. Control Meta-Data and Build a Custom UI with th...

    GroupDocs.Annotation for Java is a lightweight library that allows end users to annotate PDF and Microsoft Office Documents, raster images, AutoCAD drawings and 50+ types of files without the need to install the software that the Documents or images were created in. A convenient web UI allows users to View, annotate, redact, comment on and share Documents from any web-enabled device. Recently we’ve released a new GroupDocs.Annotation for Java library – version 1....PDF and Microsoft Office documents, raster images, AutoCAD drawings...install the software that the documents or images were created in...

    blog.groupdocs.com/annotation/control-meta-data...
  5. 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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. 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:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...GitHub examples: Free online document metadata management App Along...

    docs.groupdocs.com/metadata/java/extracting-com...
  7. Set metadata properties | Documentation

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...absolute or relative path to your document. Ex: @"C:\Docs\source.vsdx"...

    docs.groupdocs.com/metadata/java/set-metadata-p...
  8. Easy Integrate GroupDocs.Annotation for .NET Li...

    GroupDocs.Annotation for .NET library is a web-based framework which provides features for annotating different types of Documents in a web-browser without having to install plugins or middleware on the client. With GroupDocs.Annotation, end users can View and annotate PDF, Microsoft Word, Excel, Outlook, PowerPoint, OpenOffice, AutoCAD and other types of Documents and image files. The library comes with a set of commenting and markup tools, including: rectangles, polylines, watermarks, point and area notes, text markup and strikeouts....annotating different types of documents in a web-browser without having...GroupDocs.Annotation, end users can view and annotate PDF, Microsoft...

    blog.groupdocs.com/annotation/easy-integrate-gr...
  9. groupdocs.annotation

    Online Document Annotation | Conholdate Apps,About - groupdocs.cloud - Websites - aspose.app,About - groupdocs.cloud - Websites - aspose.com,Aspose.Pdf for...14 sec) Online Document Annotation | Conholdate Apps...tools for collaboration and document annotations....apps online...

    search.aspose.com/q/GroupDocs.Annotation.html
  10. Set metadata properties | Documentation

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...properties containing the date the document was created/updated. If a...

    docs.groupdocs.com/metadata/python-net/set-meta...