# 🧰 Acumatica HTML Utility A lightweight helper class for Acumatica customizations and extensions that need to process, sanitize, or extract readable text from HTML content. --- ## 📄 Overview `HtmlUtilities` provides static helper methods for converting HTML strings to plain text, counting words, and truncating text safely. It leverages the [`HtmlAgilityPack`](https://html-agility-pack.net/) library to parse and traverse HTML nodes efficiently, ensuring that only meaningful content is preserved. This utility is particularly useful for Acumatica developers dealing with HTML-based user inputs, API responses, or custom field rendering. --- ## ✨ Features - **ConvertToPlainText** — Removes HTML tags and extracts clean text. - **CountWords** — Counts words in a plain text string. - **Cut** — Safely trims a string to a specified length and appends ellipses (`...`) when needed. - **Smart Parsing** — Ignores `