Search
Follow Us
Categories
- News Release(3)
Tag Archives: View documents online
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. Now Firefox users can share Microsoft Word, PDF… Continue Reading
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. The list of supported file… Continue Reading
Online Document Viewer for Google Chrome is Now Available from GroupDocs
GroupDocs’ Online Document Viewer Plugin for Google Chrome
We 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. Embed a document… Continue ReadingHow to Use GroupDocs’ Document Viewer for .NET MVC4
We are often asked whether our GroupDocs Viewer for .NET works with Microsoft ASP.NET MVC 4. The answer is YES, it works well. In this article, we will learn how to use the ASP.NET HTML5 DLL version of GroupDocs’ document viewer with .NET MVC 4.
… Continue Reading Requirements
- GroupDocs Viewer
- Microsoft ASP.NET MVC 4
Сonnection and use
To use the DLL version of GroupDocs’ document viewer for .NET in an ASP.NET MVC Project:- Download GroupDocs Viewer for .NET to your local PC.
Posted in zArchive Tagged .NET, .NET MVC4, document viewer, GroupDocs Viewer, GroupDocs Viewer for .NET, online document viewer, View documents online
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
Preparation
First 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. But don’t worry! you don’t need to install them… Continue ReadingGroupDocs 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
How to Create GroupDocs Viewer Plugin for Contao CMS
This article explains the basics of creating a plugin for the Contao CMS using the Contao Viewer plugin as an example. You can download the completed plugin from Contao.
Requirements
- Contao CMS
- PHP 5.3
- JavaScript
Preparation
To create a GroupDocs Viewer plugin for Contao CMS:- Install Contao CMS. The installation of this CMS is a simple.
- Allow GroupDocs <iframe> to appear go to Admin > Setting > Security settings > Allowed HTML tags and just add <iframe> at
Posted in zArchive Tagged API, GroupDocs Viewer, GroupDocs Viewer Plugin, online document viewer, View documents online
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 extensions
In 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. Together with the manifest,… Continue ReadingManage Your Documents Efficiently with GroupDocs’ Document Management Apps Suite
It’s difficult to find different document management solutions in one place for your diverse needs. You might spend your dime for separate stand-alone apps to fulfill your requirements. On the contrary, we, in GroupDocs, offer different document management apps as a suite to satisfy all your needs. GroupDocs offer six powerful apps to efficiently manage your documents. Since you get all these apps as a pack, you can easily manipulate your documents as required. The scenarios differ with customer requirements.… Continue Reading
Developing FireFox Add-ons with the Add-on Builder and SDK
This article explains the basics of creating an add-on for FireFox using the FireFox Add-on Builder and Add-on SDK. Read more about them on the Mozilla website. As an example, I’ll use the GroupDocs add-on. (You can download the source code from Github.) It’s an advanced extension so I’ll focus on the basics and highlight a couple of interesting aspects communication between scripts. I’ll mainly look at the add-on folders data and lib in the /resources/groupdocsviewer/ folder.