Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 225 for

secure document handling

(0.04 sec)
  1. 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-...
  2. 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/
  3. Add Image Watermark to PPTX Using Python

    Easily add image watermark to PPTX using Python to brand presentations. This tutorial explains how to apply watermark to PowerPoint in Python across all slides consistently....to PPTX using Python , the document automation API for Python...modules responsible for slide handling, watermark creation, and alignment...

    kb.groupdocs.com/watermark/python/add-image-wat...
  4. Announcing GroupDocs.Markdown for .NET — Export...

    Export PDF, Word, Excel, HTML, and more to Markdown with an on‑premises .NET API. See features, roadmap, and how to get started....NET — export your documents to clean, structured Markdown...GroupDocs.Markdown for .NET is a document processing API that enables...

    blog.groupdocs.com/markdown/groupdocs-markdown-...
  5. 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...
  6. Render DOC as Image using Python

    Quickly learn how to render DOC as image using Python. This tutorial explains how to convert DOC to image in Python with page-wise rendering and customizable output....records, reports, and archived documents. However, these files are...convert every page of a Word document into static image files that...

    kb.groupdocs.com/viewer/python/render-doc-as-im...
  7. 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...
  8. 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...
  9. 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/
  10. Render PDF as Image using Python

    In this topic, you will get code and steps to render PDF as image using Python. There is no need to install and extra software or tool to convert PDF to image in Python....files to images ensures your documents are easily viewable and shareable...thumbnails, or archiving documents in a universally compatible...

    kb.groupdocs.com/viewer/python/render-pdf-as-im...