Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 2,276 for

list

(0.03 sec)
  1. Upcoming Release of GroupDocs.Editor for Java

    We are excited to announce that GroupDocs.Editor is coming to Java Platform. It will be a lightweight component that’ll allow to edit multiple document formats like Word, Cells, Slides, PDF and many more in form of HTML. Moreover, this API will permit user to translate source documents into HTML or save HTML into source document format. Features Offered by GroupDocs.Editor for JavaGroupDocs will keep on updating this API with new features.... An initial list of features offered by the API...

    blog.groupdocs.com/editor/upcoming-release-grou...
  2. Upcoming Release of GroupDocs.Merger for .NET

    We are about to release GroupDocs.Merger for .NET, a full featured, back-end API that could easily be utilized by .NET developers in their projects. It will allow trimming and swapping of pages. Document protection will be managed by GroupDocs.Merger for .NET. Moreover, API will allow to merge two documents of same format into single. Features Offered by GroupDocs.Merger for .NETGroupDocs will keep on updating this API with new features. An initial List of features offered by the API will be: Move/reorder pages Remove and swap document pages Trim and split document Document protection management Join Document First Version AvailabilityWe are finalizing the first release of GroupDocs.... An initial list of features offered by the API...

    blog.groupdocs.com/merger/upcoming-release-of-g...
  3. Template Syntax - Part 1 of 2 | Documentation

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs to be more descriptive. A tag body must meet the following requirements:...Using Operators The following list contains predefined and user-defined...Adding Combobox and Dropdown List Items Dynamically You can dynamically...

    docs.groupdocs.com/assembly/net/template-syntax...
  4. Add strikeout annotation | Documentation

    The page describes how to add strikeout annotation to a document using GroupDocs.Annotation for .NET....PageNumber = 0 , Points = new List < Point > { new Point ( 80 ...240 , 650 ) }, Replies = new List < Reply > { new Reply { Comment...

    docs.groupdocs.com/annotation/net/add-strikeout...
  5. Add highlight annotation | Documentation

    The page describes how to add highlight annotation to a document using GroupDocs.Annotation for .NET....PageNumber = 0 , Points = new List < Point > { new Point ( 80 ...240 , 650 ) }, Replies = new List < Reply > { new Reply { Comment...

    docs.groupdocs.com/annotation/net/add-highlight...
  6. Template Syntax - Part 2 of 2 | Documentation

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....Data Bands Note See Bulleted List template using Common Data Bands...build numbered or bulleted lists in reports dynamically. For...

    docs.groupdocs.com/assembly/java/template-synta...
  7. Add link annotation | Documentation

    The page describes how to add link annotation to a document using GroupDocs.Annotation for Java.... List < Reply > replies = Arrays ...asList ( reply1 , reply2 ); List < Point > points = Arrays ....

    docs.groupdocs.com/annotation/java/add-link-ann...
  8. Features overview | Documentation

    Render documents to HTML, PNG, JPEG, PDF. Extract text, List attachments, and transform pages with GroupDocs.Viewer for Python....Archive – list of folders contained in archive; CAD - list of layers...layouts in a CAD document; Email – list of folders contained in an Outlook...

    docs.groupdocs.com/viewer/python-net/features-o...
  9. Email messages | Documentation

    Learn how to add watermark in Outlook email messages....msg" ); } Listing all message recipients GroupDocs...GroupDocs.Watermark also allows listing all the message recipients...

    docs.groupdocs.com/watermark/net/email-messages/
  10. How to Use Swagger UI to Test GroupDocs REST API

    The GroupDocs APIs are designed to be REST compliant so that they are familiar and easy to use. This post looks at how to use Swagger to test the GroupDocs APIs. Before showing you how to run a test, it explains Swagger and REST, and why we use them. Why we use Swagger and REST Swagger is a specification and a framework for building interactive API documentation and sandboxes, and to generate the code of an API client.... We see a list with all possible actions. Select...caption=“Swagger UI home page with list of applications”] [/caption]...

    blog.groupdocs.com/total/how-to-use-swagger-ui-...