Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 4,274 for

document security

(0.24 sec)
  1. Getting known property descriptors | GroupDocs

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/net/getting-known-p...
  2. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Remove metadata properties | GroupDocs

    The easiest way to remove metadata properties from a file is to use corresponding tags that allow you to locate the desired properties across all metadata packages....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...property contains the name of the document author OR # it refers to the...

    docs.groupdocs.com/metadata/python-net/remove-m...
  4. Result of added watermarks | GroupDocs

    Review AddWatermarkResult with information about added watermarks using Python via .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Watermark Product Family...

    docs.groupdocs.com/watermark/python-net/result-...
  5. Subscribing for signing process events | GroupDocs

    This article explains how to subscribe for signing electronic signatures events like start, progress and completion with GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/java/subscribing-f...
  6. Remove page redactions | GroupDocs

    This article shows that how to remove pages with sensitive data from your PDF, presentation and spreadsheet Documents....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...to remove pages from PDF documents, slides from presentations...

    docs.groupdocs.com/redaction/python-net/remove-...
  7. Edit and Update Form Fields | GroupDocs

    Editing Form Fields with GroupDocs.Editor for .NET...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Editor Product Family /...

    docs.groupdocs.com/editor/net/edit-and-update-f...
  8. Handle loading of external resources documents ...

    Learn how to handle loading of external resources....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...

    docs.groupdocs.com/parser/net/handle-loading-of...
  9. Enabling Inline CSS Styles | GroupDocs

    This article describes how to enable the inline styles option for WordProcessing Documents to store CSS styles directly inside the HTML markup using GroupDocs.Editor for Node.js via Java....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Editor Product Family /...

    docs.groupdocs.com/editor/nodejs-java/inline-st...
  10. How to Sign PDF with Text Signature using C#

    This tutorial aims to guide you how to sign PDF with text signature using C#. Also, we will furnish you with a code example to add text signature in PDF using C#....Signature using C# Signing PDF documents with a text signature is a...verify the authenticity of the document but also helps in establishing...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...