https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-go-samples
GroupDocs.Viewer Cloud SDK for Go examples
https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-go-samples
Last synced: about 1 year ago
JSON representation
GroupDocs.Viewer Cloud SDK for Go examples
- Host: GitHub
- URL: https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-go-samples
- Owner: groupdocs-viewer-cloud
- License: mit
- Created: 2025-02-13T08:18:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-25T08:39:48.000Z (about 1 year ago)
- Last Synced: 2025-03-25T09:38:23.749Z (about 1 year ago)
- Language: Go
- Size: 12.2 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GroupDocs.Viewer Cloud SDK for GO Examples
This repository contains [Examples](Examples) projects for [GroupDocs.Viewer Cloud SDK for GO](https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-go) to help you learn and write your own applications.
[GroupDocs.Viewer Cloud SDK for GO](https://products.groupdocs.cloud/viewer/go) has been developed to help you get started with using our document viewer REST API, allowing to seamlessly preview your documents in any format you need. With this single API, you can preview over 50 types of documents and images, including all Microsoft Office and OpenDocument file formats, PDF documents, HTML, CAD, raster images and many more.
[GroupDocs.Viewer Cloud API](https://products.groupdocs.cloud/viewer). GroupDocs.Viewer Cloud SDK for GO has been developed to help you integrate all these features in your GO application without any hassle.
## Prerequisites
+ Go 1.23.0 or Higher.
+ GroupDocs.Viewer Cloud SDK for GO.
+ Get your ClientId and ClientSecret at [https://dashboard.groupdocs.cloud](https://dashboard.groupdocs.cloud) (free registration is required).
## How to Run the Examples?
The package contains C# examples. Follow the given steps to proceed with project build:
+ Extract the downloaded project
+ Edit main.go and put ClientId and ClientSecret, obtained from https://dashboard.groupdocs.cloud there
+ Execute "go mod tidy" command
+ Run examples using "go run main.go" command
For more details, visit [Getting Started](https://docs.groupdocs.cloud/viewer/getting-started/).
## Licensing
All GroupDocs.Viewer Cloud SDKs are licensed under [MIT License](LICENSE).
[Home](https://www.groupdocs.cloud/) | [Product Page](https://products.groupdocs.cloud/viewer/go) | [Docs](https://docs.groupdocs.cloud/viewer/) | [Demos](https://products.groupdocs.app/viewer/family) | [API Reference](https://apireference.groupdocs.cloud/viewer/) | [Source Code](https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-go) | [Blog](https://blog.groupdocs.cloud/category/viewer/) | [Free Support](https://forum.groupdocs.cloud/c/viewer) | [Free Trial](https://purchase.groupdocs.cloud/trial)