Skip to content

Commit 040885e

Browse files
authored
Merge pull request #1 from groupdocs-cloud/staging
Staging
2 parents d361e9f + d3e7acb commit 040885e

File tree

37 files changed

+13704
-1
lines changed

37 files changed

+13704
-1
lines changed

content/home/english/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Welcome to our comprehensive collection of tutorials for all GroupDocs Cloud pro
1212

1313
## Document Management Tutorials
1414

15-
### [GroupDocs.Viewer Cloud Tutorials](#)
15+
### [GroupDocs.Viewer Cloud Tutorials](./viewer/)
1616
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.
1717

1818
### [GroupDocs.Conversion Cloud Tutorials](#)

content/viewer/english/_index.md

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
---
2+
title: GroupDocs.Viewer Cloud Developer Guide Complete Implementation & Integration Tutorial
3+
url: /viewer/
4+
weight: 2
5+
description: Comprehensive developer guide for GroupDocs.Viewer Cloud API with step-by-step tutorials, code examples, and best practices for document rendering and visualization.
6+
---
7+
8+
# GroupDocs.Viewer Cloud Developer Guide
9+
10+
## Introduction
11+
12+
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.
13+
14+
## Getting Started
15+
16+
### [Getting Started](/viewer/getting-started/)
17+
18+
Step-by-step tutorials for developers to master GroupDocs.Viewer Cloud API capabilities from basic to advanced features
19+
20+
### [Document Basic Usage Tutorials](/viewer/basic-usage/)
21+
22+
Learn to use GroupDocs.Viewer Cloud API with these step-by-step tutorials covering document rendering, HTML, PDF, and image conversion
23+
24+
### [Document Data Structures Tutorials](/viewer/data-structures/)
25+
26+
Learn how to use GroupDocs.Viewer Cloud API data structures with these step-by-step tutorials for developers
27+
28+
### [Document Advanced Usage Tutorials](/viewer/advanced-usage/)
29+
30+
Comprehensive tutorials for developers to master advanced document viewing features with GroupDocs.Viewer Cloud API, from rendering options to document handling.
31+
32+
### Prerequisites
33+
34+
Before starting with GroupDocs.Viewer Cloud implementation, ensure you have:
35+
36+
- A GroupDocs Cloud account
37+
- API credentials (Client ID and Client Secret)
38+
- Basic understanding of REST APIs
39+
- Familiarity with your preferred programming language
40+
41+
### Authentication
42+
43+
All GroupDocs.Viewer Cloud API requests require authentication. The API uses OAuth 2.0 for authentication. Here's how to obtain an access token:
44+
45+
```
46+
POST https://api.groupdocs.cloud/connect/token
47+
```
48+
49+
## Core Features
50+
51+
### Document Rendering
52+
53+
GroupDocs.Viewer Cloud allows rendering documents in various formats:
54+
55+
- HTML
56+
- PDF
57+
- Image (PNG, JPG)
58+
59+
### Supported File Formats
60+
61+
GroupDocs.Viewer Cloud supports over 170 file formats including:
62+
63+
- Microsoft Office: DOCX, XLSX, PPTX, etc.
64+
- PDF documents
65+
- Images: JPG, PNG, TIFF, etc.
66+
- CAD drawings: DWG, DXF, etc.
67+
- Email formats: MSG, EML, etc.
68+
- And many more
69+
70+
### Performance Optimization
71+
72+
Learn techniques to optimize document rendering performance:
73+
74+
- Page range rendering
75+
- Caching mechanisms
76+
- Resource-efficient rendering options
77+
78+
## Implementation Scenarios
79+
80+
This section contains practical usage scenarios of GroupDocs.Viewer Cloud with code examples in multiple programming languages:
81+
82+
- Document conversion to HTML/PDF/Image
83+
- Watermark application
84+
- Page rotation and reordering
85+
- Text search and extraction
86+
- Responsive document viewing
87+
88+
## API Reference
89+
90+
Detailed information about endpoints, request parameters, and response formats for the GroupDocs.Viewer Cloud API.
91+
92+
## SDK Integration Tutorials
93+
94+
Step-by-step tutorials for integrating GroupDocs.Viewer Cloud with various programming languages:
95+
96+
- Node.js
97+
- Java
98+
- .NET
99+
- Python
100+
- PHP
101+
- Ruby
102+
103+
## Troubleshooting & Best Practices
104+
105+
Common issues, their solutions, and recommended practices for efficient integration and usage of GroupDocs.Viewer Cloud.
106+
107+
## Release Notes
108+
109+
Information about the latest features, improvements, and bug fixes in GroupDocs.Viewer Cloud.
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
---
2+
title: GroupDocs.Viewer Cloud API Document Advanced Usage Tutorials
3+
url: /advanced-usage/
4+
description: Comprehensive tutorials for developers to master advanced document viewing features with GroupDocs.Viewer Cloud API, from rendering options to document handling.
5+
weight: 10
6+
---
7+
8+
## Introduction to Advanced Viewer Cloud API Tutorials
9+
10+
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.
11+
12+
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.
13+
14+
## Learning Path: From Basic to Advanced
15+
16+
We've organized these tutorials in a progressive learning path to help you build your skills systematically:
17+
18+
1. Common Rendering Options - Learn fundamental techniques for controlling how documents are rendered
19+
2. Document-Specific Rendering - Master specialized rendering for different document formats
20+
3. Load Options and Advanced Settings - Explore authentication, custom fonts, and other advanced configuration
21+
22+
## Available Tutorials
23+
24+
### Common Rendering Options
25+
26+
- [Tutorial: How to Add Watermarks to Documents](/advanced-usage/add-watermark/) - Learn to overlay text watermarks on documents for copyright protection and branding
27+
- [Tutorial: How to Reorder Document Pages](/advanced-usage/reorder-pages/) - Learn to change the sequence of pages in rendered documents
28+
- [Tutorial: How to Render Hidden Pages](/advanced-usage/render-hidden-pages/) - Master techniques for displaying normally hidden content
29+
- [Tutorial: How to Render Document Notes](/advanced-usage/render-document-with-notes/) - Learn to include presentation notes and other annotations
30+
- [Tutorial: How to Use Custom Fonts](/advanced-usage/render-with-custom-fonts/) - Explore rendering with specific fonts for consistent appearance
31+
- [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
32+
-[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.
33+
34+
### Document-Specific Rendering Tutorials
35+
36+
- [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.
37+
- [Tutorial: Spreadsheet Rendering Techniques](/advanced-usage/rendering-spreadsheets/) - Learn advanced Excel and spreadsheet rendering options
38+
- [Tutorial: Word Processing Document Rendering](/advanced-usage/rendering-word-documents/) - Learn advanced Word document rendering options
39+
- [Tutorial: Rendering Outlook Data Files](/advanced-usage/rendering-outlook-files/) - Learn to navigate and render email content from Outlook data files with filtering capabilities.
40+
- [Tutorial: Rendering Text Files](/advanced-usage/rendering-text-files/) - Master the rendering of plain text files with proper formatting and layout control.
41+
42+
## Prerequisites
43+
44+
Before beginning these tutorials, you should have:
45+
46+
1. A GroupDocs.Viewer Cloud account (if you don't have one, [sign up for a free trial](https://dashboard.groupdocs.cloud/#/apps))
47+
2. Basic knowledge of REST APIs and your preferred programming language
48+
3. Development environment set up for your language of choice (C#, Java, Python, etc.)
49+
4. API credentials (Client ID and Client Secret) from the GroupDocs Cloud Dashboard
50+
51+
## Helpful Resources
52+
53+
To support your learning journey, here are some additional resources:
54+
55+
- [Product Page](https://products.groupdocs.cloud/viewer/)
56+
- [Documentation](https://docs.groupdocs.cloud/viewer/)
57+
- [Live Demo](https://products.groupdocs.app/viewer/family)
58+
- [API Reference UI](https://reference.groupdocs.cloud/viewer/)
59+
- [Blog](https://blog.groupdocs.cloud/categories/groupdocs.viewer-cloud-product-family/)
60+
- [Free Support](https://forum.groupdocs.cloud/c/viewer/9)
61+
- [Free Trial](https://dashboard.groupdocs.cloud/#/apps)
62+
63+
## Feedback and Questions
64+
65+
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/).

0 commit comments

Comments
 (0)