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

metadata

(0.06 sec)
  1. 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...
  2. GroupDocs.Metadata for .NET 17.01 Release Notes...

    Note This page contains release notes for GroupDocs.Metadata for .NET 17.01.0 Major Features There are 4 features and 3 enhancements in this regular monthly release. The most notable are: Ability to update ContentType, ContentStatus, HyperlinkBase SharedDoc properties in PPTX format Load Metadata without loading whole PowerPoint document Ability to read ID3 Metadata directly in Mp3 format Ability to read page count, characters count, words count, page size in document formats Ability to recognize file type of the document format (DOCX, DOC, DOT etc) Ability to detect digital signature in document formats Ability to remove all digital signatures in document formats All Changes Key Summary Category MetadataNET-1332 Ability to read page count, characters count, words count, page size in document formats New feature MetadataNET-1385 Ability to recognize file type of the document format (DOCX, DOC, DOT etc) New feature MetadataNET-1391 Ability to detect digital signature in document formats New feature MetadataNET-1392 Ability to remove all digital signatures in document formats New feature MetadataNET-417 Ability to update ContentType, ContentStatus, HyperlinkBase SharedDoc properties in PPTX format Enhancement MetadataNET-1041 Load Metadata without loading whole PowerPoint document Enhancement MetadataNET-1401 Ability to read ID3 Metadata directly in Mp3 format Enhancement 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 .NET...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  3. PngTextChunk Properties - GroupDocs.Metadata fo...

    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...
  4. 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...
  5. 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...
  6. 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/
  7. 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...
  8. 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...
  9. 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...
  10. 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...