groupdocs annotation cloud python
v23.12
Pacote Python para se comunicar com a API de Cloud GroupDocs.annotation
Python 2.7 ou 3.4+
Instale groupdocs-annotation-cloud com PIP de Pypi por:
pip install groupdocs-annotation-cloudOu repositório de clone e instale -o via setupTools:
python setup.py installSiga o procedimento de instalação e execute seguinte:
# 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 licenciado sob licença do MIT.
+ Site + Produto Home + Documentação + Fórum de Suporte Grátis + Blog
Seu feedback é muito importante para nós. Sinta -se à vontade para entrar em contato conosco usando nossos fóruns de suporte.