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

classification

(0.13 sec)
  1. Indexing additional fields | GroupDocs

    Sometimes when indexing, it is necessary to associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added to each indexed document in addition to those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before indexing each added document....Classification Product Solution Purchase...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  2. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. Python import groupdocs.redaction as gr import groupdocs.redaction.options as gro import groupdocs.redaction.redactions as grr def run(): # Specify the redaction options repl_opt = grr....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/python-net/use-adv...
  3. Getting documents in network | GroupDocs

    This page contains information about getting indexed documents in the search network....Classification Product Solution Purchase...

    docs.groupdocs.com/search/net/getting-documents...
  4. Float and paginal modes | GroupDocs

    This article explains the pros and cons of float and paginal document editing modes when editing Word documents with GroupDocs.Editor API....Classification Product Solution Purchase...

    docs.groupdocs.com/editor/nodejs-java/float-and...
  5. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Editor for .NET...Classification Product Solution Purchase...

    docs.groupdocs.com/editor/net/showcases/
  6. Generating slides preview for presentation | Gr...

    This article describes how to generate a preview for any slide for the existing PowerPoint presentation in SVG format...Classification Product Solution Purchase...

    docs.groupdocs.com/editor/net/generating-slides...
  7. In-Table List with Highlighted Rows in Presenta...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Highlighted Rows report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in Microsoft PowerPoint Document Creating a In-Table List with Highlighted Rows Practising the following steps you can create In-Table List with Highlighted Rows Template in MS PowerPoint 2013. Click the document where you want to add the table....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/in-table-list-...
  8. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Editor for Java...Classification Product Solution Purchase...

    docs.groupdocs.com/editor/java/migration-notes/
  9. In-Table List with Highlighted Rows in Word Pro...

    Note In this article, we will use GroupDocs.Assembly to generate a Table Report with Highlighted Rows in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Highlighted Rows in Microsoft Word Document Creating a In-Table List with Highlighted Rows Practicing the following steps you can create In-Table List with Highlighted Rows Template in MS Word 2013. Click the document where you want to add the table....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/in-table-list-...
  10. 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...