Tag Archives: php api

How to Use New Login Method in Plugins and Services

This article explains how to use the new method LoginUser, added to the new GroupDocs SDK.

Requirements

We already know how to install the Fatfree framework and prepare for creating the sample from a previous article. The sample that we create in this article is not much different from… Continue Reading
Posted in zArchive | Tagged , , , , ,

How to Merge Data Fields from a DOCX File with a Data Source and Output to PDF

This article explains how to get the fields from a template DOCX file, fill them with data and merge to new PDF file using GroupDocs.

Requirements

We already know how to install the Fatfree framework and prepare for creating the sample from the previous article. The sample that we create in… Continue Reading
Posted in zArchive | Tagged , , , ,

Two Ways of Uploading Files into a GroupDocs Account

Working with GroupDocs SDK we usually need a GUID to work with a document. But it’s not very comfortable for users to work with GUIDs. So in your app, you can use two methods to upload a file to a GroupDocs account and get it’s GUID programmatically.

Requirements

We already know how… Continue Reading
Posted in zArchive | Tagged , , , ,

How to perform Callbacks with GroupDocs PHP SDK

This article explains the basics of using PHP SDK callbacks. In this article I’ll use the Convert API. Find information about other methods in the Swagger explorer.

Requirements

We already know how to install the Fatfree framework and prepare for creating the sample from the previous article. So lets start… Continue Reading
Posted in zArchive | Tagged , , , ,