Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 59,665 for

api

(0.78 sec)
  1. 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...
  2. 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...
  3. 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-...
  4. 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-...
  5. Releasing GroupDocs.Parser for Java – A Conveni...

    We are pleased to announce that the first version of GroupDocs.Parser for Java has been released. GroupDocs.Parser for Java allows the Java developers to extract raw and formatted text from the popular document formats. The Api also supports working with containers such as ZIP and email containers. You can also access the metadata attached to the documents using a few lines of code. Please continue to read more about the features and the file formats supported by the Api.... The API also supports working with containers...file formats supported by the API. Supported Features # Following...

    blog.groupdocs.com/parser/releasing-groupdocs.p...
  6. Introducing Support for Images in Java E-Signin...

    We are really delighted to announce the another monthly release of eSignature for Java Api version 17.8.0. The latest release comes up with a number of new features and improvements. Now, eSignature for Java developers can sign Image documents with Stamp, Text and Image signatures. We would recommend you to download the new version of Api and evaluate the exciting features to enhance document e-signing experience. eSignature Api for Java v17....release of eSignature for Java API version 17.8.0. The latest release...download the new version of API and evaluate the exciting features...

    blog.groupdocs.com/signature/e-signing-api-for-...
  7. Document e-signing API issue in .NET - Free Sup...

    Getting error “The type GroupDocs.Signature.Domain.PdfDigitalSignature has no constructors defined” … Please help...Document e-signing API issue in .NET GroupDocs.Signature Product...we’ll investigate the issue: API version that you are using (E...

    forum.groupdocs.com/t/document-e-signing-api-is...
  8. Webp file format Introduced - GroupDocs.Convers...

    GroupDocs team is glad to announce another monthly release of GroupDocs.Conversion for .NET v16.12.0. In this release new file format “Webp” is added in supporting formats list. Monthly release of Document Conversion Api is also introducing some improvements like “LZW compression for internal tiff compression " and “Improve memory handling” along with 8 fixes. So why you are waiting just download the new release and use the new exciting features....release of Document Conversion API is also introducing some improvements...GroupDocs.Conversion for .NET API 16.12.0In this monthly release...

    blog.groupdocs.com/conversion/groupdocs.convers...
  9. Releasing GroupDocs.Editor for .NET API- Perfor...

    We are pleased to announce the release of GroupDocs.Editor for .NET Api 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....NET API which makes it easier to perform...document formats. Document Editing API allows user to convert supported...

    blog.groupdocs.com/editor/introducing-groupdocs...
  10. Working with Groupdocs Signature API from Ruby

    Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process. Setting Up First, create the application folders structure: your_app/public – for CSS files. your_app/samples – for sample files. your_app/views – for view files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist....request and use the GroupDocs API: 1. Configuring GroupDocs SDK...y\] groupdocs.api\_server = 'https://stage-api.groupdocs.com'...

    blog.groupdocs.com/signature/working-with-group...