Search
Follow Us
Categories
- News Release(3)
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
- PHP 5.3
- Apache ModRewrite
- PHP Curl extension
- PHP Sockets extension (php_sockets.dll)
- GroupDocs PHP SDK
- composer.phar (Download from http://getcomposer.org/download/ or use the included version)
- FatFree framework (https://github.com/bcosca/fatfree)
Initial Installations
- Learn how to install the Fatfree framework from
Posted in zArchive Tagged API, document conversion, document management, GroupDocs Conversion, online document management system
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 API, document management, GroupDocs API, online document management system
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
- PHP 5.3
- Apache ModRewrite
- PHP Curl extension
- PHP Sockets extension (php_sockets.dll)
- GroupDocs PHP SDK
- composer.phar (Download from http://getcomposer.org/download/ or use the included version)
- FatFree framework (https://github.com/bcosca/fatfree)
Initial Installations
- Learn how to install the Fatfree framework from
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.
Posted in zArchive Tagged API, digital signature, electronic signature, esignature, GroupDocs Signature
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 ReadingIntegration 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. 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 API, GroupDocs, GroupDocs API, online document storage