Cloud SDK that communicate with REST API to develop Python applications which can render & view all sorts of popular document and image file formats.
Start Free TrialQuickly get started using GroupDocs.Viewer Cloud with the help of GroupDocs.Viewer Cloud SDK for Python. The SDK is a modern, open-source Python library that makes it easy to integrate GroupDocs.Viewer Cloud API in your own Python applications. With the SDK, you can benefit from all the features of the API in a much easier and quicker manner. The SDK provides an abstraction over the “low-level” details of making requests and handling responses, for a simpler and more intuitive coding experience.
Check out GroupDocs.Viewer Cloud SDK for Python at GitHub if you are looking for the source code to view file in the Cloud.
You can try GroupDocs.Viewer Low-Code Python APIs without any limitations.
GroupDocs.Viewer Cloud is also available as Docker image which can be used to self-host the service. Or you may build your own services using GroupDocs.Viewer High-code APIs which currently drive our REST APIs.
The cloud-based viewer API has the ability to display different document formats without compromising on the performance. Features of the API can be used via the SDK, with just a few lines of code.
# Get your App SID and App Key at https://dashboard.groupdocs.cloud (free registration is required).
app_sid = "XXXX-XXXX-XXXX"
app_key = "XXXXXXXXXXXX"
# Create instance of the API.
api = groupdocs_viewer_cloud.ViewerApi.from_keys(app_sid, app_key)
viewOptions = groupdocs_viewer_cloud.ViewOptions()
fileInfo = groupdocs_viewer_cloud.FileInfo()
fileInfo.file_path = "docs\\document.xlsx"
fileInfo.password = "password"
fileInfo.storage_name = "Storage Name"
viewOptions.file_info = fileInfo;
request = groupdocs_viewer_cloud.GetInfoRequest(viewOptions)
response = api.get_info(request)
print(response)
Get started using GroupDocs.Viewer Cloud REST API with the GroupDocs.Viewer Cloud SDK for Python. It facilitates the users and speeds up the development of applications written in Python while taking care of low-level details of making requests and handling responses and lets the users focus on writing code specific to their particular project.
GroupDocs.Viewer Cloud SDK is 100% tested and out-of-the-box running. The SDK is open source and has an MIT license. You can use it, and even customize it for absolutely free of any charge.
GroupDocs.Viewer Cloud for Python supports a wide range of file formats, including but not limited to:
With GroupDocs.Viewer Cloud for Python, you can customize the rendering options to meet your specific requirements. Some of the key rendering options include:
GroupDocs.Viewer Cloud for Python allows you to render documents in various formats, including:
Apart from rendering, GroupDocs.Viewer Cloud for Python provides several document manipulation features, such as:
GroupDocs.Viewer Cloud for Python is compatible with a range of platforms, including:
You can easily integrate GroupDocs.Viewer Cloud for Python with third-party storage providers, such as:
GroupDocs.Viewer Cloud for Python offers secure document viewing with features like:
To optimize performance, GroupDocs.Viewer Cloud for Python provides caching mechanisms, including:
GroupDocs.Viewer Cloud for Python allows you to extract metadata from documents, such as:
GroupDocs.Viewer Cloud for Python is designed to work seamlessly across different platforms, including:
You can customize and brand the document viewer with GroupDocs.Viewer Cloud for Python by:
GroupDocs.Viewer Cloud for Python provides comprehensive documentation and support resources, including: