groupdocs annotation cloud python
v23.12
用於與GroupDoc的Python軟件包。
Python 2.7或3.4+
通過PYPI安裝groupdocs-annotation-cloud :
pip install groupdocs-annotation-cloud或克隆存儲庫,並通過setuptools安裝它:
python setup.py install請按照安裝步驟進行操作,然後運行以下:
# Import module
import groupdocs_annotation_cloud
# Get your app_sid and app_key at https://dashboard.groupdocs.cloud (free registration is required).
app_sid = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"
app_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
# Create instance of the API
api = groupdocs_annotation_cloud . InfoApi . from_keys ( app_sid , app_key )
try :
# Retrieve supported file-formats
response = api . get_supported_file_formats ()
# Print out supported file-formats
print ( "Supported file-formats:" )
for format in response . formats :
print ( '{0} ({1})' . format ( format . file_format , format . extension ))
except groupdocs_annotation_cloud . ApiException as e :
print ( "Exception when calling get_supported_file_formats: {0}" . format ( e . message ))GroupDocs.Notation Cloud Python SDK經過MIT許可證。
+網站+產品主頁+文檔+免費支持論壇+博客
您的反饋對我們非常重要。請隨時使用我們的支持論壇與我們聯繫。