Sort Score
Result 10 results
Languages All
Labels All
Results 2,251 - 2,260 of 55,568 for

metadata

(0.06 sec)
  1. WordProcessingRevision Properties - GroupDocs.M...

    Gets the author of the revision....Metadata - API Reference GroupDocs.Metadata - API Reference...GroupDocs.Metadata.Formats Namespaces GroupDocs.Metadata.Formats...

    apireference.groupdocs.com/metadata/net/groupdo...
  2. OpenTypeBaseNameRecord Properties - GroupDocs.M...

    Gets the number of Metadata properties....Metadata - API Reference GroupDocs.Metadata - API Reference...GroupDocs.Metadata.Formats Namespaces GroupDocs.Metadata.Formats...

    apireference.groupdocs.com/metadata/net/groupdo...
  3. GroupDocs.Metadata for Java 18.2 Release Notes ...

    Note This page contains release notes for GroupDocs.Metadata for Java 18.2. Major Features There are 3 enhancements and 6 new features in this regular monthly release. The most notable are: Performance improvements - better speed of loading and saving EXIF Metadata for JPEG and TIFF formats Validate ID3 input Metadata before saving in Mp3Format Read additional properties from ID3v2 tag in Mp3Format Ability to update ID3v2 tag using properties in Mp3Format Ability to update ID3v1 tag using properties in Mp3Format Ability to read image cover from EPUB e-book format Ability to read version of EPUB format Ability to read image cover from ID3 audio tag Ability to update or remove image cover from ID3 audio tag in MP3 audio All Changes Key Summary Category MetadataNET-2155 Performance improvements - better speed of loading and saving EXIF Metadata for JPEG and TIFF formats Enhancement MetadataNET-2157 Validate ID3 input Metadata before saving in Mp3Format Enhancement MetadataNET-2162 Read additional properties from ID3v2 tag in Mp3Format Enhancement MetadataNET-1230 Ability to update ID3v2 tag using properties in Mp3Format New Feature MetadataNET-1231 Ability to update ID3v1 tag using properties in Mp3Format New Feature MetadataNET-2119 Ability to read image cover from EPUB e-book format New Feature MetadataNET-2147 Ability to read version of EPUB package New Feature MetadataNET-2166 Ability to read image cover from ID3 audio tag New Feature MetadataNET-2170 Ability to update or remove image cover from ID3 audio tag in MP3 audio New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Metadata Product Solution GroupDocs...GroupDocs.Metadata Product Family / GroupDocs.Metadata for Java...

    docs.groupdocs.com/metadata/java/groupdocs-meta...
  4. GroupDocs.Parser Product Family

    Find answers about extracting text, images, and Metadata of different files using code on any platform....Metadata Product Family GroupDocs.Search...Extract metadata from MSG using C# Extract metadata from EPUB...

    kb.groupdocs.com/parser/
  5. TagCategory - GroupDocs.Metadata for Java - API...

    All Classes Packages com.groupdocs.Metadata com.groupdocs.Metadata.core com.groupdocs.Metadata.export com.groupdocs.m......metadata com.groupdocs.metadata.core com.groupdocs...groupdocs.metadata.export com.groupdocs.metadata.licensing com.groupdocs...

    apireference.groupdocs.com/metadata/java/com.gr...
  6. ExifGpsPackage Class - GroupDocs.Metadata for ....

    Represents GPS Metadata in an EXIF Metadata package....Metadata - API Reference GroupDocs.Metadata - API Reference...GroupDocs.Metadata.Standards Namespaces GroupDocs.Metadata.Standards...

    apireference.groupdocs.com/metadata/net/groupdo...
  7. GroupDocs.Signature for .NET 19.4 Release Notes...

    Note This page contains release notes for GroupDocs.Signature for .NET 19.4 Major Features There are few new features, and bug fixes in this regular release. Most features are related to improvement for Pdf Metadata signatures with ability to embed into document Metadata data objects with custom serialization and data encryption. Introduced ability to embed custom objects to Metadata Signature for Pdf Documents Added support of custom serialization for Pdf Metadata Signature object Implemented ability of custom data encryption and decryption for embedded objects into Metadata Signature for Pdf Documents Internal improvements of error handling and code updates Fixed data serialization issues with simple data type for QR and Metadata signature Full List of Issues Covering all Changes in this Release Key Summary Issue Type SIGNATURENET-1981 Data serialization routines fail on simple data types and strings Bug SIGNATURENET-1979 Implement ability to encrypt and decrypt Pdf Metadata Signature values New Feature SIGNATURENET-1978 Implement ability to serialize Pdf Metadata Signature value New Feature SIGNATURENET-1833 Implement ability to embed custom object to Pdf Metadata Signature New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Metadata Product Solution GroupDocs...related to improvement for Pdf Metadata signatures with ability to...

    docs.groupdocs.com/signature/net/groupdocs-sign...
  8. 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...
  9. PdfMetadataSignature Class - GroupDocs.Signatur...

    Contains Pdf Metadata signature properties....PdfMetadataSignature Class Contains Pdf Metadata signature properties. Inheritance...PdfMetadataSignature(String) Creates Pdf Metadata signature with predefined...

    apireference.groupdocs.com/signature/net/groupd...
  10. Remove MP3 Tags on GroupDocs Blog | Document Au...

    Remove MP3 Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove MP3 Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......APEv2 metadata tags from the mp3 files using Java Metadata API...APEv2 metadata tags from the mp3 files using .NET Metadata API...

    blog.groupdocs.com/tag/remove-mp3-tags/index.xml