Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion content/home/english/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Welcome to our comprehensive collection of tutorials for all GroupDocs Cloud pro

## Document Management Tutorials

### [GroupDocs.Viewer Cloud Tutorials](#)
### [GroupDocs.Viewer Cloud Tutorials](./viewer/)
Learn how to render and display over 170 document and image file formats in your applications without requiring additional software or plugins. Our tutorials cover rendering to HTML, PDF, and image formats with various customization options.

### [GroupDocs.Conversion Cloud Tutorials](#)
Expand Down
109 changes: 109 additions & 0 deletions content/viewer/english/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
---
title: GroupDocs.Viewer Cloud Developer Guide Complete Implementation & Integration Tutorial
url: /viewer/
weight: 2
description: Comprehensive developer guide for GroupDocs.Viewer Cloud API with step-by-step tutorials, code examples, and best practices for document rendering and visualization.
---

# GroupDocs.Viewer Cloud Developer Guide

## Introduction

Welcome to the comprehensive developer guide for GroupDocs.Viewer Cloud. This guide provides detailed instructions, code examples, and best practices to help developers integrate and implement document viewing functionality in their applications using GroupDocs.Viewer Cloud API.

## Getting Started

### [Getting Started](/viewer/getting-started/)

Step-by-step tutorials for developers to master GroupDocs.Viewer Cloud API capabilities from basic to advanced features

### [Document Basic Usage Tutorials](/viewer/basic-usage/)

Learn to use GroupDocs.Viewer Cloud API with these step-by-step tutorials covering document rendering, HTML, PDF, and image conversion

### [Document Data Structures Tutorials](/viewer/data-structures/)

Learn how to use GroupDocs.Viewer Cloud API data structures with these step-by-step tutorials for developers

### [Document Advanced Usage Tutorials](/viewer/advanced-usage/)

Comprehensive tutorials for developers to master advanced document viewing features with GroupDocs.Viewer Cloud API, from rendering options to document handling.

### Prerequisites

Before starting with GroupDocs.Viewer Cloud implementation, ensure you have:

- A GroupDocs Cloud account
- API credentials (Client ID and Client Secret)
- Basic understanding of REST APIs
- Familiarity with your preferred programming language

### Authentication

All GroupDocs.Viewer Cloud API requests require authentication. The API uses OAuth 2.0 for authentication. Here's how to obtain an access token:

```
POST https://api.groupdocs.cloud/connect/token
```

## Core Features

### Document Rendering

GroupDocs.Viewer Cloud allows rendering documents in various formats:

- HTML
- PDF
- Image (PNG, JPG)

### Supported File Formats

GroupDocs.Viewer Cloud supports over 170 file formats including:

- Microsoft Office: DOCX, XLSX, PPTX, etc.
- PDF documents
- Images: JPG, PNG, TIFF, etc.
- CAD drawings: DWG, DXF, etc.
- Email formats: MSG, EML, etc.
- And many more

### Performance Optimization

Learn techniques to optimize document rendering performance:

- Page range rendering
- Caching mechanisms
- Resource-efficient rendering options

## Implementation Scenarios

This section contains practical usage scenarios of GroupDocs.Viewer Cloud with code examples in multiple programming languages:

- Document conversion to HTML/PDF/Image
- Watermark application
- Page rotation and reordering
- Text search and extraction
- Responsive document viewing

## API Reference

Detailed information about endpoints, request parameters, and response formats for the GroupDocs.Viewer Cloud API.

## SDK Integration Tutorials

Step-by-step tutorials for integrating GroupDocs.Viewer Cloud with various programming languages:

- Node.js
- Java
- .NET
- Python
- PHP
- Ruby

## Troubleshooting & Best Practices

Common issues, their solutions, and recommended practices for efficient integration and usage of GroupDocs.Viewer Cloud.

## Release Notes

Information about the latest features, improvements, and bug fixes in GroupDocs.Viewer Cloud.
65 changes: 65 additions & 0 deletions content/viewer/english/advanced-usage/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
title: GroupDocs.Viewer Cloud API Document Advanced Usage Tutorials
url: /advanced-usage/
description: Comprehensive tutorials for developers to master advanced document viewing features with GroupDocs.Viewer Cloud API, from rendering options to document handling.
weight: 10
---

## Introduction to Advanced Viewer Cloud API Tutorials

Welcome to our comprehensive tutorial series on GroupDocs.Viewer Cloud API's advanced usage features. These hands-on tutorials are designed specifically for developers who want to master the powerful document viewing capabilities offered by GroupDocs.Viewer Cloud.

Whether you're looking to customize rendering options, handle different document types, or implement advanced viewing features, this tutorial series provides step-by-step guidance to help you achieve real-world solutions with GroupDocs.Viewer Cloud.

## Learning Path: From Basic to Advanced

We've organized these tutorials in a progressive learning path to help you build your skills systematically:

1. Common Rendering Options - Learn fundamental techniques for controlling how documents are rendered
2. Document-Specific Rendering - Master specialized rendering for different document formats
3. Load Options and Advanced Settings - Explore authentication, custom fonts, and other advanced configuration

## Available Tutorials

### Common Rendering Options

- [Tutorial: How to Add Watermarks to Documents](/advanced-usage/add-watermark/) - Learn to overlay text watermarks on documents for copyright protection and branding
- [Tutorial: How to Reorder Document Pages](/advanced-usage/reorder-pages/) - Learn to change the sequence of pages in rendered documents
- [Tutorial: How to Render Hidden Pages](/advanced-usage/render-hidden-pages/) - Master techniques for displaying normally hidden content
- [Tutorial: How to Render Document Notes](/advanced-usage/render-document-with-notes/) - Learn to include presentation notes and other annotations
- [Tutorial: How to Use Custom Fonts](/advanced-usage/render-with-custom-fonts/) - Explore rendering with specific fonts for consistent appearance
- [Tutorial: How to Adjust Image Quality in PDF Documents with GroupDocs.Viewer Cloud](/advanced-usage/adjust-image-quality/) - Learn how to control image quality when rendering PDF documents
-[Tutorial: How to Render Documents with Comments in GroupDocs.Viewer Cloud](/advanced-usage/render-document-with-comments/) - Learn how to control comment rendering in documents with GroupDocs.Viewer Cloud API in this step-by-step tutorial for developers.

### Document-Specific Rendering Tutorials

- [Tutorial: Rendering PDF Documents](/advanced-usage/rendering-pdf-documents/) - Learn techniques for rendering PDF documents with optimal quality, adjusting image quality, enabling font hinting, and managing layered content.
- [Tutorial: Spreadsheet Rendering Techniques](/advanced-usage/rendering-spreadsheets/) - Learn advanced Excel and spreadsheet rendering options
- [Tutorial: Word Processing Document Rendering](/advanced-usage/rendering-word-documents/) - Learn advanced Word document rendering options
- [Tutorial: Rendering Outlook Data Files](/advanced-usage/rendering-outlook-files/) - Learn to navigate and render email content from Outlook data files with filtering capabilities.
- [Tutorial: Rendering Text Files](/advanced-usage/rendering-text-files/) - Master the rendering of plain text files with proper formatting and layout control.

## Prerequisites

Before beginning these tutorials, you should have:

1. A GroupDocs.Viewer Cloud account (if you don't have one, [sign up for a free trial](https://dashboard.groupdocs.cloud/#/apps))
2. Basic knowledge of REST APIs and your preferred programming language
3. Development environment set up for your language of choice (C#, Java, Python, etc.)
4. API credentials (Client ID and Client Secret) from the GroupDocs Cloud Dashboard

## Helpful Resources

To support your learning journey, here are some additional resources:

- [Product Page](https://products.groupdocs.cloud/viewer/)
- [Documentation](https://docs.groupdocs.cloud/viewer/)
- [Live Demo](https://products.groupdocs.app/viewer/family)
- [API Reference UI](https://reference.groupdocs.cloud/viewer/)
- [Blog](https://blog.groupdocs.cloud/categories/groupdocs.viewer-cloud-product-family/)
- [Free Support](https://forum.groupdocs.cloud/c/viewer/9)
- [Free Trial](https://dashboard.groupdocs.cloud/#/apps)

## Feedback and Questions

We're committed to helping you succeed with GroupDocs.Viewer Cloud API. If you have questions about these tutorials or need assistance implementing any feature, please visit our [support forum](https://forum.groupdocs.cloud/c/viewer/9) or contact us through the [website](https://products.groupdocs.cloud/viewer/).
Loading