Skip to content

Commit ab92aee

Browse files
update to 21.11
1 parent e6df2f6 commit ab92aee

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ XLS, XLSX, PPTX, DOC, DOCX, MobiXML, JPEG, EMF, PNG, BMP, GIF, TIFF, Text
3030
## Read PDF Formats
3131
MHT, PCL, PS, XSLFO, MD
3232

33-
## Enhancements in Version 21.10
33+
## Enhancements in Version 21.11
3434
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
3535

3636
## Enhancements in Version 20.9

asposepdfcloud/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __init__(self, app_key, app_sid, host=None):
8383
self.rest_client = RESTClientObject()
8484
self.default_headers = {}
8585
self.default_headers['x-aspose-client'] = 'python sdk'
86-
self.default_headers['x-aspose-client-version'] = '21.10.0'
86+
self.default_headers['x-aspose-client-version'] = '21.11.0'
8787

8888
self.app_key = app_key
8989
self.app_sid = app_sid

asposepdfcloud/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,5 @@ def to_debug_report(self):
199199
"OS: {env}\n"\
200200
"Python Version: {pyversion}\n"\
201201
"Version of the API: 3.0\n"\
202-
"SDK Package Version: 21.10.0".\
202+
"SDK Package Version: 21.11.0".\
203203
format(env=sys.platform, pyversion=sys.version)

setup.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from setuptools import setup, find_packages
3333

3434
NAME = "asposepdfcloud"
35-
VERSION = "21.10.0"
35+
VERSION = "21.11.0"
3636
# To install the library, run the following
3737
#
3838
# python setup.py install
@@ -46,7 +46,14 @@
4646
name=NAME,
4747
version=VERSION,
4848
description="Aspose.PDF Cloud",
49-
long_description="New version of Aspose.PDF Cloud is a REST API for creating and editing PDF files. It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more. Aspose.PDF Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image. Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others.\nAspose.PDF Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on. Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting. Add images to a PDF file or convert PDF pages to images.\nAspose.PDF Cloud is well documented to help you create your solutions on different platforms.\nhttps://products.aspose.cloud/pdf/family/\nRich Set of Features\nAspose.PDF Cloud features can be divided into three main areas:\nConversions: High quality conversions PDF to formats XLS, XLSX, PPTX, DOC, DOCX, EPUB, HTML, TeX, MobiXML, XML, XPS, FDF, XFDF, PDF/A\nRendering: Convert whole documents or pages to PDF, XPS or for server-side document generation. Also convert document pages to SVG, JPEG, EMF, PNG, BMP, GIF, TIFF images.\nDocument Object Model: Programmatic access through a rich API to all document elements allows to create, modify, extract, copy, split, join, and replace document content.\nAspose.PDF Cloud is designed to perform great. You can literally generate thousands of documents in minutes with Aspose.PDF Cloud and that involves opening a document, modifying content and formatting or populating it with data and saving it. Even most of the complex documents are opened and saved in fractions of a second.\nFree support for Aspose.PDF Cloud is provided on our support forum:\nhttps://forum.aspose.cloud/\nand on StackOverflow:\nhttps://stackoverflow.com/questions/tagged/aspose.pdf",
49+
long_description='''Aspose.PDF Cloud is a REST API for creating and editing PDF files.
50+
Most popular features proposed by Aspose.PDF Cloud: PDF to Word, Convert PDF to Image, Merge PDF, Split PDF, Add Images to PDF, Rotate PDF.
51+
It can also be used to convert PDF files to different formats like DOC, HTML, XPS, TIFF and many more.
52+
Aspose.PDF Cloud gives you control: create PDFs from scratch or from HTML, XML, template, database, XPS or an image.
53+
Render PDFs to image formats such as JPEG, PNG, GIF, BMP, TIFF and many others.
54+
Aspose.PDF Cloud helps you manipulate elements of a PDF file like text, annotations, watermarks, signatures, bookmarks, stamps and so on.
55+
Its REST API also allows you to manage PDF pages by using features like merging, splitting, and inserting.
56+
Add images to a PDF file or convert PDF pages to images.''',
5057
author_email="",
5158
url="https://products.aspose.cloud/pdf/cloud",
5259
author='Aspose PDF Cloud',

0 commit comments

Comments
 (0)