Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 1,279 for

xmp

(0.04 sec)
  1. Advanced Usage | GroupDocs

    Advanced GroupDocs.Metadata for Python via .NET techniques: loading and saving options, property management, interpreted values, and the EXIF, IPTC, and Xmp metadata standards....and edit EXIF, IPTC IIM, and XMP metadata. — search by tags and...

    docs.groupdocs.com/metadata/python-net/advanced...
  2. Agents and LLM Integration | GroupDocs

    GroupDocs.Metadata for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for metadata-driven AI pipelines....author, title, keywords, and EXIF/XMP/IPTC fields into your search...examples — reading and editing EXIF/XMP/IPTC, searching by tag, sanitizing...

    docs.groupdocs.com/metadata/python-net/agents-a...
  3. Evaluation Limitations and Licensing | GroupDocs

    free metadata api version is available to evaluate the API which will be similar as licensed but with few limitations....properties can be read XMP API Only first 2 XMP schemes can be read...

    docs.groupdocs.com/metadata/net/evaluation-limi...
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...latest version, you can now edit XMP metadata of WAV file format and...formats. A bug related to removing XMP metadata in Tiff file format...

    blog.groupdocs.com/groupdocs.blog/page/58/
  5. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Learn how to update and clean XMP packages in SVG files. Learn...

    blog.groupdocs.com/categories/groupdocs.metadat...
  6. Introducing Outlook Metadata Cleaner - An Outlo...

    Outlook Metadata Cleaner is an Outlook add-in powered by GroupDocs.Metadata for .NET that removes/cleans metadata properties in the files selected to be attached with email. It is an attach file button that appears in New Message window in Outlook. When some file is selected to be attached with email, the add-in first cleans all the metadata information saved with that file and then attaches metadata free file with email message....EXIF metadata in images Cleans XMP metadata in images Supported...

    blog.groupdocs.com/metadata/introducing-outlook...
  7. metadata.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/metadata/nodejs-java/technical-support/weekly0.5https://docs.groupdocs.com/metadata......com/metadata/java/working-with-xmp-metadata/weekly0.5https://docs...com/metadata/net/working-with-xmp-metadata/weekly0.5https://docs...

    docs.groupdocs.com/sitemaps/metadata.xml
  8. Features Overview | GroupDocs

    Key features of GroupDocs.Metadata for Python via .NET — read, edit, remove, and export metadata; EXIF, IPTC, and Xmp standards; ID3 audio tags; document inspection; and AI-pipeline integration....the major metadata standards (XMP, EXIF, IPTC, Image Resource Blocks...read, update, and add custom XMP packages across formats. Image...

    docs.groupdocs.com/metadata/python-net/features...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...latest version allows you to edit XMP metadata of WAV file format and...formats. A bug related to removing XMP metadata in TIF file format is...

    blog.groupdocs.com/groupdocs.blog/page/57/
  10. Working with metadata in PDF documents | GroupDocs

    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....OutputPdf ); } Working with XMP metadata GroupDocs.Metadata for...for Java also allows managing XMP metadata in PDF files. For more...

    docs.groupdocs.com/metadata/java/working-with-m...