Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 4,916 for

secure

(0.99 sec)
  1. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/metadata/net/load-a-password...
  2. How to Run Examples | GroupDocs

    Download from GitHub The complete examples package of GroupDocs.Assembly is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favorite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following image: In extracted files and folders, you can see solution file for C# Project....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/net/how-to-run-exam...
  3. Bulleted List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Email format. Reporting Requirement As a report developer, you are required to share the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Report must show all the clients in a bulleted list format. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Recipients, Cc and Subject <><<[r]>>; <> <<[cc]>> <<[subject]>> Body We provide support for the following clients: <>• <<[getName()]>> <> Download Bulleted List Template Please download the sample Bulleted List document we created in this article:...Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  4. Generate email report with common list. | Group...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.JsonDataSource("datasource.json") DataSourceInfo = ga.DataSourceInfo(dataSource, "customers") array = [DataSourceInfo, ga.DataSourceInfo(["test@test.mail", "groupdocs@groupdocs.mail"], "recipients"), ga.DataSourceInfo("sender@sender.mail", "sender"), ga.DataSourceInfo("cc@example.com", "cc"), ga.DataSourceInfo("groupdocs", "subject")] print(assembler.assemble_document("input.msg", "output.msg", array)) The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/assembly/python-net/email-re...
  5. Load from local disc | GroupDocs

    This article shows how the redaction API is used to load file from disk....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/net/load-from-loca...
  6. Save to stream | GroupDocs

    You might need to save a document to any custom file at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/redaction/java/save-to-stream/
  7. Save a modified file to the original source | G...

    This article shows how to save the modified content back to the underlying source using GroupDocs.Metadata for Python via .NET....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  8. GroupDocs.Search Product Family | GroupDocs

    Excellent component that brings full-text search capabilities to your C#, ASP.NET, and other .NET applications. It helps developers to create search indexes from hundreds of thousands of documents in various formats, and then run a wide variety of search queries against those indexes at incredible speed. Documentation .NET Java Node.js GroupDocs.Search for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Developer guide Developer guide Basic Usage Advanced Usage ....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/search/
  9. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk using GroupDocs.Metadata for Python via .NET....Us Contact Customers Legal Security Events Acquisition GroupDocs...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  10. Optimizing shards | GroupDocs

    This page contains information about optimizing shards in the search network....Us Contact Customers Legal Security Events Acquisition Ask AI...

    docs.groupdocs.com/search/java/optimizing-shards/