Skip to content

Commit a055fc0

Browse files
add keywords service; correct docs
1 parent 9e9bcee commit a055fc0

39 files changed

+1037
-501
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ source_url = "https://stallman.org/articles/anonymous-payments-thru-phones.html"
4242
try:
4343

4444
# Convert url to image
45-
res = api.conversion_get_convert_document_to_image_by_url(
45+
res = api.get_convert_document_to_image_by_url(
4646
source_url, out_format="jpeg", width=800, height=1000, left_margin=50, right_margin=100,
4747
top_margin=150, bottom_margin=200, x_resolution=300, y_resolution=300,
4848
folder="MY_REMOTE_FOLDER", storage=""

asposehtmlcloud/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
2-
3-
"""
2+
"""Copyright
43
--------------------------------------------------------------------------------------------------------------------
54
<copyright company="Aspose" file="__init__.py">
65
Copyright (c) 2018 Aspose.HTML for Cloud
76
</copyright>
87
<summary>
8+
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal
1111
in the Software without restriction, including without limitation the rights

asposehtmlcloud/api/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
2-
"""
1+
"""Copyright
32
--------------------------------------------------------------------------------------------------------------------
43
<copyright company="Aspose" file="__init__.py">
54
Copyright (c) 2018 Aspose.HTML for Cloud
65
</copyright>
76
<summary>
7+
88
Permission is hereby granted, free of charge, to any person obtaining a copy
99
of this software and associated documentation files (the "Software"), to deal
1010
in the Software without restriction, including without limitation the rights

asposehtmlcloud/api/html_api.py

Lines changed: 280 additions & 90 deletions
Large diffs are not rendered by default.

asposehtmlcloud/api_client.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
2-
3-
"""
2+
"""Copyright
43
--------------------------------------------------------------------------------------------------------------------
54
<copyright company="Aspose" file="api_client.py">
65
Copyright (c) 2018 Aspose.HTML for Cloud
76
</copyright>
87
<summary>
8+
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal
1111
in the Software without restriction, including without limitation the rights
@@ -26,6 +26,7 @@
2626
</summary>
2727
--------------------------------------------------------------------------------------------------------------------
2828
"""
29+
2930
from __future__ import absolute_import
3031

3132
import datetime

asposehtmlcloud/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
2-
3-
"""
2+
"""Copyright
43
--------------------------------------------------------------------------------------------------------------------
54
<copyright company="Aspose" file="configuration.py">
65
Copyright (c) 2018 Aspose.HTML for Cloud
76
</copyright>
87
<summary>
8+
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal
1111
in the Software without restriction, including without limitation the rights

asposehtmlcloud/rest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# coding: utf-8
2-
3-
"""
2+
"""Copyright
43
--------------------------------------------------------------------------------------------------------------------
54
<copyright company="Aspose" file="rest.py">
65
Copyright (c) 2018 Aspose.HTML for Cloud
76
</copyright>
87
<summary>
8+
99
Permission is hereby granted, free of charge, to any person obtaining a copy
1010
of this software and associated documentation files (the "Software"), to deal
1111
in the Software without restriction, including without limitation the rights
Binary file not shown.
-24.9 KB
Binary file not shown.
-1.7 KB
Binary file not shown.
-3 Bytes
Binary file not shown.

docs/html/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: fe3adb59989e2be3e9efecba824cfc22
3+
config: 37514bfe08a84be7740ca1bf221d245f
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/html/_build/html/_modules/asposehtmlcloud/api/html_api.html

Lines changed: 282 additions & 120 deletions
Large diffs are not rendered by default.

docs/html/_build/html/_modules/asposehtmlcloud/api_client.html

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9-
<title>asposehtmlcloud.api_client &#8212; asposehtmlcloud 1 documentation</title>
9+
<title>asposehtmlcloud.api_client &#8212; asposehtmlcloud documentation</title>
1010
<link rel="stylesheet" href="../../_static/classic.css" type="text/css" />
1111
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1212
<script type="text/javascript" src="../../_static/documentation_options.js"></script>
@@ -25,7 +25,7 @@ <h3>Navigation</h3>
2525
<li class="right" >
2626
<a href="../../py-modindex.html" title="Python Module Index"
2727
>modules</a> |</li>
28-
<li class="nav-item nav-item-0"><a href="../../index.html">asposehtmlcloud 1 documentation</a> &#187;</li>
28+
<li class="nav-item nav-item-0"><a href="../../index.html">asposehtmlcloud documentation</a> &#187;</li>
2929
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &#187;</li>
3030
</ul>
3131
</div>
@@ -38,32 +38,6 @@ <h3>Navigation</h3>
3838
<h1>Source code for asposehtmlcloud.api_client</h1><div class="highlight"><pre>
3939
<span></span><span class="c1"># coding: utf-8</span>
4040

41-
<span class="sd">&quot;&quot;&quot;</span>
42-
<span class="sd">--------------------------------------------------------------------------------------------------------------------</span>
43-
<span class="sd"> &lt;copyright company=&quot;Aspose&quot; file=&quot;api_client.py&quot;&gt;</span>
44-
<span class="sd"> Copyright (c) 2018 Aspose.HTML for Cloud</span>
45-
<span class="sd"> &lt;/copyright&gt;</span>
46-
<span class="sd"> &lt;summary&gt;</span>
47-
<span class="sd"> Permission is hereby granted, free of charge, to any person obtaining a copy</span>
48-
<span class="sd"> of this software and associated documentation files (the &quot;Software&quot;), to deal</span>
49-
<span class="sd"> in the Software without restriction, including without limitation the rights</span>
50-
<span class="sd"> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span>
51-
<span class="sd"> copies of the Software, and to permit persons to whom the Software is</span>
52-
<span class="sd"> furnished to do so, subject to the following conditions:</span>
53-
54-
<span class="sd"> The above copyright notice and this permission notice shall be included in all</span>
55-
<span class="sd"> copies or substantial portions of the Software.</span>
56-
57-
<span class="sd"> THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span>
58-
<span class="sd"> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span>
59-
<span class="sd"> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span>
60-
<span class="sd"> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span>
61-
<span class="sd"> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span>
62-
<span class="sd"> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE</span>
63-
<span class="sd"> SOFTWARE.</span>
64-
<span class="sd">&lt;/summary&gt;</span>
65-
<span class="sd">--------------------------------------------------------------------------------------------------------------------</span>
66-
<span class="sd">&quot;&quot;&quot;</span>
6741
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">absolute_import</span>
6842

6943
<span class="kn">import</span> <span class="nn">datetime</span>
@@ -700,12 +674,12 @@ <h3>Navigation</h3>
700674
<li class="right" >
701675
<a href="../../py-modindex.html" title="Python Module Index"
702676
>modules</a> |</li>
703-
<li class="nav-item nav-item-0"><a href="../../index.html">asposehtmlcloud 1 documentation</a> &#187;</li>
677+
<li class="nav-item nav-item-0"><a href="../../index.html">asposehtmlcloud documentation</a> &#187;</li>
704678
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
705679
</ul>
706680
</div>
707681
<div class="footer" role="contentinfo">
708-
&#169; Copyright 2018, Aspose.
682+
&#169; Copyright 2018, Author.
709683
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
710684
</div>
711685
</body>

docs/html/_build/html/_modules/asposehtmlcloud/configuration.html

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9-
<title>asposehtmlcloud.configuration &#8212; asposehtmlcloud 1 documentation</title>
9+
<title>asposehtmlcloud.configuration &#8212; asposehtmlcloud documentation</title>
1010
<link rel="stylesheet" href="../../_static/classic.css" type="text/css" />
1111
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1212
<script type="text/javascript" src="../../_static/documentation_options.js"></script>
@@ -25,7 +25,7 @@ <h3>Navigation</h3>
2525
<li class="right" >
2626
<a href="../../py-modindex.html" title="Python Module Index"
2727
>modules</a> |</li>
28-
<li class="nav-item nav-item-0"><a href="../../index.html">asposehtmlcloud 1 documentation</a> &#187;</li>
28+
<li class="nav-item nav-item-0"><a href="../../index.html">asposehtmlcloud documentation</a> &#187;</li>
2929
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &#187;</li>
3030
</ul>
3131
</div>
@@ -38,33 +38,6 @@ <h3>Navigation</h3>
3838
<h1>Source code for asposehtmlcloud.configuration</h1><div class="highlight"><pre>
3939
<span></span><span class="c1"># coding: utf-8</span>
4040

41-
<span class="sd">&quot;&quot;&quot;</span>
42-
<span class="sd">--------------------------------------------------------------------------------------------------------------------</span>
43-
<span class="sd"> &lt;copyright company=&quot;Aspose&quot; file=&quot;configuration.py&quot;&gt;</span>
44-
<span class="sd"> Copyright (c) 2018 Aspose.HTML for Cloud</span>
45-
<span class="sd"> &lt;/copyright&gt;</span>
46-
<span class="sd"> &lt;summary&gt;</span>
47-
<span class="sd"> Permission is hereby granted, free of charge, to any person obtaining a copy</span>
48-
<span class="sd"> of this software and associated documentation files (the &quot;Software&quot;), to deal</span>
49-
<span class="sd"> in the Software without restriction, including without limitation the rights</span>
50-
<span class="sd"> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span>
51-
<span class="sd"> copies of the Software, and to permit persons to whom the Software is</span>
52-
<span class="sd"> furnished to do so, subject to the following conditions:</span>
53-
54-
<span class="sd"> The above copyright notice and this permission notice shall be included in all</span>
55-
<span class="sd"> copies or substantial portions of the Software.</span>
56-
57-
<span class="sd"> THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span>
58-
<span class="sd"> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span>
59-
<span class="sd"> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span>
60-
<span class="sd"> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span>
61-
<span class="sd"> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span>
62-
<span class="sd"> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE</span>
63-
<span class="sd"> SOFTWARE.</span>
64-
<span class="sd">&lt;/summary&gt;</span>
65-
<span class="sd">--------------------------------------------------------------------------------------------------------------------</span>
66-
<span class="sd">&quot;&quot;&quot;</span>
67-
6841
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">absolute_import</span>
6942
<span class="kn">import</span> <span class="nn">os</span>
7043
<span class="kn">import</span> <span class="nn">copy</span>
@@ -395,12 +368,12 @@ <h3>Navigation</h3>
395368
<li class="right" >
396369
<a href="../../py-modindex.html" title="Python Module Index"
397370
>modules</a> |</li>
398-
<li class="nav-item nav-item-0"><a href="../../index.html">asposehtmlcloud 1 documentation</a> &#187;</li>
371+
<li class="nav-item nav-item-0"><a href="../../index.html">asposehtmlcloud documentation</a> &#187;</li>
399372
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
400373
</ul>
401374
</div>
402375
<div class="footer" role="contentinfo">
403-
&#169; Copyright 2018, Aspose.
376+
&#169; Copyright 2018, Author.
404377
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
405378
</div>
406379
</body>

docs/html/_build/html/_modules/asposehtmlcloud/rest.html

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9-
<title>asposehtmlcloud.rest &#8212; asposehtmlcloud 1 documentation</title>
9+
<title>asposehtmlcloud.rest &#8212; asposehtmlcloud documentation</title>
1010
<link rel="stylesheet" href="../../_static/classic.css" type="text/css" />
1111
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
1212
<script type="text/javascript" src="../../_static/documentation_options.js"></script>
@@ -25,7 +25,7 @@ <h3>Navigation</h3>
2525
<li class="right" >
2626
<a href="../../py-modindex.html" title="Python Module Index"
2727
>modules</a> |</li>
28-
<li class="nav-item nav-item-0"><a href="../../index.html">asposehtmlcloud 1 documentation</a> &#187;</li>
28+
<li class="nav-item nav-item-0"><a href="../../index.html">asposehtmlcloud documentation</a> &#187;</li>
2929
<li class="nav-item nav-item-1"><a href="../index.html" accesskey="U">Module code</a> &#187;</li>
3030
</ul>
3131
</div>
@@ -38,33 +38,6 @@ <h3>Navigation</h3>
3838
<h1>Source code for asposehtmlcloud.rest</h1><div class="highlight"><pre>
3939
<span></span><span class="c1"># coding: utf-8</span>
4040

41-
<span class="sd">&quot;&quot;&quot;</span>
42-
<span class="sd">--------------------------------------------------------------------------------------------------------------------</span>
43-
<span class="sd"> &lt;copyright company=&quot;Aspose&quot; file=&quot;rest.py&quot;&gt;</span>
44-
<span class="sd"> Copyright (c) 2018 Aspose.HTML for Cloud</span>
45-
<span class="sd"> &lt;/copyright&gt;</span>
46-
<span class="sd"> &lt;summary&gt;</span>
47-
<span class="sd"> Permission is hereby granted, free of charge, to any person obtaining a copy</span>
48-
<span class="sd"> of this software and associated documentation files (the &quot;Software&quot;), to deal</span>
49-
<span class="sd"> in the Software without restriction, including without limitation the rights</span>
50-
<span class="sd"> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell</span>
51-
<span class="sd"> copies of the Software, and to permit persons to whom the Software is</span>
52-
<span class="sd"> furnished to do so, subject to the following conditions:</span>
53-
54-
<span class="sd"> The above copyright notice and this permission notice shall be included in all</span>
55-
<span class="sd"> copies or substantial portions of the Software.</span>
56-
57-
<span class="sd"> THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR</span>
58-
<span class="sd"> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,</span>
59-
<span class="sd"> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE</span>
60-
<span class="sd"> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER</span>
61-
<span class="sd"> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,</span>
62-
<span class="sd"> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE</span>
63-
<span class="sd"> SOFTWARE.</span>
64-
<span class="sd">&lt;/summary&gt;</span>
65-
<span class="sd">--------------------------------------------------------------------------------------------------------------------</span>
66-
<span class="sd">&quot;&quot;&quot;</span>
67-
6841
<span class="kn">from</span> <span class="nn">__future__</span> <span class="k">import</span> <span class="n">absolute_import</span>
6942

7043
<span class="kn">import</span> <span class="nn">io</span>
@@ -407,12 +380,12 @@ <h3>Navigation</h3>
407380
<li class="right" >
408381
<a href="../../py-modindex.html" title="Python Module Index"
409382
>modules</a> |</li>
410-
<li class="nav-item nav-item-0"><a href="../../index.html">asposehtmlcloud 1 documentation</a> &#187;</li>
383+
<li class="nav-item nav-item-0"><a href="../../index.html">asposehtmlcloud documentation</a> &#187;</li>
411384
<li class="nav-item nav-item-1"><a href="../index.html" >Module code</a> &#187;</li>
412385
</ul>
413386
</div>
414387
<div class="footer" role="contentinfo">
415-
&#169; Copyright 2018, Aspose.
388+
&#169; Copyright 2018, Author.
416389
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
417390
</div>
418391
</body>

docs/html/_build/html/_modules/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9-
<title>Overview: module code &#8212; asposehtmlcloud 1 documentation</title>
9+
<title>Overview: module code &#8212; asposehtmlcloud documentation</title>
1010
<link rel="stylesheet" href="../_static/classic.css" type="text/css" />
1111
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
1212
<script type="text/javascript" src="../_static/documentation_options.js"></script>
@@ -25,7 +25,7 @@ <h3>Navigation</h3>
2525
<li class="right" >
2626
<a href="../py-modindex.html" title="Python Module Index"
2727
>modules</a> |</li>
28-
<li class="nav-item nav-item-0"><a href="../index.html">asposehtmlcloud 1 documentation</a> &#187;</li>
28+
<li class="nav-item nav-item-0"><a href="../index.html">asposehtmlcloud documentation</a> &#187;</li>
2929
</ul>
3030
</div>
3131

@@ -71,11 +71,11 @@ <h3>Navigation</h3>
7171
<li class="right" >
7272
<a href="../py-modindex.html" title="Python Module Index"
7373
>modules</a> |</li>
74-
<li class="nav-item nav-item-0"><a href="../index.html">asposehtmlcloud 1 documentation</a> &#187;</li>
74+
<li class="nav-item nav-item-0"><a href="../index.html">asposehtmlcloud documentation</a> &#187;</li>
7575
</ul>
7676
</div>
7777
<div class="footer" role="contentinfo">
78-
&#169; Copyright 2018, Aspose.
78+
&#169; Copyright 2018, Author.
7979
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
8080
</div>
8181
</body>

docs/html/_build/html/_sources/asposehtmlcloud.api.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Submodules
55
----------
66

77
asposehtmlcloud.api.html\_api module
8-
------------------------------------------
8+
------------------------------------
99

1010
.. automodule:: asposehtmlcloud.api.html_api
1111
:members:

docs/html/_build/html/_sources/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. asposehtmlcloud documentation master file, created by
2-
sphinx-quickstart on Tue Apr 10 15:35:31 2018.
2+
sphinx-quickstart on Thu May 31 15:27:09 2018.
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55

docs/html/_build/html/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: '',
3-
VERSION: '1',
3+
VERSION: '',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
FILE_SUFFIX: '.html',

0 commit comments

Comments
 (0)