GroupDocs Cloud SDK for Python3
Project description
GroupDocs.Total for Cloud API is a suite of RESTful APIs that allows developers to seamlessly add comprehensive document collaboration tools to their web/mobile applications and websites. The suite currently includes the following tools:
GroupDocs.Viewer for Cloud API
An embeddable HTML-based document viewer that enables end users to view and securely share over 50 common document types, including PDF, Microsoft Word, Excel, PowerPoint, Outlook, Project, Visio, OpenDocument, CAD, etc. GroupDocs.Viewer works with all HTML5-compliant web-browsers, doesn’t require any client installation and allows end users to share document in a read-only mode. Learn more: http://groupdocs.com/cloud/document-viewer-api
GroupDocs.Annotation for Cloud API
GroupDocs.Annotation enables end users to collaboratively review and annotate 50+ document and image types directly from within your web app or site. GroupDocs.Annotation provides cross-platform compatibility, comes with an embeddable web-based GUI, allows multiple users to annotate the same document simultaneously in real time and is compatible with native PDF and Microsoft Word annotations. Learn more: http://groupdocs.com/cloud/document-annotation-api
GroupDocs.Assembly for Cloud API
GroupDocs.Assembly turns PDF and Microsoft Word documents into online forms. It allows you or end users to generate essential business documents on-the-fly by automatically merging document templates with data collected via online forms. GroupDocs.Assembly provides API and a web UI which enables end users to build online forms, link them to templates and get custom-generated documents without any help from developers. Learn more: http://groupdocs.com/cloud/document-assembly-api
GroupDocs.Signature for Cloud API
With this API, you can seamlessly build electronic signature workflows of any complexity. It allows you to send documents for signature; prepare and manage reusable document templates; capture handwritten, scanned or typed signatures, etc. You can also embed an out-of-the-box signature widget into any web page using a simple iframe. The widget allows end users to sign document online, without leaving your application or website. Learn more: http://groupdocs.com/cloud/electronic-signature-api
GroupDocs.Comparison for Cloud API
GroupDocs.Comparison allows end users to compare two versions of a document online. Supported file formats include: PDF, Microsoft Word, Excel, PowerPoint, OpenDocument, plain text and HTML. The API comes with an embeddable widget that can be seamlessly customized and integrated into your web app or site. The widget displays differences between compared documents with a redline change tracking view approach. Learn more: http://groupdocs.com/cloud/document-comparison-api
GroupDocs.Conversion for Cloud API
With this API you can convert back and forth between over 50 common document and image file formats. To name just a few, supported formats include: PDF, DOC(X), XLS(X), PPT(X), MSG, EML, RTF, ODT, ODS, CSV, TXT, HTML, XPS, DWG, DXF, VSD(X), JPEG, TIFF, PNG, GIF, BMP and many more. Lear more: http://groupdocs.com/cloud/document-conversion-api
All APIs listed here can be used individually, or under a single GroupDocs.Total for Cloud API subscription.
GroupDocs Python SDK
Latest SDK version 2.6.0.
Requirements
SDK requires Python 3.1 (or later). If you need Python 2 version of SDK please go to groupdocs-python
Installation
You can use the Pip to download and install SDK. GroupDocs SDK is now in PyPi.
Usage Example
apiClient = ApiClient(GroupDocsRequestSigner(privateKey)) api = AntApi(apiClient) response = api.ListAnnotations(userId, fileId)
License
Copyright 2012 GroupDocs. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.