Guides & How-tos
Practical guides to help you share files, collaborate with your team, build AI agent workflows, and get the most out of your agentic workspace.
Showing 1–15 of 1481 resources
Resource results

How to Edit and Extract XMP Metadata from Any File
XMP (Extensible Metadata Platform) is the ISO standard for embedding structured metadata in files like PDFs, images, and video. This guide covers what XMP metadata is, how it differs from EXIF and IPTC, and walks through the best free and professional tools for editing and extracting it, including batch workflows and DAM integration.

How to Preserve Metadata During File Conversion
Converting files between formats often strips embedded metadata without warning. Author names, creation dates, GPS coordinates, and copyright notices can vanish in a single Save As operation. This guide covers which metadata survives common conversions, which tools preserve it, and how to build a workflow that keeps your file properties intact.

How to Normalize Metadata Across File Formats
Different file formats store metadata in incompatible standards. EXIF handles photos, ID3 covers audio, Dublin Core describes documents, and IPTC and XMP bridge parts of the gap. Metadata normalization maps these fields into a single unified schema so you can search, compare, and manage files consistently regardless of format.

How to Extract File Metadata with Python Libraries
Python has more than ten mature libraries for reading metadata from files, each specialized for different formats. This guide compares the leading options, from Pillow for image EXIF data to pypdf for PDF properties, Mutagen for audio tags, and pymediainfo for video streams. You will learn how to install each library, write extraction scripts, and build a pipeline that handles mixed file types at scale.

How to Manage IPTC Metadata as a Photographer
IPTC metadata is the international standard for describing and identifying photo content. This guide covers the full workflow from building reusable templates through batch editing at import, keywording for stock agencies, and delivering files with clean metadata intact. It also covers the 2025.1 standard update that added fields for AI-generated images.

7 Best Free Online File Metadata Viewers
A hands-on comparison of seven free browser-based metadata viewers. Each tool is tested for format support, file size limits, and privacy approach, so you can pick the right one for inspecting photos, documents, and video files without installing anything.

How to Extract Metadata from 3D Model Files
3D model files carry embedded metadata about authoring software, polygon counts, material references, animation rigs, units, and scene hierarchy. This guide covers what metadata each major format stores, how to extract it with desktop tools and code, and how to manage 3D file metadata across large projects.

How to Extract Metadata from DICOM Medical Imaging Files
DICOM metadata extraction is the process of reading standardized tags from medical imaging files to retrieve patient demographics, imaging parameters, equipment settings, and study context. This guide covers the DICOM tag hierarchy, practical extraction with Python and pydicom, anonymization workflows for research datasets, and tools for managing medical imaging files at scale.

How to Extract Metadata from PowerPoint Presentations
Guide to metadata extraction from powerpoint presentations: PowerPoint metadata encompasses document properties, slide notes, embedded media information, revision history, and hidden content stored within .pptx files. This guide walks through every layer of metadata in a presentation file and shows you how to extract, audit, and manage it using built-in tools, programmatic methods, and cloud-based platforms.

How to Extract Metadata for AI Training Datasets
Metadata extraction for AI training datasets is the process of programmatically reading file properties, format details, dimensions, duration, creation dates, and labels, then assembling that information into structured manifests that govern dataset composition and provenance. This guide walks through building extraction pipelines, choosing the right metadata fields, meeting regulatory requirements like the EU AI Act, and using workspace tools to manage training data at scale.

How to Extract Geolocation Metadata from Photos
Every photo your smartphone takes embeds GPS coordinates accurate to a few meters. This guide covers how to read that geolocation data, extract it in bulk from hundreds of photos, convert coordinates to street addresses, and manage location metadata across teams and platforms.

How to Compare File Metadata and Detect Changes Between Versions
File metadata comparison tools let you spot changes in authorship, timestamps, permissions, and embedded data between file versions. This guide covers the CLI tools, Python scripts, and platform features that forensics teams, compliance officers, and developers use to track metadata changes across files.

How to Extract Metadata from ZIP and Archive Files
Archive metadata includes container-level properties like compression method, encryption flags, and internal timestamps, plus the embedded metadata of each file inside. This guide covers how to extract that metadata from ZIP, RAR, 7z, and tar archives using ExifTool, Python, and 7-Zip on the command line.

How to Extract Metadata from Excel Spreadsheets
Excel spreadsheets store far more than visible cell data. Author names, revision history, external data connections, and hidden sheets all live inside the file as metadata. This guide covers how to extract that metadata using Excel's built-in inspector, Python's openpyxl library, and PowerShell, plus how to handle bulk extraction across hundreds of files.

How to Remove EXIF Data Before Sharing Photos
Guide to exif data removal before sharing photos: Every photo you take with a smartphone embeds hidden metadata, including GPS coordinates, device details, and timestamps. This guide walks through how to remove EXIF data on every major platform, which sharing methods preserve it, and how to set up a reliable workflow for stripping metadata before files leave your control.