groupdocs annotation cloud python
v23.12
GroupDocs.annotation Cloud API와 통신하기위한 Python 패키지
파이썬 2.7 또는 3.4+
PIPI에서 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.annotation Cloud Python SDK MIT 라이센스에 따라 라이센스가 부여되었습니다.
+ 웹 사이트 + 제품 홈 + 문서 + 무료 지원 포럼 + 블로그
귀하의 의견은 우리에게 매우 중요합니다. 지원 포럼을 사용하여 저희에게 연락하십시오.