Sort Score
Result 10 results
Languages All
Labels All
Results 2,111 - 2,120 of 4,304 for

document security

(0.14 sec)
  1. Advanced search for Image signatures | GroupDocs

     This article explains how to make advanced search for Image electronic signatures with GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/net/advanced-searc...
  2. Search for Text e-Signatures | GroupDocs

    This topic explains how to search for text electronic signatures within Document pages using GroupDocs.Signature for Python via .NET API....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...electronic signatures within documents. Here are the steps to search...

    docs.groupdocs.com/signature/python-net/search-...
  3. Accept or Reject detected changes | GroupDocs

    Following this guide you will learn how to apply or discard changes detected during Document comparison process using GroupDocs.Comparison for Java API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Comparison Product Family...

    docs.groupdocs.com/comparison/java/accept-or-re...
  4. Find metadata properties | GroupDocs

    This article explains that how you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your .NET solution....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  5. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement Document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Extract data from Microsoft Office Excel spread...

    Complete guide to extracting data, text, and tables from Excel spreadsheets (.xls, .xlsx) using GroupDocs.Parser for .NET. Learn how to extract tables from Excel C# with code examples....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...

    docs.groupdocs.com/parser/net/extract-data-from...
  7. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint Documents from a stream when using GroupDocs.Parser for Python via .NET....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...streams directly. To load a document from a stream, follow these...

    docs.groupdocs.com/parser/python-net/load-file-...
  8. Electronic Signature Types | GroupDocs

    This Documentation section describes different types of signatures implemented for signing, updating, deleting, searching and verifying with GroupDocs.Signature for Python...Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...add a text signature to a document using Python: import groupdocs...

    docs.groupdocs.com/signature/python-net/electro...
  9. Enabling inline CSS styles | GroupDocs

    This article describes the procedure of enabling the inline styles option for the WordProcessing Documents in order to store the CSS styles not in the external stylesheet, but directly inside the HTML markup....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Editor Product Family /...

    docs.groupdocs.com/editor/java/inline-styles/
  10. Extract attachments from Emails | GroupDocs

    Extract attachments from Emails To extract attachments from emails getContainer method is used. This method returns the collection of ContainerItem objects. Email Attachment can contain the following metadata: Name Description content-type The MIME type of the attachment content These metadata refer to a container element itself, not a Document. Here are the steps to extract an email text from email attachments: Instantiate Parser object for the initial Document; Call getContainer method and obtain collection of ContainerItem objects; Check if collection isn’t null (container extraction is supported for the Document); Iterate through the collection and obtain Parser object to extract a text....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...

    docs.groupdocs.com/parser/java/extract-attachme...