We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fd893 commit 6a9b6faCopy full SHA for 6a9b6fa
2 files changed
README.rst
@@ -67,9 +67,10 @@ one directory using the ``downloadAll()`` method.
67
},
68
'input': 'upload',
69
'file': open('tests/input.pdf', 'rb')
70
+ })
71
process.wait()
72
process.downloadAll("tests")
- })
73
+
74
75
Alternatively you can iterate over ``process['output']['files']`` and
76
download them seperately using
setup.cfg
@@ -5,7 +5,7 @@ author = Josias Montag
5
author-email = info@cloudconvert.com
6
home-page = https://cloudconvert.com
7
summary = Official CloudConvert API wrapper
8
-description-file = README.md
+description-file = README.rst
9
license = BSD
10
platforms = "Posix; MacOS X; Windows"
11
requires-dist =
0 commit comments