Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 2,306 for

list

(0.1 sec)
  1. add watermark in java on GroupDocs Blog | Docum...

    add watermark in java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in add watermark in java on GroupDocs Blog | Document Automation Solutions for .NET......aplikujte pouze na konkrétní list i jako pozadí pomocí vodoznaku...

    blog.groupdocs.com/cs/tag/add-watermark-in-java...
  2. Save attachments | Documentation

    Save attachments and embedded files from PDF, Outlook data file or email...msg" )) { // Get list of attachments. IList < Attachment..."with_attachments.msg" ) ' Get list of attachments. Dim attachments...

    docs.groupdocs.com/viewer/net/how-to-extract-an...
  3. Show Tracked Changes in Word Documents using Gr...

    We are excited to announce the release of version 17.5.0 of GroupDocs.Viewer for Java. The latest version has come with 9 new features, 16 improvements, and more than 20 bug fixes. Please continue to read more about this major release of GroupDocs.Viewer for Java. GroupDocs.Viewer for Java 17.5.0 - New Features Following are the most notable features of GroupDocs.Viewer for Java 17.5.0. Support of New File Formats We have added the support of following file formats in this latest release....value is false // Get pages List pages = htmlHandler.getPages(guid...value is false // Get pages List pages = htmlHandler.getPages(guid...

    blog.groupdocs.com/viewer/show-tracked-changes-...
  4. Retrieve the document information | Documentation

    Retrieving information about a document with GroupDocs.Viewer for .NET...Also, it shows how to get a list of supported file formats. For...Check if a file is encrypted List and print all supported file...

    docs.groupdocs.com/viewer/net/retrieving-docume...
  5. Add text redaction annotation | Documentation

    The page describes how to add text redaction 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-text-reda...
  6. 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/
  7. 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-...
  8. How to Run Examples | Documentation

    Examples to annotate on your documents, images or web pages using C#....this: C# // Create list of annotations List < AnnotationBase >...> annotations = new List < AnnotationBase >() { new AreaAnnotation...

    docs.groupdocs.com/annotation/net/how-to-run-ex...
  9. Extract data from databases | Documentation

    This article demonstrate that how to extract data from databases via JDBC..." ); return ; } // Get a list of tables Iterable < TocItem...LoadOptions loadOptions ); The list of tables is represented as...

    docs.groupdocs.com/parser/java/extract-data-fro...
  10. Searching in a Large Number of Documents

    Usually, a searching software is able to achieve fast search responses because, instead of search the text directly, it searches an index. This would be the equivalent of retrieving pages in a book related to a keyword by searching the index at the back of a book, as opposed to searching the words in each page of the book. Using GroupDocs.Search for Indexing and Searching Problem: Suppose you have 10 million documents of different file formats, e....formats(see the supported formats list). Although, the Index can be...return SearchResults object. Show list of searched files The C# code...

    blog.groupdocs.com/search/searching-in-a-large-...