groupdocs.annotation云python sdk

groupdocs-annotation-cloud的Python项目详细描述


groupdocs.annotation云python sdk

用于与groupdocs.annotation cloud api通信的python包

要求

Python 2.7或3.4+

安装

使用PIPPyPI安装groupdocs-annotation-cloud,安装方式:

pip install groupdocs-annotation-cloud

或者克隆存储库并通过Setuptools安装:

python setup.py install

开始

请按照installation procedure操作,然后运行以下命令:

# Import moduleimportgroupdocs_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 APIapi=groupdocs_annotation_cloud.InfoApi.from_keys(app_sid,app_key)try:# Retrieve supported file-formatsresponse=api.get_supported_file_formats()# Print out supported file-formatsprint("Supported file-formats:")forformatinresponse.formats:print('{0} ({1})'.format(format.file_format,format.extension))exceptgroupdocs_annotation_cloud.ApiExceptionase:print("Exception when calling get_supported_file_formats: {0}".format(e.message))

许可

GroupDocs.Annotation Cloud Python SDK许可于MIT License

资源

联系我们

你的反馈对我们很重要请随时使用我们的Support Forums与我们联系

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
Java泛型重写抽象方法并具有子类的返回类型   Java中的字符串反转字符,同时保留一些字符   java将系统时间与我获取它的时间进行比较   java解析ODATA URL以在准备entityset之前读取ID值   java中的有界通配符下界泛型即使在传递超类时也不会编译   c#Java的JVM和Java的内部工作方式有什么不同。NET的CLR?   java如何在windows7上指定JDK的版本?   Java:列出单个目录中的所有文件(1020000+)   java使用Logback和Lombok   安卓谷歌玩java。lang.NullPointerException   使用RSA的解密结果在普通Java和Android中有所不同   具有默认连接池的java Spring引导   java我如何在一个坏的测试环境中前进?