Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 61,329 for

api

(0.38 sec)
  1. Releasing GroupDocs.Merger for .NET API - Reord...

    We are pleased to announce GroupDocs.Merger for .NET 18.5. A back-end document manipulation Api that allows to split, remove or reorder pages in a document of supported format. Pages could be swapped or trimmed. You can also manage documents protection. GroupDocs.Merger for .NET allows to check document protection and then set, remove or update password. Aside this, Api permits to join two or more documents of same file format into one....back-end document manipulation API that allows to split, remove...update password. Aside this, API permits to join two or more documents...

    blog.groupdocs.com/merger/releasing-groupdocs.m...
  2. Annotate Word Documents with GoupDocs.Annotatio...

    GroupDocs Team is pleased to announce new release of GroupDocs.Annotation for .NET 3.1.0 Api. The latest release of our Document Annotation Api provides new features, Improvement’s and fixes for existing features. GroupDocs.Annotation 3.1.0 also included support for word document format with all major annotation types (Highlight Text, Area Annotation, and Strikeout etc). Please download the latest release to enhance your application with document annotation features New Features and Support for Word DocumentIn this release All Annotations for Words Document is now supported with improvement and enhancement....0 API. The latest release of our Document Annotation API provides...To Words Document Annotation API - Improvements # Performance...

    blog.groupdocs.com/annotation/annouced-groupdoc...
  3. Introducing Text Signature Appearances in Java ...

    At GroupDocs, we are always focused on delivering the best to our customers. In this regard we are excitedly announcing another monthly release of eSignature for Java Api version 17.11. This release not only adds a number of new features to the Api, but also adds numerous enhancements along-with some bug fixes. The Api now allows user to obtain verification and signing progress . We would recommend you to download the new version of Api and evaluate the exciting features to enhance document e-signing experience....release of eSignature for Java API version 17.11. This release not...number of new features to the API, but also adds numerous enhancements...

    blog.groupdocs.com/signature/java-e-signing-api...
  4. Introducing GroupDocs.Watermark for .NET - A Co...

    We are excited to release GroupDocs.Watermark for .NET Api that makes it simple to perform watermarking operations in various document and image formats. The Api facilitates you with simple syntax, easy to use methods and a few lines of code to perform any watermarking operation. Using GroupDocs.Watermark, you can add, search, and remove watermark from many popular document and image formats. Continue to read more about the Api’s features....NET API that makes it simple to perform...document and image formats. The API facilitates you with simple syntax...

    blog.groupdocs.com/watermark/introducing-groupd...
  5. 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...
  6. Document viewer API usage in Java - Free Suppor...

    I have following queries regarding Groupdocs - Do I need only viewer solution if I want to control user's downloading/copying ? Do I need to convert original documents in some form to use your product ? Do I need to up…...Document viewer API usage in Java GroupDocs.Total Product Family...taking interest in GroupDocs APIs for Java and posting your concerns...

    forum.groupdocs.com/t/document-viewer-api-usage...
  7. 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...
  8. Import Annotations from Slides using GroupDocs....

    We are at GroupDocs glad to publish another monthly release of dot net document annotation Api, where new features are introduced, major features are related to import annotations from slides document format, these includes Import distance annotation, text annotation, strikeout annotation and almost all major annotation types. The latest GroupDocs.Annotation for .NET 17.8.0 Api now provides support to set Opacity for Words file also. This release is also including Improvements and Fixes....dot net document annotation API, where new features are introduced...GroupDocs.Annotation for .NET 17.8.0 API now provides support to set Opacity...

    blog.groupdocs.com/annotation/groupdocs.annotat...
  9. 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...
  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...