Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 3,622 for

document assembly

(0.06 sec)
  1. Use advanced rasterization options | Documentation

    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. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the Document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  2. Accept or Reject detected changes | Documentation

    Following this guide you will learn how to apply or discard changes detected during Document comparison process using GroupDocs.Comparison for .NET API....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  3. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple Documents with different customizations - style detection, change comparison detalization level and more....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/java/compare-mult...
  4. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/build-your-first...
  5. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/build-you...
  6. Advanced search for Form Field signatures | Doc...

     This article explains how to provide advanced search for Form Field electronic signatures with GroupDocs.Signature API....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/advanced-sear...
  7. Removing Empty Paragraphs | Documentation

    Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for .NET API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member RemoveEmptyParagraphs is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.Options, the engine additionally removes empty paragraphs....Assembly Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/net/removing-empty-...
  8. Using Spreadsheets as Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Spreadsheets as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report Documents Assemble a Document using the external Document table as a data source Download Data Source Document Contracts Data.xlsx Template Using Spreadsheet as Table of Data....Assembly Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/net/using-spreadshe...
  9. Features Overview | Documentation

    a feature-rich Document data parsing API that allows to create a template with data field definitions, table definitions. Then it's easy to use the template to parse and extract data such as prices, invoices, tables from your typical Documents....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/features-overview/
  10. Working with Multiple Data Sources | Documentation

    Explicit Support for Multiple Data Sources Using DocumentAssembler.assembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames. Articles in this section...Assembly Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/java/working-with-m...