Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 2,815 for

feature

(0.03 sec)
  1. Convert EML with Attachments to PDF using Java ...

    Hi, Is this fix in? Am evaluating GroupDocs for this purpose of how to convert EML with attachments to pdf using Java. Can you please assist?...API doesn’t support such a feature. However, all attachments could...

    forum.groupdocs.com/t/convert-eml-with-attachme...
  2. Cancel All Operations in IndexRepository using ...

    We are proudly announcing the monthly release of GroupDocs.Search for .NET 18.8. Using the latest version, you can now cancel all operations in IndexRepository. We would recommend you to install and use the latest version of the API. Enhancements Following are the enhancements introduced in the latest version: Breaking functionality for Index Repository ClassUsing the latest version you can now cancel the operations in all indexes in the index repository....Cancel(); For more details on this feature, please visit this documentation...

    blog.groupdocs.com/search/cancel-all-operations...
  3. Introducing Z-Order for Text Signatures in Grou...

    We are back with another monthly release of our eSign API - GroupDocs.Signature for .NET. This release includes three new Features, three improvements, and a bug fix. So in this article, I’ll give you a walk-through of the latest release. Support of Z-Order for Text Signatures Z-order determines the order for the overlapping, two-dimensional objects in an x-y plane. Put it simply, if X-axis represents the width and Y-axis represents the height then Z-order will represent the depth of the object....release includes three new features, three improvements, and a...made in v19.9. Improved the feature of saving signed .djvu files...

    blog.groupdocs.com/signature/introducing-z-orde...
  4. 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...
  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. 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....Sources Leave feedback Note This feature is only compatible with GroupDocs...

    docs.groupdocs.com/assembly/net/using-spreadshe...
  7. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This Feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)... This feature improves programmability while...

    docs.groupdocs.com/assembly/net/working-with-st...
  8. 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...
  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. 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...