Tag Archives: API

How to Convert Files with GroupDocs PHP SDK

This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer.

Requirements

Initial Installations

  1. Learn how to install the Fatfree framework from
Continue Reading
Posted in zArchive | Tagged , , , ,

How to Use GroupDocs PHP SDK with Composer or a Built-in Autoloader

GroupDocs supports all major platforms, such as .NET, PHP, Java, Python, etc. So with GropDocs’ SDKs you can easily create your own application to store, view, sign (and use a lot of other great features on) your documents online, using Windows or Linux with your favorite language. Today, I’ll talk about GroupDocs PHP SDK and how to get started with it. Sometimes, developers ask us how to get our PHP SDK, how to use it with Composer, or how to… Continue Reading
Posted in zArchive | Tagged , , ,

Comparison API sample Implementation with PHP SDK

This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find information about others methods in the Swagger explorer.

Requirements

Initial Installations

  1. Learn how to install the Fatfree framework from
Continue Reading
Posted in zArchive | Tagged , , , , , , ,

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… Continue Reading
Posted in zArchive | Tagged , , , ,

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. Swagger (… Continue Reading
Posted in zArchive | Tagged , , , , ,

Integration for Zapier – How to Create a Custom Trigger

Zapier allows seamless integration with dozens of APIs. In this post I’ll explain how to create an integration with the GroupDocs Storage API. Put simply the process of integration with Zapier is Read -> Process -> Write. Read-Process-Write image The left side of the integration is called a trigger and the right side is an action. The central process simply converts your API response to a format suitable for the write action. We are going to create a trigger for new files.… Continue Reading
Posted in zArchive | Tagged , , ,