Online Document Viewer Add-on from GroupDocs is Now Available for Mozilla Firefox
We’re glad to announce the launch of the GroupDocs Viewer add-on for Mozilla Firefox. This add-on allows you to embed documents using a Firefox browser. Access your GroupDocs account without having to log in each time you want to manage files. GroupDocs’ online document viewer allows you to view, read, and share documents easily and effectively. Managing cross-version issues and file format compatibility are some of the issues that GroupDocs Viewer overcomes.
How to Use GroupDocs' Online Document Viewer Plugin with Google Chrome
We have published a GroupDocs’ online document viewer plugin for Chrome. This add-on provides GroupDocs users with a slick interface for viewing documents right in the Chrome browser. GroupDocs’ Online Document Viewer gives you the ability to view documents and images right in your web browser, without having to install bulky office software. Whether you need to view a text document, an image or a PowerPoint presentation, GroupDocs’ online document viewer opens it for you.
Online Document Viewer for Google Chrome is Now Available from GroupDocs
GroupDocs’ Online Document Viewer Plugin for Google ChromeWe are excited to announce the launch of the GroupDocs Viewer plugin for Chrome. Install the plugin to Chrome to view and share documents. It helps you support a wide range of file formats without any having to install new software. GroupDocs Viewer is an online document viewer and allows viewing of Word, PDF, images and other files easily. Now Chrome users can read various documents through their browser.
How to Install and Use GroupDocs' Online Document Viewer Plugin for Alfresco on Linux
Let me show you how to install and use GroupDocs online document viewer plugin for Alfresco CMS on Linux.
Requirements Java jdk Java jre Alfresco GroupDocs Viewer plugin Apache Tomcat PostGRE SQL PreparationFirst of all, you should have Alfresco CMS installed in your machine. Download and install a community version if you don’t have one already. Alfresco is a Java CMS, so we need Apache tomcat and PostGRE SQL installed.
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.
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.
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) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article.
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.
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) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article.
Developing Extensions for Google Chrome - GroupDocs Viewer
This article describes how Google Chrome extensions are structured. Also I’ll show you how to create one using the GroupDocs Viewer extension as an example.
Google Chrome extensionsIn contrast to developing extensions for FireFox, writing extensions for Google Chrome is a rather simple task. Chrome extensions are archives that contain the manifest file, called manifest.json and other resource files. The manifest file describes a extension’s general information: any pages and scripts it uses, and permissions.