GroupDocs.Metadata for .NET 26.8 – August 2026 Release Highlights
GroupDocs.Metadata for .NET 26.8 introduces support for five new archive formats (AAR, GZIP, BZ2, XZ, ZSTD) and updates underlying Aspose components.
GroupDocs.Conversion for .NET 26.8 – August 2026 Release Highlights
GroupDocs.Conversion for .NET 26.8 enhances CAD conversion with per-layout output and layout scope control, adds XAR/CAB archive support, Mermaid MMD and Drawio diagram interoperability, and resolves 10+ critical bugs across PDF, DOCX, PPTX, and EML conversions.
GroupDocs.Comparison for .NET 26.8 – August 2026 Release Highlights
GroupDocs.Comparison for .NET 26.8 is here.
Build a Metadata Sanitizer in Node.js: Clearing Office Document PII Step by Step
Office files carry author names, review trails, and SharePoint workflow fields in metadata nobody opens. This tutorial builds a Node.js sanitizer one step at a time with GroupDocs.Metadata: tag specifications, a reusable name-substring builder, the one-call sanitize, and the verification scan that proves the file is clean.
Metadata PII in Regulated Document Workflows: Sanitizing Office Files in Java
Regulated workflows fail on metadata nobody reads: author fields, reviewer names, revision counters, SharePoint approver IDs. This article shows how a Java sanitization step built on GroupDocs.Metadata clears those groups by tag and by name, when a full sanitize replaces the targeted passes, and why the verification scan is the part that turns cleanup into evidence.
Office Metadata Cleanup in .NET: From Manual Inspection to a Verified Pass
Cleaning personal data out of Office documents by hand does not scale and leaves no record. This article contrasts the manual routine with a .NET pass built on GroupDocs.Metadata: predicates that target one property group at a time, a one-call full wipe, and a verification scan that separates metadata leaks from content-level ones.
GroupDocs.Total for Node.js 26.8 – August 2026 Release Highlights
Version 26.8 delivers the initial public Node.js package that unifies all on‑premise GroupDocs document APIs—viewer, converter, editor, signature, and more—through a single @groupdocs/groupdocs.total dependency.
Remove PII from Office Files in Python: Targeted Passes vs Full Sanitize
Office documents carry personal data in places nobody reviews: author fields, comment properties, revision counters, SharePoint workflow stamps. This guide compares tag-driven removal, name-pattern removal, and the one-call sanitize() in GroupDocs.Metadata for Python via .NET, and closes with a verification scan.
How to Extract Annotations from PDF Documents Using GroupDocs.Parser in .NET
Learn how to extract annotations from PDF documents with GroupDocs.Parser for .NET. This guide covers whole-document extraction, page-level extraction, combined text-and-annotation extraction, and exporting results to CSV or JSON.
Stop Fixing Adobe File Metadata by Hand: XMP Automation in Java
Filling XMP panels by hand does not scale past a handful of Adobe files. This guide replaces the manual routine with a small Java toolkit built on GroupDocs.Metadata: snapshot the packet, read the schemes that matter, stamp copyright, and write keywords, with the same code serving PSD and AI files.