Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 2,997 for

feature

(0.05 sec)
  1. Barcode Image Generation in Word Processing Doc...

    Note This Feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Word Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Document Leave feedback Note This feature is only compatible with GroupDocs...

    docs.groupdocs.com/assembly/net/barcode-image-g...
  2. Generate email report with common list. | Docum...

    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....To learn more about library features, please refer to the . GitHub...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/assembly/python-net/email-re...
  3. GroupDocs.Search Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... We have introduced the feature of getting highlighted results...check out the new and improved features of GroupDocs.Search for .NET...

    blog.groupdocs.com/categories/groupdocs.search-...
  4. GroupDocs.Merger Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... The Page Builder feature in GroupDocs.Merger for .NET...

    blog.groupdocs.com/categories/groupdocs.merger-...
  5. Add Microsoft Office Files, PDF and Image Annot...

    GroupDocs.Annotation for .NET is a downloadable library that allows developers to add cross-platform, multi-format document annotation functionality to any web-based app or site. Recently we’ve created an add-on specifically for Concrete5 users to make it easy to integrate the library into their websites. The add-on has been approved by Concrete5 admins and is now available for download from the official Concrete5 marketplace. How can Concrete5 site owners and developers benefit from this release?...Digital Fights Management (DRM) feature, you can prevent users from...

    blog.groupdocs.com/annotation/add-microsoft-off...
  6. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata electronic signature with embedded custom object.... This feature is implemented over object...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/signature/net/sign-documents...
  7. List of supported files for GetText function in...

    Hi, I’m trying to use “GetText” function from GroupDocs.Parser, to extract text from various files. Parser generally seems to support a lot of formats: But “GetText” specifically seems to be more limited. Is there …...document formats support this feature. The supported formats for...extraction is supported if (!parser.Features.Text) { Console.WriteLine("Text...

    forum.groupdocs.com/t/list-of-supported-files-f...
  8. Working with Simple Data Sources | Documentation

    Note This Feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. Support Simple and Standalone Data Sources The API provides support for standalone and specific data sources for various types of data like JSON, XML etc. The support is available for XML, JSON, and CSV data sources so far. Articles in this section...Sources Leave feedback Note This feature is only compatible with GroupDocs...

    docs.groupdocs.com/assembly/net/working-with-si...
  9. 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....Paragraphs Leave feedback Note This feature is supported by version 18...

    docs.groupdocs.com/assembly/net/removing-empty-...
  10. Using Tables of Word Processing Documents as Da...

    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 Tables of Word Processing Documents 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 Managers Data....Sources Leave feedback Note This feature is only compatible with GroupDocs...

    docs.groupdocs.com/assembly/net/using-tables-of...