Sort Score
Result 10 results
Languages All
Labels All
Results 1,371 - 1,380 of 2,101 for

editable document java

(0.23 sec)
  1. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Family / GroupDocs.Metadata for Java / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... Master document comparison with GroupDocs...cases. Discover how to improve document analysis accuracy and efficiency...

    blog.groupdocs.com/groupdocs.blog/page/9/
  3. Find metadata properties | GroupDocs

    Using the GroupDocs.Metadata for Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Family / GroupDocs.Metadata for Java / Developer Guide / Basic Usage...

    docs.groupdocs.com/metadata/java/find-metadata-...
  4. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for Java provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement Document, please use the getDocumentProperties method defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. advanced_usage.managing_metadata_for_specific_formats.Document.project_management.ProjectManagementReadBuiltInProperties try (Metadata metadata = new Metadata(Constants.InputMpp)) { ProjectManagementRootPackage root = metadata....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Family / GroupDocs.Metadata for Java / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Working with metadata in WEBP images | GroupDocs

    Working with XMP metadata GroupDocs.Metadata for Java allows managing XMP metadata in JPEG images. For more details please refer to the following guide: Working with XMP Metadata. Working with EXIF metadata The GroupDocs.Metadata API supports handling EXIF metadata in JPEG images. Please find appropriate code samples in the Working with EXIF Metadata section. 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...Family / GroupDocs.Metadata for Java / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream in Java...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Family / GroupDocs.Metadata for Java / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  7. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your Document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Family / GroupDocs.Metadata for Java / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  8. How to Edit MOBI File | GroupDocs

    This article demonstrates how to edit MOBI files using Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Developer Guide / How to Edit MOBI File How to Edit MOBI File Leave feedback...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  9. GroupDocs.Metadata Overview | Documentation

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and edit metadata associated with various Document, image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the file format....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...Family / GroupDocs.Metadata for Java / GroupDocs.Metadata Overview...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  10. How to edit Mobi file | GroupDocs

    This article demonstrates how to edit Mobi files using Java programming language....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...GroupDocs.Editor for Java / Developer Guide / How to edit Mobi file How...

    docs.groupdocs.com/editor/java/how-to-edit-mobi...