Search
Follow Us
Categories
- News Release(3)
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
- 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)
Posted in zArchive Tagged API, document management, GroupDocs API, GroupDocs PHP SDK, GroupDocs Plugins, php api
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
- 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)
Posted in zArchive Tagged API, document collaboration, document management, online document management system, php api
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
- 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)
Posted in zArchive Tagged API, document collaboration, document management, online document management system, php api
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
- 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)
Posted in zArchive Tagged API, document collaboration, document management, online document management system, php api