Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 4,383 for

document security

(1.18 sec)
  1. How to search for Digital signatures | GroupDocs

    This topic explains how to search for digital electronic signatures across the Documents 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/search-for-dig...
  2. Load from local disc | GroupDocs

    Load from local disc GroupDocs.Redaction.Redactor class is a main class in Redaction API, providing functionality to open a Document. When Document is located on the local disk, you can pass its path to *Redactor *class constructor. The following example demonstrates how to open a Document from local disc: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use Document instance to perform redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Redaction Product Family...

    docs.groupdocs.com/redaction/java/load-from-loc...
  3. Add point annotation | GroupDocs

    The page describes how to add point annotation to a Document using GroupDocs.Annotation for .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/net/add-point-ann...
  4. Loading specific file formats | GroupDocs

    Learn how to load specific file formats manually using LoadOptions in GroupDocs.Parser for .NET. Required for Markdown, MHTML, databases, and remote email files in C#....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...

    docs.groupdocs.com/parser/net/loading-specific-...
  5. Merge pages from various documents | GroupDocs

    This article explains how to merge some pages from different Documents into single PDF, DOCX, Excel or PowerPoint Document using GroupDocs.Merger for .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Merger Product Family /...

    docs.groupdocs.com/merger/net/merge-pages-from-...
  6. A Web-Based PDF Viewer Sample Built Using the G...

    GroupDocs.Viewer for Java is a multi-format Document viewer library that allows developers to seamlessly enhance their Java applications with the capability to display over 50 Document and image types. Designed based on the client-server architecture, GroupDocs.Viewer doesn’t transfer Documents to client machines during view sessions. Instead, the library converts Documents to web-compatible content, transfers it to clients and then renders in a web-browser. This client-server architecture provides you with the following benefits: 1....for Java is a multi-format document viewer library that allows...capability to display over 50 document and image types. Designed...

    blog.groupdocs.com/viewer/web-based-pdf-viewer-...
  7. Get file info | GroupDocs

    This page describes how to detect Document file type, size and calculate pages count when annotate Documents or images with GroupDocs.Annotation....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/java/get-file-info/
  8. Delete indexed documents | GroupDocs

    GroupDocs.Search for Java has the ability to remove individual Documents from the index that are indexed from a stream or structure....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Search Product Family /...

    docs.groupdocs.com/search/java/delete-indexed-d...
  9. PDF Conversion is Improved in GroupDocs.Convers...

    GroupDocs.Conversion for .NET 18.8 comes with some new features, improvements and a bug fix. PdfFormattingOptions class is introduced when converting to PDF format. Some of the obsolete constructors and properties are removed. Moreover, there’s also a Security improvement. Please refer to GroupDocs.Conversion for .NET 18.8 release notes for further reference. We’d recommend you to integrate latest version of the API in your applications and share your feedback. Features PdfFormattingOptions when converting to PDF var saveOptions = new PdfSaveOptions(); saveOptions.... Moreover, there’s also a security improvement. Please refer...options for converting TXT documents # var loadOptions = new TxtLoadOptions...

    blog.groupdocs.com/conversion/pdf-conversion-is...
  10. Loading documents | GroupDocs

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint Documents by local file path, stream or third-party storage for further processing with GroupDocs.Merger for .NET API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Merger Product Family /...

    docs.groupdocs.com/merger/net/loading/