VOOZH about

URL: https://products.groupdocs.cloud/metadata/java

⇱ Java Metadata Cloud SDK – Read Edit Remove Metadata from documents


Metadata Management Cloud SDK for Java

Metadata manipulation REST API to manage metadata properties from over 60 document, images and multimedia file formats in any language or platform.‎

Start Free Trial

👁 GroupDocs.Metadata Cloud SDK for Java
GroupDocs.Metadata
Cloud SDK for Java

GitHub Learn Buy

GroupDocs.Metadata Cloud SDK for Java makes it easier for developers to incorporate document metadata manipulation features within any java-based application by quickly integrating it with GroupDocs.Metadata Cloud REST API.

The metadata extraction API is flexible and feature-rich, allowing users to view, add, update, search, retrieve and remove metadata properties from various document and image file formats such as Microsoft Office (Word, Excel, PowerPoint, Outlook, Visio, OneNote, and Project), PDF, metafiles, Photoshop and AutoCAD, audio and video file types. GroupDocs.Watermark Cloud is a REST API that can be used with any language or platform of your choice. It saves you valuable development cost and time by managing API requests and responses to let you focus only on writing up the specific source code that is needed in your project.

  • At a
    Glance
  • Supported
    File Formats
  • Platform
    Independence

Following is an overview of GroupDocs.Metadata Cloud:‎

  • Add Metadata
  • Update Metadata
  • Extract Metadata
  • Search Metadata
  • Replace / Remove Metadata
  • Manipulate Metadata
  • Read/Update Metadata
  • Read Image Files Metatadata
  • Extract Metadata of Image Files
  • Replace Metadata of ZIP Archives
  • Manipulate OpenType Fonts
  • Read vCard File Types

GroupDocs.Metadata Cloud supports a number of document formats.

  • Word: DOC, DOCX, DOT, DOTX, DOCM
  • Excel: XLS, XLSX, XLSM, XLTM
  • PowerPoint: PPT, PPTX, POTM, POTX, PPTM, PPS, PPSX‎, PPSM‎
  • Outlook: MSG, EML
  • OneNote: ONE
  • Visio: VSD, VDX, VSDX, VSS, VSX
  • Project: MPP
  • OpenDocument: ODT, ODS
  • Portable: PDF
  • Photoshop: PSD
  • AutoCAD: DWG, DXF
  • Audio: MP3, WAV
  • Video: AVI, MOV, QT, FLV
  • Metafiles: EMF, WMF
  • vCard: VCF‎, VCR
  • Image: JPG, JPEG, JPE, JP2, PNG, GIF, TIFF, WebP, BMP, DJVU, DJV, DICOM‎
  • OpenType Fonts: OTF, OTC, TTF, TTC‎
  • Others: EPUB, ZIP, TORRENT, ASF

If you do not want to use any of our SDKs or the required SDK is not available at the moment, you can still easily get started with GroupDocs.Metadata REST API while using your favorite language & platform.

Advanced Document Metadata REST API Features

Secured REST oriented Metadata Management API

Supporting more than 60 popular file formats

Ability to View/Add Metadata

Retrieve & Remove Metadata from Documents and Images

Perform Search & Modify Metadata Operations on Supported File Types

Flexible and Easy to Integrate with any language or platform

Remove Metadata by Property Name - Java

 //Get your App SID, App Key and Storage Name at https://dashboard.groupdocs.cloud (free registration is required).
 String MyAppKey = ""; // Get AppKey and AppSID from https://dashboard.groupdocs.cloud
 String MyAppSid = ""; // Get AppKey and AppSID from https://dashboard.groupdocs.cloud
 Configuration configuration = new Configuration(MyAppSid, MyAppKey);
 MetadataApi apiInstance = new MetadataApi(configuration);
 RemoveOptions options = new RemoveOptions();
 SearchCriteria searchCriteria = new SearchCriteria();
 NameOptions nameOptions = new NameOptions();
 nameOptions.setValue("Application");
 searchCriteria.setNameOptions(nameOptions);
 options.setSearchCriteria(searchCriteria);
 FileInfo fileInfo = new FileInfo();
 fileInfo.setFilePath("documents/input.docx");
 options.setFileInfo(fileInfo);
 RemoveRequest request = new RemoveRequest(options);
 RemoveResult response = apiInstance.remove(request);
DOTPPTJPEWAVMP3DOTXEMLWMFDOCMOVASFXLSDOCMONEPOTXPOTMDJVTORRENTJPEGJP2BMPJPGTTFPSDPPTXPNGDJVUVSDXTTCPPSXXLTMPPSDICOMPPSMPPTMVSSEPUBEMFXLSXXLSMZIPPDFVCRQTFLVTIFFMPPODTDXFVSDVSXGIFDWGWEBPOTFOTCVCFDOCXODSAVIVDXMSG

Support and Learning Resources

Start Free Trial
Download GitHub Repository

GroupDocs.Metadata offers document viewing APIs for other popular development environments

👁 GroupDocs.Metadata for cURL
GroupDocs.Metadata
Cloud for cURL

👁 GroupDocs.Metadata for .NET
GroupDocs.Metadata
Cloud SDK for .NET

7ba92c6