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....You are welcome to view and edit metadata of PDF, DOC, DOCX,...
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....You are welcome to view and edit metadata of PDF, DOC, DOCX,...
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....You are welcome to view and edit metadata of PDF, DOC, DOCX,...
Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....which allows users to read and edit metadata associated with various...
Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft PowerPoint Document Creating a Scatter Chart Please following below steps to create Scatter Chart in MS PowerPoint 2013:
Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box.... Edit the Worksheet with your data...
Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Microsoft Word Document Creating a Bubble Chart Please follow below steps to create bubble chart in MS Word 2013:
Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....Right click chart and select ‘Edit Data’ to provide chart data...
Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Email Document format. Scatter Chart in Email Document Note This feature is supported by version 17.8.0 or greater Creating a Scatter Chart Please following below steps to create Scatter Chart in MS Outlook 2013:
Create a new Email. Click in the email where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box.... Edit the Worksheet with your data...
Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Word Document Creating a Pie Chart Please follow below steps to can create Pie Chart in MS Word 2013.
Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box.... Edit the Worksheet with your data...
Note In this article, we will use GroupDocs.Assembly to generate a Scatter Chart report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Scatter Chart in Microsoft Word Document Creating a Scatter Chart Please follow below to create Scatter Chart in MS Word 2013:
Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box.... Edit the Worksheet with your data...