groupdocs annotation cloud python
v23.12
Python -Paket für die Kommunikation mit der Cloud -API von GroupDocs.Annotation
Python 2.7 oder 3.4+
Installieren Sie groupdocs-annotation-cloud mit PIP von PYPI von:
pip install groupdocs-annotation-cloudOder Klon -Repository und installieren Sie es über Setuptools:
python setup.py installBitte befolgen Sie die Installationsverfahren und führen Sie anschließend an:
# 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.Annotation Cloud Python SDK lizenziert unter MIT -Lizenz.
+ Website + Produkt Home + Dokumentation + kostenloses Support -Forum + Blog
Ihr Feedback ist für uns sehr wichtig. Bitte kontaktieren Sie uns mit unseren Support -Foren.