aspose_html 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +12 -0
  3. data/Gemfile.lock +92 -0
  4. data/LICENSE +21 -0
  5. data/README.md +181 -0
  6. data/Rakefile +8 -0
  7. data/aspose_html.gemspec +58 -0
  8. data/docs/ConversionApi.md +837 -0
  9. data/docs/DocumentApi.md +386 -0
  10. data/docs/OcrApi.md +128 -0
  11. data/docs/SummarizationApi.md +111 -0
  12. data/docs/TranslationApi.md +126 -0
  13. data/docs/storage/DiscUsage.md +9 -0
  14. data/docs/storage/DiscUsageResponse.md +10 -0
  15. data/docs/storage/FileApi.md +240 -0
  16. data/docs/storage/FileDetail.md +13 -0
  17. data/docs/storage/FileDetailsResponse.md +10 -0
  18. data/docs/storage/FileExist.md +9 -0
  19. data/docs/storage/FileExistResponse.md +10 -0
  20. data/docs/storage/FileVersion.md +15 -0
  21. data/docs/storage/FileVersionsResponse.md +10 -0
  22. data/docs/storage/FolderApi.md +229 -0
  23. data/docs/storage/MessageResponse.md +9 -0
  24. data/docs/storage/MoveFileResponse.md +9 -0
  25. data/docs/storage/MoveFolderResponse.md +9 -0
  26. data/docs/storage/RemoveFileResponse.md +9 -0
  27. data/docs/storage/RemoveFolderResponse.md +9 -0
  28. data/docs/storage/StorageApi.md +217 -0
  29. data/docs/storage/StorageExistResponse.md +10 -0
  30. data/lib/aspose_html.rb +68 -0
  31. data/lib/aspose_html/api/html_api.rb +1900 -0
  32. data/lib/aspose_html/api/storage_api.rb +774 -0
  33. data/lib/aspose_html/api_client.rb +386 -0
  34. data/lib/aspose_html/api_error.rb +54 -0
  35. data/lib/aspose_html/configuration.rb +175 -0
  36. data/lib/aspose_html/models/disc_usage.rb +223 -0
  37. data/lib/aspose_html/models/disc_usage_response.rb +260 -0
  38. data/lib/aspose_html/models/file_detail.rb +254 -0
  39. data/lib/aspose_html/models/file_details_response.rb +262 -0
  40. data/lib/aspose_html/models/file_exist.rb +223 -0
  41. data/lib/aspose_html/models/file_exist_response.rb +274 -0
  42. data/lib/aspose_html/models/file_version.rb +273 -0
  43. data/lib/aspose_html/models/file_versions_response.rb +262 -0
  44. data/lib/aspose_html/models/message_response.rb +251 -0
  45. data/lib/aspose_html/models/move_file_response.rb +251 -0
  46. data/lib/aspose_html/models/move_folder_response.rb +251 -0
  47. data/lib/aspose_html/models/remove_file_response.rb +251 -0
  48. data/lib/aspose_html/models/remove_folder_response.rb +251 -0
  49. data/lib/aspose_html/models/storage_exist_response.rb +260 -0
  50. data/lib/aspose_html/version.rb +31 -0
  51. data/spec/api/html_api_spec.rb +971 -0
  52. data/spec/api/model_spec.rb +622 -0
  53. data/spec/api/storage_api_spec.rb +596 -0
  54. data/spec/spec_helper.rb +169 -0
  55. data/testdata/test.txt +1 -0
  56. data/testdata/test1.html +19 -0
  57. data/testdata/test1.html.zip +0 -0
  58. data/testdata/test2.html +46 -0
  59. data/testdata/test2.html.zip +0 -0
  60. data/testdata/test3.html.zip +0 -0
  61. data/testdata/test4.html.zip +0 -0
  62. data/testdata/test_download.jpg +0 -0
  63. data/testdata/test_en.html +46 -0
  64. data/testdata/test_for_delete.html +46 -0
  65. data/testdata/test_for_move.html +46 -0
  66. data/testdata/test_get_doc.zip +0 -0
  67. data/testdata/test_ocr.jpg +0 -0
  68. data/testdata/test_ocr.png +0 -0
  69. data/testdata/test_put_create.html +19 -0
  70. data/testdata/test_put_create.jpg +0 -0
  71. data/testresult/Convert_html.bmp +0 -0
  72. data/testresult/Convert_html.pdf +0 -0
  73. data/testresult/Convert_html.xps +0 -0
  74. data/testresult/Convert_url.pdf +0 -0
  75. data/testresult/Convert_url.png +0 -0
  76. data/testresult/Convert_url.xps +0 -0
  77. data/testresult/Get_document.zip +0 -0
  78. data/testresult/Get_fragment_css_by_url.html +447 -0
  79. data/testresult/Get_fragment_doc.html +9 -0
  80. data/testresult/Get_fragment_doc_css.html +9 -0
  81. data/testresult/Get_fragment_xpath_by_url.html +38 -0
  82. data/testresult/Get_images_doc.zip +0 -0
  83. data/testresult/Get_images_from_url.zip +0 -0
  84. data/testresult/Keyword_by_doc.json +1 -0
  85. data/testresult/Keyword_by_url.json +1 -0
  86. data/testresult/Recognize_en_png.html +10 -0
  87. data/testresult/Translate_url_en_fr.zip +0 -0
  88. data/testresult/putTest.pdf +0 -0
  89. data/testresult/putTest.png +0 -0
  90. data/testresult/putTest.xps +0 -0
  91. data/testresult/putTestDoc.pdf +0 -0
  92. data/testresult/putTestDoc.tiff +0 -0
  93. data/testresult/putTestDoc.xps +0 -0
  94. data/testresult/test_download.jpg +0 -0
  95. metadata +320 -0
@@ -0,0 +1,9 @@
1
+ <p>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
2
+ <p class="greenbox">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
3
+ <p class="darkbox">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
4
+ <p>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
5
+ <p class="greenbox">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
6
+ <p class="darkbox">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
7
+ <p>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
8
+ <p class="greenbox">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
9
+ <p class="darkbox">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
@@ -0,0 +1,9 @@
1
+ <p>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
2
+ <p class="greenbox">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
3
+ <p class="darkbox">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
4
+ <p>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
5
+ <p class="greenbox">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
6
+ <p class="darkbox">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
7
+ <p>The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
8
+ <p class="greenbox">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
9
+ <p class="darkbox">The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.</p>
@@ -0,0 +1,38 @@
1
+ <p>
2
+ For current political commentary, see
3
+ the <a href="/archives/polnotes.html">daily
4
+ political notes</a>.
5
+ </p>
6
+ <p>
7
+ <a href="/biographies.html#serious">RMS' Bio</a> |
8
+ <a href="http://gnu.org">The GNU Project</a>
9
+ </p>
10
+ <p>
11
+ Here's an idea for making anonymous payments to a web site for any
12
+ reason. It works by charnging for a phone call, which can be paid for
13
+ using prepaid phone cards.
14
+ </p>
15
+ <p>
16
+ You use the web site to figure out the amount of payment. The site
17
+ also gives a phone number to call, and a numeric code to identify the
18
+ transaction.
19
+ </p>
20
+ <p>
21
+ You phone that number from any phone, enter the code, and it charges
22
+ the phone the proper amount. Then it tells the site that the payment
23
+ has been made.
24
+ </p>
25
+ <p>
26
+ It is not much use to do this from your own phone, since that will
27
+ identify you to the site. But if you do it with a prepaid phone card,
28
+ using someone else's phone or a public phone, the site will not have
29
+ any idea who is calling. It will, however, know it has been paid.
30
+ </p>
31
+ <p>
32
+ On a public phone, you could even pay it with coins.
33
+ </p>
34
+ <p>
35
+ Copyright (c) 2017 Richard Stallman
36
+ Verbatim copying and redistribution of this entire page are
37
+ permitted provided this notice is preserved.
38
+ </p>
@@ -0,0 +1 @@
1
+ {"keywords": ["quick brown fox jumps", "history going back", "example 1 example", "13 million inhabitants", "united kingdom", "two millennia", "river thames", "populous city", "metropolitan area", "major settlement", "lazy dog", "capital city", "london london", "london", "standing", "romans", "named", "londinium", "founding", "england"]}
@@ -0,0 +1 @@
1
+ {"keywords": ["problems please let us know !.", "xhtml cascading style sheets style properties", "richard mobbs october 2009 built", "html hypertext links including pictures", "xhtml updating existing html documents", "html document getting started", "world wide web consortium", "world wide web", "xhtml brief history", "find several resources", "browsers bookmark facility", "text utilities books", "information management tools", "course assessment form", "navigation links", "html developments", "xhtml table", "xhtml structure", "xhtml introduction", "text mark", "www browser", "underlying mark", "start ....", "long course", "left side", "language call", "language \",", "internet data", "done via", "course genie", "short introduction", "gentle introduction", "contents introduction", "could complete", "html", "end introduction", "xhtml", "web", "information", "course", "introduction", "end", "complete", "would", "visiting", "viewable", "use", "tutorial", "take", "standardisation", "simply", "return", "remember", "reading", "quite", "page", "nice", "move", "hyper", "heart", "got", "fun", "found", "explosion", "development", "bit", "birth"]}
@@ -0,0 +1,10 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <body>
4
+ <p>You can create local variables for the pipelines within the template by
5
+ prefixing the variable name with a "$" sign. Variable names have to be
6
+ composed of alphanumeric characters and the underscore. In the example
7
+ below I have used a few variations that work for variable names.</p>
8
+
9
+ </body>
10
+ </html>
Binary file
Binary file
Binary file
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,320 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: aspose_html
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Aspose
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-09-10 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: typhoeus
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.0.1
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '1.0'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 1.0.1
33
+ - !ruby/object:Gem::Dependency
34
+ name: json
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '2.1'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 2.1.0
43
+ type: :runtime
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - "~>"
48
+ - !ruby/object:Gem::Version
49
+ version: '2.1'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 2.1.0
53
+ - !ruby/object:Gem::Dependency
54
+ name: rspec
55
+ requirement: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - "~>"
58
+ - !ruby/object:Gem::Version
59
+ version: '3.6'
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: 3.6.0
63
+ type: :development
64
+ prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - "~>"
68
+ - !ruby/object:Gem::Version
69
+ version: '3.6'
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: 3.6.0
73
+ - !ruby/object:Gem::Dependency
74
+ name: vcr
75
+ requirement: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - "~>"
78
+ - !ruby/object:Gem::Version
79
+ version: '3.0'
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: 3.0.1
83
+ type: :development
84
+ prerelease: false
85
+ version_requirements: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '3.0'
90
+ - - ">="
91
+ - !ruby/object:Gem::Version
92
+ version: 3.0.1
93
+ - !ruby/object:Gem::Dependency
94
+ name: webmock
95
+ requirement: !ruby/object:Gem::Requirement
96
+ requirements:
97
+ - - "~>"
98
+ - !ruby/object:Gem::Version
99
+ version: '1.24'
100
+ - - ">="
101
+ - !ruby/object:Gem::Version
102
+ version: 1.24.3
103
+ type: :development
104
+ prerelease: false
105
+ version_requirements: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - "~>"
108
+ - !ruby/object:Gem::Version
109
+ version: '1.24'
110
+ - - ">="
111
+ - !ruby/object:Gem::Version
112
+ version: 1.24.3
113
+ - !ruby/object:Gem::Dependency
114
+ name: autotest
115
+ requirement: !ruby/object:Gem::Requirement
116
+ requirements:
117
+ - - "~>"
118
+ - !ruby/object:Gem::Version
119
+ version: '4.4'
120
+ - - ">="
121
+ - !ruby/object:Gem::Version
122
+ version: 4.4.6
123
+ type: :development
124
+ prerelease: false
125
+ version_requirements: !ruby/object:Gem::Requirement
126
+ requirements:
127
+ - - "~>"
128
+ - !ruby/object:Gem::Version
129
+ version: '4.4'
130
+ - - ">="
131
+ - !ruby/object:Gem::Version
132
+ version: 4.4.6
133
+ - !ruby/object:Gem::Dependency
134
+ name: autotest-rails-pure
135
+ requirement: !ruby/object:Gem::Requirement
136
+ requirements:
137
+ - - "~>"
138
+ - !ruby/object:Gem::Version
139
+ version: '4.1'
140
+ - - ">="
141
+ - !ruby/object:Gem::Version
142
+ version: 4.1.2
143
+ type: :development
144
+ prerelease: false
145
+ version_requirements: !ruby/object:Gem::Requirement
146
+ requirements:
147
+ - - "~>"
148
+ - !ruby/object:Gem::Version
149
+ version: '4.1'
150
+ - - ">="
151
+ - !ruby/object:Gem::Version
152
+ version: 4.1.2
153
+ - !ruby/object:Gem::Dependency
154
+ name: autotest-growl
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - "~>"
158
+ - !ruby/object:Gem::Version
159
+ version: '0.2'
160
+ - - ">="
161
+ - !ruby/object:Gem::Version
162
+ version: 0.2.16
163
+ type: :development
164
+ prerelease: false
165
+ version_requirements: !ruby/object:Gem::Requirement
166
+ requirements:
167
+ - - "~>"
168
+ - !ruby/object:Gem::Version
169
+ version: '0.2'
170
+ - - ">="
171
+ - !ruby/object:Gem::Version
172
+ version: 0.2.16
173
+ - !ruby/object:Gem::Dependency
174
+ name: autotest-fsevent
175
+ requirement: !ruby/object:Gem::Requirement
176
+ requirements:
177
+ - - "~>"
178
+ - !ruby/object:Gem::Version
179
+ version: '0.2'
180
+ - - ">="
181
+ - !ruby/object:Gem::Version
182
+ version: 0.2.12
183
+ type: :development
184
+ prerelease: false
185
+ version_requirements: !ruby/object:Gem::Requirement
186
+ requirements:
187
+ - - "~>"
188
+ - !ruby/object:Gem::Version
189
+ version: '0.2'
190
+ - - ">="
191
+ - !ruby/object:Gem::Version
192
+ version: 0.2.12
193
+ description: This repository contains Aspose.HTML Cloud SDK for ruby source code.
194
+ email:
195
+ executables: []
196
+ extensions: []
197
+ extra_rdoc_files: []
198
+ files:
199
+ - Gemfile
200
+ - Gemfile.lock
201
+ - LICENSE
202
+ - README.md
203
+ - Rakefile
204
+ - aspose_html.gemspec
205
+ - docs/ConversionApi.md
206
+ - docs/DocumentApi.md
207
+ - docs/OcrApi.md
208
+ - docs/SummarizationApi.md
209
+ - docs/TranslationApi.md
210
+ - docs/storage/DiscUsage.md
211
+ - docs/storage/DiscUsageResponse.md
212
+ - docs/storage/FileApi.md
213
+ - docs/storage/FileDetail.md
214
+ - docs/storage/FileDetailsResponse.md
215
+ - docs/storage/FileExist.md
216
+ - docs/storage/FileExistResponse.md
217
+ - docs/storage/FileVersion.md
218
+ - docs/storage/FileVersionsResponse.md
219
+ - docs/storage/FolderApi.md
220
+ - docs/storage/MessageResponse.md
221
+ - docs/storage/MoveFileResponse.md
222
+ - docs/storage/MoveFolderResponse.md
223
+ - docs/storage/RemoveFileResponse.md
224
+ - docs/storage/RemoveFolderResponse.md
225
+ - docs/storage/StorageApi.md
226
+ - docs/storage/StorageExistResponse.md
227
+ - lib/aspose_html.rb
228
+ - lib/aspose_html/api/html_api.rb
229
+ - lib/aspose_html/api/storage_api.rb
230
+ - lib/aspose_html/api_client.rb
231
+ - lib/aspose_html/api_error.rb
232
+ - lib/aspose_html/configuration.rb
233
+ - lib/aspose_html/models/disc_usage.rb
234
+ - lib/aspose_html/models/disc_usage_response.rb
235
+ - lib/aspose_html/models/file_detail.rb
236
+ - lib/aspose_html/models/file_details_response.rb
237
+ - lib/aspose_html/models/file_exist.rb
238
+ - lib/aspose_html/models/file_exist_response.rb
239
+ - lib/aspose_html/models/file_version.rb
240
+ - lib/aspose_html/models/file_versions_response.rb
241
+ - lib/aspose_html/models/message_response.rb
242
+ - lib/aspose_html/models/move_file_response.rb
243
+ - lib/aspose_html/models/move_folder_response.rb
244
+ - lib/aspose_html/models/remove_file_response.rb
245
+ - lib/aspose_html/models/remove_folder_response.rb
246
+ - lib/aspose_html/models/storage_exist_response.rb
247
+ - lib/aspose_html/version.rb
248
+ - spec/api/html_api_spec.rb
249
+ - spec/api/model_spec.rb
250
+ - spec/api/storage_api_spec.rb
251
+ - spec/spec_helper.rb
252
+ - testdata/test.txt
253
+ - testdata/test1.html
254
+ - testdata/test1.html.zip
255
+ - testdata/test2.html
256
+ - testdata/test2.html.zip
257
+ - testdata/test3.html.zip
258
+ - testdata/test4.html.zip
259
+ - testdata/test_download.jpg
260
+ - testdata/test_en.html
261
+ - testdata/test_for_delete.html
262
+ - testdata/test_for_move.html
263
+ - testdata/test_get_doc.zip
264
+ - testdata/test_ocr.jpg
265
+ - testdata/test_ocr.png
266
+ - testdata/test_put_create.html
267
+ - testdata/test_put_create.jpg
268
+ - testresult/Convert_html.bmp
269
+ - testresult/Convert_html.pdf
270
+ - testresult/Convert_html.xps
271
+ - testresult/Convert_url.pdf
272
+ - testresult/Convert_url.png
273
+ - testresult/Convert_url.xps
274
+ - testresult/Get_document.zip
275
+ - testresult/Get_fragment_css_by_url.html
276
+ - testresult/Get_fragment_doc.html
277
+ - testresult/Get_fragment_doc_css.html
278
+ - testresult/Get_fragment_xpath_by_url.html
279
+ - testresult/Get_images_doc.zip
280
+ - testresult/Get_images_from_url.zip
281
+ - testresult/Keyword_by_doc.json
282
+ - testresult/Keyword_by_url.json
283
+ - testresult/Recognize_en_png.html
284
+ - testresult/Translate_url_en_fr.zip
285
+ - testresult/putTest.pdf
286
+ - testresult/putTest.png
287
+ - testresult/putTest.xps
288
+ - testresult/putTestDoc.pdf
289
+ - testresult/putTestDoc.tiff
290
+ - testresult/putTestDoc.xps
291
+ - testresult/test_download.jpg
292
+ homepage: https://www.aspose.com
293
+ licenses:
294
+ - MIT
295
+ metadata: {}
296
+ post_install_message:
297
+ rdoc_options: []
298
+ require_paths:
299
+ - lib
300
+ required_ruby_version: !ruby/object:Gem::Requirement
301
+ requirements:
302
+ - - ">="
303
+ - !ruby/object:Gem::Version
304
+ version: '1.9'
305
+ required_rubygems_version: !ruby/object:Gem::Requirement
306
+ requirements:
307
+ - - ">="
308
+ - !ruby/object:Gem::Version
309
+ version: '0'
310
+ requirements: []
311
+ rubyforge_project:
312
+ rubygems_version: 2.7.6
313
+ signing_key:
314
+ specification_version: 4
315
+ summary: A ruby wrapper for the Aspose.HTML Cloud SDK API.
316
+ test_files:
317
+ - spec/api/html_api_spec.rb
318
+ - spec/api/model_spec.rb
319
+ - spec/api/storage_api_spec.rb
320
+ - spec/spec_helper.rb