Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 2,124 for

properties

(0.08 sec)
  1. Read MP3 Tags in Java - (ID3, Lyrics, APE) | Ja...

    Extract MP3 tags from the mp3 files in Java. Read the ID3v1, ID3v2, Lyrics, and APEv2 metadata standard tags from the mp3 files using Java Metadata API....retrieve each of the ID3v1 properties. The following Java source...can be retrieved from the properties of Attached Picture Frames...

    blog.groupdocs.com/metadata/read-mp3-tags-in-java/
  2. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata Properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....root metadata package Use the property to obtain file format information...Reading built-in metadata properties To access built-in metadata...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. GroupDocs.Metadata 25.5 .NET Release - Edit and...

    Discover the latest updates in GroupDocs.Metadata for .NET 25.5. This release includes new features, improvements, and bug fixes. Learn how to update and clean XMP packages in SVG files with detailed code examples....SVG Files How to Update XMP Properties in SVG Files How to Clean...Save(); } How to Update XMP Properties in SVG Files # In this section...

    blog.groupdocs.com/metadata/edit-and-clean-xmp-...
  4. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata Properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Reading built-in metadata properties To access built-in metadata...extracts built-in metadata properties and displays them on the...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Remove Metadata of Documents and Images using C#

    Remove selective metadata or clean all metadata Properties using C# from DOCX, XLSX, PPTX, PDF, JPG/JPEG, PNG, WebP images, email, eBooks, Visio, Zip files....all the available metadata properties from documents and images...to remove all the metadata properties without applying any specific...

    blog.groupdocs.com/metadata/remove-metadata-of-...
  6. Define and Use Custom Objects for PDF Metadata ...

    Metadata signature is a convenient way to sign documents using metadata Properties. In GroupDocs.Signature for .NET 18.9, we introduced the feature of signing the PDF documents using various metadata Properties including: Author CreateDate MetadataDate CreatorTool ModifyDate Producer Entry Keywords Title Subject Description Creator You can set all or some of the above-mentioned Properties while signing the documents. Since these are the built-in Properties, you can only add/update their value. There could be a situation when the built-in metadata Properties may not fulfill your requirements and you may want to use your own set of Properties to add metadata signatures....documents using metadata properties. In GroupDocs.Signature for...documents using various metadata properties including: Author CreateDate...

    blog.groupdocs.com/signature/define-and-use-cus...
  7. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata Properties without applying any filters. The best way to do this is to use the Sanitize method....Remove all recognized metadata properties from a file Sometimes you...remove all or clean metadata properties without applying any filters...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  8. Extracting MakerNote metadata | Documentation

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata Properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote Properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote Properties in the form of TIFF/EXIF tags Utilizing the GroupDocs....Usually, MakerNote metadata properties contain camera settings and...manufacturers store MakerNote properties in a proprietary binary format...

    docs.groupdocs.com/metadata/java/extracting-mak...
  9. Edit and Manage Metadata in Python Apps - Group...

    Discover how to utilize GroupDocs.Metadata for Python via .NET to extract, update and remove metadata in your applications....the author, title, specific properties of file formats, including...document formats. Targeted Property Manipulation : Search, update...

    blog.groupdocs.com/metadata/edit-metadata-in-py...
  10. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....root metadata package Use the property to obtain file format information...Reading built-in metadata properties To access built-in metadata...

    docs.groupdocs.com/metadata/net/working-with-me...