Search
Follow Us
Categories
- News Release(3)
Author Archives: Derek
How to Create a Simple Application Using the GroupDocs’ JavaScript SDK
In this article I’ll walk you thorough the process of creating a simple JavaScript application which shows files and directories from your GroupDocs account. Lets start by creating a package from the GroupDocs JavaScript SDK sources. You can skip this step and get the full SDK package from GitHub and a minimal SDK package.
Creating a Package
- You need Node.js installed on you computer. Read more about installation Node.js. When Node.js is on your computer you can start
Posted in zArchive Tagged API, document collaboration, document management, GroupDocs API, GroupDocs API SDK, GroupDocs JavaScript SDK, javascript
How to Use the GetChanges Method from the Comparison Api to Return a List of Changes in a Document
This article explains how to use the GetChanges method from the ComparisonApi in the 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)
GroupDocs Released an Intro Video to Visually Describe its Online Document Viewer – the First in A Series!
Great news for all! We’re glad to announce that GroupDocs has introduced the first video in its series: How to view office documents online using GroupDocs Viewer. It’s an intro video for our efficient online document viewer app. In this video, you’ll find the features of GroupDocs Viewer and the methods to view documents online regardless of their format. This video is available on GroupDocs’ YouTube channel. null We’ve plans to introduce more videos in the coming weeks. The… Continue Reading
PDF Annotation, Word Annotation and Others in Joomla with GroupDocs Annotation Plugin
We are excited to launch the GroupDocs Annotation plugin for Joomla. Our annotation plugin lets you embed documents to Joomla sites and allows PDF annotation, Microsoft Word annotation, and annotation of other files easily. GroupDocs Annotation simplifies document review and collaboration between teams. The powerful tool lets you add comments, draw text, strikeout content to Word, PDF or any image file through a browser. Share documents online with your colleagues for faster review and approval process. GroupDocs Annotation… Continue Reading
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
Annotate PDF, Word and Other Files in TextPattern Using the GroupDocs Annotation Plugin
TextPattern users have a reason to get excited – we have launched GroupDocs’ annotation plugin for TextPattern. Embed documents to TextPattern pages and use our tool to annotate PDF, Microsoft Word, or other files easily. GroupDocs Annotation makes document reviewing and collaboration simple and its powerful set of annotation options scores high with our users. Our annotation plugin lets you share documents online with global teams and help them engage in group tasks. This platform-independent tool optimizes task… Continue Reading
How to Upload PHP Project to Heroku? – Advanced Steps
In the previous article, we learned how to create a new PHP project on Heroku. But sometimes our project requires additional extensions that do not exist in the Heroku PHP configuration. So we need to find out how to create and install extensions for PHP on Heroku.
In this post, I’ll show you these advanced steps, and create a PHP project on Heroku with the GroupDocs PHP SDK Api Samples application.
Preparation
All required preparation are described in previous article… Continue Reading
Posted in zArchive Tagged API, git, GroupDocs PHP SDK, Heroku, heroku toolbelt
How to Upload PHP Project to Heroku?
Heroku is a great opportunity for developers to try and test their code in a production environment. Originally created for Ruby projects, Heroku now supports Ruby, Java, Python and even PHP. Heroku’s PHP project support is an undocumented feature so some additional skills are required do deploy such a project.
In this post, I’ll show you the methods to create a PHP project on Heroku with the GroupDocs PHP SDK Api Samples application.
Preparation
- To get the PHP samples, you
Posted in zArchive Tagged git, GroupDocs PHP SDK, Heroku, heroku toolbelt
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