Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 2,803 for

feature

(0.06 sec)
  1. Move page | Documentation

    This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger for Node.js via Java API....feedback provides a move page feature which allows you to manipulate...

    docs.groupdocs.com/merger/nodejs-java/move-page/
  2. Adding NEXT Field into Template Syntax | Docume...

    Note This Feature is only compatible with GroupDocs.Assembly for .NET 3.3.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax We provide support for the following products: . <><><<[ProductName]>> <> The Recipe Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report Download Template Get the template from here....Syntax Leave feedback Note This feature is only compatible with GroupDocs...

    docs.groupdocs.com/assembly/net/adding-next-fie...
  3. Put image annotations over the text using ZInde...

    This page describes how to set image ZIndex to place it over the text...100 , ZIndex = 3 }; Note The feature is supported for Words files...

    docs.groupdocs.com/annotation/net/put-image-ann...
  4. Extract text from PDF documents | Documentation

    To extract a text from PDF documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. Here are the steps to extract a text from PDF document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....have checked text extraction feature support earlier System . out...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/parser/java/extract-text-fro...
  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 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...
  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 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...
  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...