Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 31,735 for

metadata

(0.03 sec)
  1. Hotfix Release of GroupDocs.Metadata for .NET -...

    GroupDocs team is pleased to announce another hotfix release v17.10.2 of the GroupDocs.Metadata for .NET API. In earlier versions, bit depth was affected when removing Metadata from Tiff files and the resultant image was turning into black and white. However, the API has been optimized to resolve this issue in the latest version. We recommend you to download or update your applications to use the latest version of the API....Metadata for .NET API. In earlier versions...was affected when removing metadata from Tiff files and the resultant...

    blog.groupdocs.com/metadata/hot-fix-release-of-...
  2. GroupDocs.Metadata for .NET | Documentation

    A .NET API to manipulate Metadata is being consumed as Metadata viewer for CRUD operations. It helps developers to read, write, edit and remove meta information from all popular document file formats...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/
  3. Introducing Form-Field Signatures for PDF Docum...

    We are pleased to announce a major release of GroupDocs.Signature for Java containing 13 new features, 5 improvements, and 2 bug fixes. In this release, we have introduced Metadata Signature for word-processing, presentation and spreadsheet documents. Furthermore, a new signature type, Form-Field Signature, is implemented for signing PDF documents. Please have a look at the release notes for more details on the new features and changes introduced in version 19....release, we have introduced Metadata Signature for word-processing...19.1. Features Introduced # Metadata Signature FeaturesThe latest...

    blog.groupdocs.com/signature/introducing-form-f...
  4. GroupDocs.Redaction for Java

    This API allows you to redact, hide, or remove private contents in any type of file format using Java language on any platform....Metadata Product Family GroupDocs.Search...Java Remove Metadata from RTF using Java Remove Metadata from PPTX...

    kb.groupdocs.com/redaction/java/
  5. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Metadata Product Solution GroupDocs...getDocumentInfo (). getFileType ()); } Metadata Old coding style // Create...

    docs.groupdocs.com/parser/java/migration-notes/
  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:...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/extracting-com...
  7. GroupDocs.Metadata for Java | Documentation

    Release notes Package repository GroupDocs.Metadata for Java - A Metadata management API for documents to create, preview, analyze, update and remove meta information from all popular file formats. Java Metadata changer API gets the file as input, access the file property information and allows users to perform Metadata operations for locating this specific file easily for future reference. GroupDocs.Metadata supports over 170 popular file formats. Load text documents, spreadsheets, presentations, PDF files, web pages, email messages, and images and render/display them in HTML, PDF, PNG, and JPEG formats....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/
  8. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk...Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for .NET...

    docs.groupdocs.com/metadata/net/save-a-modified...
  9. Support of Password-Protected OneNote Documents...

    We are glad to announce the monthly release of GroupDocs.Metadata for Java 19.1. In this version, we have introduced two new features and added seven enhancements. Using the latest version, you can extract Metadata from Matroska Multimedia Container (.MKV) files. Furthermore, the latest version allows you to extract Metadata from password-protected OneNote documents. Please have a look at the release notes for more details. Features Introduced Support for the Matroska Multimedia Container FilesThe latest release is capable of extracting Metadata from the Matroska Multimedia Container (....Metadata for Java 19.1 . In this version...latest version, you can extract metadata from Matroska Multimedia Container...

    blog.groupdocs.com/metadata/support-of-password...
  10. GroupDocs.Redaction Product Family

    Find answers about redacting private contents in different file formats using code on any platform....Metadata Product Family GroupDocs.Search...Answers Remove Metadata from RTF using C# Remove Metadata from PPTX...

    kb.groupdocs.com/redaction/page/2/