Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 4,148 for

classification

(2.67 sec)
  1. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/python-net/clean-me...
  2. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document using GroupDocs.Metadata for Python via .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/metadata/python-net/load-a-p...
  3. Load password-protected file | GroupDocs

    Learn how to load a password-protected file by using .NET redaction API...Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/python-net/load-pa...
  4. Load from local disc | GroupDocs

    This article shows how the redaction API is used to load file from disk....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/net/load-from-loca...
  5. 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....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/save-to-stream/
  6. Optimizing shards | GroupDocs

    This page contains information about optimizing shards in the search network....Classification Product Solution Purchase...

    docs.groupdocs.com/search/java/optimizing-shards/
  7. 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:...Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/bulleted-list-...
  8. 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....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/python-net/email-re...
  9. 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....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/how-to-run-exam...
  10. 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. Note This feature is supported by version 17.03 or greater. Numbered List in Text Document Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements: The report must show the products in the numbered list....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/numbered-list-i...