Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 184 for

secure document handling

(0.06 sec)
  1. 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 Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. 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/
  3. 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...
  4. Convert RTF to TIFF using Node.js

    Learn how to convert RTF to TIFF using Node.js with a simple step-by-step guide. Easily export RTF to TIFF in Node.js using a powerful Document conversion library....landscape, the ability to convert document formats is crucial for various...compatibility and are widely used for document storage and distribution....

    kb.groupdocs.com/conversion/nodejs/convert-rtf-...
  5. Remove Metadata from XLS using Java

    Quickly learn how to remove metadata from XLS using Java. You'll also find a code snippet demonstrating the process of how to delete metadata from XLS in Java....reasons related to privacy, security, or compliance. In this article...library offers robust tools for handling metadata across various file...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  6. Load Document | Documentation

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

    docs.groupdocs.com/editor/nodejs-java/load-docu...
  7. 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.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Running Examples | Documentation

    Learn how to run code examples in GroupDocs.Conversion for Python via .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/python-net/gettin...
  9. Load personal storage PST or OST with options |...

    Learn this article and check how to load and convert PST/OST Documents with advanced options using GroupDocs.Conversion for Java API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/java/load-persona...
  10. Extracting Document Metainfo | Documentation

    Following this guide, you will learn how to obtain basic Document metadata like page count, size, and file type before editing it with GroupDocs.Editor for Node.js via Java API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Editor Product Family /...

    docs.groupdocs.com/editor/nodejs-java/extractin...