Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 185 for

secure document handling

(0.03 sec)
  1. Audio | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/java/audio/
  2. Remove Metadata from ODT using C#

    Discover how to effectively remove metadata from ODT using C#. This guide provides a code snippet showing the process of how to delete metadata from ODT in C#....Metadata from ODT using C# Open Document Text ( ODT ) files are commonly...hidden information about the document, such as the author’s name...

    kb.groupdocs.com/metadata/net/remove-metadata-f...
  3. Perform Synonym Search in Documents Online

    Unlock the power of synonym search! Learn how to search alternate words in text-based Documents online & programmatically....words that mean the same in documents? It’s called synonym search...different ways! Synonym Search in Documents - Online App # Here’s how...

    blog.groupdocs.com/search/online-synonym-search/
  4. Load document | Documentation

    Following this guide you will learn how to load Document from local disk or file stream for editing with GroupDocs.Editor for Java API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Editor Product Family /...

    docs.groupdocs.com/editor/java/load-document/
  5. Redact Text in DOCX using Java

    This topic will provide guidance on how to redact text in DOCX using Java. Without need of additional software installation, you can replace text in DOCX using Java....sensitive information in documents. In this comprehensive guide...complying with regulations, and securely managing confidential information...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  6. Remove Metadata from XLSX using Java

    Discover how to swiftly remove metadata from XLSX using Java. You'll also find code snippet that illustrates the process of how to delete metadata from XLSX in Java....from XLSX using Java When handling XLSX files, removing metadata...author’s name, comments, and document history. In this guide, we...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  7. Perform Text Search in Documents Online

    Unlock the power of text search using GroupDocs.Search! Learn how to search text-based Documents using regular expressions....specific words and sentences in documents. GroupDocs.Search is like...you’re looking for in your documents. It’s super easy to search...

    blog.groupdocs.com/search/online-text-search/
  8. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Searching | Documentation

    This section explains how to search for electronic signatures across Document and its pages with advanced options....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/java/searching/
  10. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

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