Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 61,117 for

api

(0.1 sec)
  1. How to use rspec to test GroupDocs API - Part 2

    In the first article, How to use rspec to test GroupDocs Api. Part 1, we created first test for GroupDocs Api. This article describes in details how tests works, what expectation and matchers are, and how to test an Api with the PULL method. Expectation and Matchers So what are expectation and matchers? Lets look at a small example: string ="GroupDocs" string.should have(9).characters string.should\_not have(5).characters Expectations are defined by should and the negative form should_not....GroupDocs API. Part 1 , we created first test for GroupDocs API. This...matchers are, and how to test an API with the PULL method. Expectation...

    blog.groupdocs.com/total/how-to-use-rspec-to-te...
  2. Rotate pages of pdf using merger api - Free Sup...

    Hello all I have a pdf with some pages in portrait and some in landscape, now I want to change the pages which is in landscape into portrait mode, I used groupdocs merger OrientationOptions orientationOptions = new Orie…...merger api GroupDocs.Merger Product Family merger-api Niteen_Jadhav...

    forum.groupdocs.com/t/rotate-pages-of-pdf-using...
  3. Introducing a More Optimized and Simplified Ele...

    Why change is considered as a hard but yet good thing to occur? Why the updates are important? This is because if there is no change there is no progress and staying the same over the time makes the things die. The updates in the software components are also similar when a new version of the same software replaces the old one. A software that remains the same and doesn’t introduce any improvements or new features becomes obsolete....for our electronic signature API - GroupDocs.Signature for .NET...and more simplified version of API - v19.8 . The primary objective...

    blog.groupdocs.com/signature/introducing-a-more...
  4. Enhanced Email Formats Support Introduced in Gr...

    We are at GroupDocs glad to announce another release of document report generation Api version 17.9 also known as GroupDocs.Assembly for Java Api. The latest release adds enhanced support for existing features to the Api, the most important changes are done to support document assembly for Email formats and also providing bug fixes for all major email formats. For a better experience with the Api, we recommend you to download the latest release and try out the features introduced in the latest version of the Api....of document report generation API version 17.9 also known as GroupDocs...GroupDocs.Assembly for Java API. The latest release adds enhanced...

    blog.groupdocs.com/assembly/groupdocs.assembly-...
  5. How to Use RSpec to Test GroupDocs API? - Part 1

    In this article, we will review how to use Ruby RSpec for testing REST Apis like GroupDocs. RSpec is a BDD (behavior driven development) framework. You can find more info about RSpec on its official site. There are a lot of different GroupDocs Apis that you can use. In this article we will test one of the User Apis: “Get user profile”. What You Need You need Ruby, Gem, Bundler, and RSpec (gem install rspec) installed on you computer....Ruby RSpec for testing REST APIs like GroupDocs. RSpec is a BDD...a lot of different GroupDocs APIs that you can use. In this article...

    blog.groupdocs.com/total/how-to-use-rspec-to-te...
  6. Releasing GroupDocs.Search for Java - Document ...

    We are pleased to announce that the first version of GroupDocs.Search for Java has been released. The Api allows Java developers to perform searching and indexing operations against various formats to gain data insights. One can easily perform actions to search through different directories and documents for text occurrences, basic metadata fields, file names, document types and many more. Please continue to read more about the features and the file formats supported by the Api.... The API allows Java developers to perform...file formats supported by the API. Supported Features # Following...

    blog.groupdocs.com/search/releasing-groupdocs.s...
  7. Releasing GroupDocs.Editor for Java API- Perfor...

    We are pleased to announce the release of GroupDocs.Editor for Java Api version 17.9 which makes it easier to perform document editing operations and conversion of edited document with simple line of code with various supported document formats. Document Editing Api allows user to convert supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made....Editor for Java API version 17.9 which makes it easier...document formats. Document Editing API allows user to convert supported...

    blog.groupdocs.com/editor/releasing-groupdocs.e...
  8. Set Text Shadow in Text Signatures using Java E...

    The team GroupDocs is really excited to announce the another monthly release of GroupDocs.Signature for Java v18.1. This release comes up with a feature of setting Text Shadow for Slides, Words and Cells documents. Furthermore, many improvements and fixes are also introduced in this version of the Api. We would recommend you to download the new version of Api and evaluate the exciting features to enhance document e-signing experience....introduced in this version of the API. We would recommend you to download...download the new version of API and evaluate the exciting features...

    blog.groupdocs.com/signature/java-e-signing-api...
  9. Improved Performance and CAD Format - introduce...

    We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.4.0 Api with Three new features like support of “Compare CAD format, Improved Comparison Performance and Updated Changes Model for Imaging. This monthly release is adding Three improvements like “Improve comparison of Imaging formats” and " Cross-format Api simplifications across all supported formats” along with fixes. Detailed information is listed below. Please Click here to download the latest Api....0 API with Three new features like...formats” and " Cross-format API simplifications across all supported...

    blog.groupdocs.com/comparison/improved-comparis...
  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....The GroupDocs APIs are designed to be REST compliant so that...Swagger to test the GroupDocs APIs. Before showing you how to run...

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