Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 4,664 for

document security

(0.12 sec)
  1. Supported cross-merging Document Types | GroupDocs

    This section describes GroupDocs.Merger for .NET supported cross-merging types. The Library supports PDF, DOCX, XLSX, PPTX and many more....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Merger Product Family /...

    docs.groupdocs.com/merger/net/supported-cross-m...
  2. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/java/supported-doc...
  3. Sign document with ordering the signatures | Gr...

    This article shows how to create electronic signatures with specific ordering on the Document page...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...

    docs.groupdocs.com/signature/java/sign-document...
  4. Defining Relations Between DocumentTable Instan...

    Note The code uses some of the objects defined in The Business Layer. Defining Relations Between Document Table Instances API provides the ability to define relations between DocumentTable instances loaded from a single Document. The following classes of the GroupDocs.Assembly.Data namespace have been added: DocumentTableRelation DocumentTableRelationCollection Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Download Data Source Document Related Tables Data.xlsx Template Using Document Table Relations.docx Using Document Table Relations ColumnNameExtractingDocumentTableLoadHandler...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/java/defining-relat...
  5. Document protection | GroupDocs

    This article explains how to edit protected Word Document, allow or restrict Document editing features like adding comments or filling form fields using GroupDocs.Editor for Python via .NET API....Legal Security Events Acquisition GroupDocs Documentation / GroupDocs...Guide / Edit document / Edit Word document / Document protection...

    docs.groupdocs.com/editor/python-net/document-p...
  6. In-Table List with Highlighted Rows in HTML Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList with Highlighted Rows report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in HTML Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show all the client names with price. Show single client and his single contract price in a single row....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/java/in-table-list-...
  7. Load document from stream | GroupDocs

    Load Documents directly from a file-like object — open file handle, BytesIO, or any stream — with GroupDocs.Viewer for Python via .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Viewer Product Family /...

    docs.groupdocs.com/viewer/python-net/developer-...
  8. Load options for different document types | Gro...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint Documents and Images using GroupDocs.Conversion for .NET API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/net/load-options-...
  9. Numbered List in Text Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Text Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show the client names in a numbered list. Report must be generated in the Text Document. Adding Syntax to be evaluated by GroupDocs....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/java/numbered-list-...
  10. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected Document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your Document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Metadata Product Family...

    docs.groupdocs.com/metadata/java/load-a-passwor...