test_kaferi_cloud 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/D://tmp//2018-02027//Ruby//.gitignore +42 -0
  3. data/D://tmp//2018-02027//Ruby//.idea//.rakeTasks +7 -0
  4. data/D://tmp//2018-02027//Ruby//.idea//inspectionProfiles//Project_Default.xml +6 -0
  5. data/D://tmp//2018-02027//Ruby//.idea//misc.xml +4 -0
  6. data/D://tmp//2018-02027//Ruby//.idea//modules.xml +8 -0
  7. data/D://tmp//2018-02027//Ruby//.idea//ruby.iml +15 -0
  8. data/D://tmp//2018-02027//Ruby//.idea//vcs.xml +6 -0
  9. data/D://tmp//2018-02027//Ruby//.idea//workspace.xml +776 -0
  10. data/D://tmp//2018-02027//Ruby//.swagger-codegen-ignore +58 -0
  11. data/D://tmp//2018-02027//Ruby//.swagger-codegen//VERSION +1 -0
  12. data/D://tmp//2018-02027//Ruby//LICENSE +21 -0
  13. data/D://tmp//2018-02027//Ruby//README.md +37 -0
  14. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud.rb +126 -0
  15. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//api//pdf_api.rb +4026 -0
  16. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//api_client.rb +523 -0
  17. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//api_error.rb +47 -0
  18. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//configuration.rb +189 -0
  19. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//annotation.rb +260 -0
  20. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//annotation_response.rb +222 -0
  21. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//annotations.rb +211 -0
  22. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//annotations_response.rb +222 -0
  23. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//append_document.rb +228 -0
  24. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//attachment.rb +270 -0
  25. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//attachment_response.rb +222 -0
  26. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//attachments.rb +211 -0
  27. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//attachments_response.rb +222 -0
  28. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//bookmarks.rb +211 -0
  29. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//bookmarks_response.rb +222 -0
  30. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//color.rb +244 -0
  31. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document.rb +220 -0
  32. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document_pages_response.rb +222 -0
  33. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document_properties.rb +211 -0
  34. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document_properties_response.rb +222 -0
  35. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document_property.rb +227 -0
  36. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document_property_response.rb +222 -0
  37. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document_response.rb +233 -0
  38. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//document_text_replace_response.rb +231 -0
  39. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//field.rb +254 -0
  40. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//field_response.rb +222 -0
  41. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//field_type.rb +44 -0
  42. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//fields.rb +211 -0
  43. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//fields_response.rb +222 -0
  44. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//font_styles.rb +43 -0
  45. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//horizontal_alignment.rb +44 -0
  46. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//http_status_code.rb +87 -0
  47. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//image.rb +220 -0
  48. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//image_response.rb +222 -0
  49. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//images.rb +211 -0
  50. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//images_list_request.rb +205 -0
  51. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//images_response.rb +222 -0
  52. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//line_spacing.rb +43 -0
  53. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link.rb +228 -0
  54. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link_action_type.rb +46 -0
  55. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link_annotation.rb +236 -0
  56. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link_annotation_response.rb +222 -0
  57. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link_annotations.rb +211 -0
  58. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link_annotations_response.rb +222 -0
  59. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link_element.rb +200 -0
  60. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//link_highlighting_mode.rb +45 -0
  61. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//merge_documents.rb +200 -0
  62. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//optimize_options.rb +293 -0
  63. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//page.rb +228 -0
  64. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//page_text_replace_response.rb +231 -0
  65. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//page_word_count.rb +218 -0
  66. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//pages.rb +211 -0
  67. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//paragraph.rb +303 -0
  68. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//rectangle.rb +244 -0
  69. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//rotation.rb +44 -0
  70. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//saa_spose_response.rb +213 -0
  71. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//segment.rb +206 -0
  72. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//signature.rb +333 -0
  73. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//signature_type.rb +42 -0
  74. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//split_result.rb +200 -0
  75. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//split_result_document.rb +238 -0
  76. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//split_result_response.rb +223 -0
  77. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//stamp.rb +413 -0
  78. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//stamp_type.rb +44 -0
  79. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_format.rb +227 -0
  80. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_format_response.rb +222 -0
  81. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_horizontal_alignment.rb +47 -0
  82. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_item.rb +218 -0
  83. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_item_response.rb +222 -0
  84. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_items.rb +211 -0
  85. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_items_response.rb +222 -0
  86. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_line.rb +210 -0
  87. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_rect.rb +220 -0
  88. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_rects.rb +199 -0
  89. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_rects_response.rb +222 -0
  90. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_replace.rb +253 -0
  91. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_replace_list_request.rb +232 -0
  92. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_replace_request.rb +262 -0
  93. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_replace_response.rb +222 -0
  94. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//text_state.rb +248 -0
  95. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//tiff_export_options.rb +348 -0
  96. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//vertical_alignment.rb +45 -0
  97. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//word_count.rb +199 -0
  98. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//word_count_response.rb +223 -0
  99. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//models//wrap_mode.rb +44 -0
  100. data/D://tmp//2018-02027//Ruby//lib//test_kaferi_cloud//version.rb +24 -0
  101. data/D://tmp//2018-02027//Ruby//test_kaferi_cloud.gemspec +49 -0
  102. metadata +102 -2
@@ -0,0 +1,44 @@
1
+ =begin
2
+ --------------------------------------------------------------------------------------------------------------------
3
+ Copyright (c) 2018 Aspose.Pdf for Cloud
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ SOFTWARE.
19
+ --------------------------------------------------------------------------------------------------------------------
20
+ =end
21
+
22
+ require 'date'
23
+
24
+ module TestKaferiCloud
25
+ class WrapMode
26
+
27
+ NO_WRAP = "NoWrap".freeze
28
+ BY_WORDS = "ByWords".freeze
29
+ DISCRETIONARY_HYPHENATION = "DiscretionaryHyphenation".freeze
30
+
31
+ # Builds the enum from string
32
+ # @param [String] The enum value in the form of the string
33
+ # @return [String] The enum value
34
+ def build_from_hash(value)
35
+ # resolve issue with Concstant Name modification (ex: "FooName" to :FOO_NAME)
36
+ # consantValues = WrapMode.constants.select{|c| c.to_s == value}
37
+ constantValues = WrapMode.constants.select{ |const_name| WrapMode.const_get(const_name) == value}
38
+
39
+ raise "Invalid ENUM value #{value} for class #WrapMode" if constantValues.empty?
40
+ value
41
+ end
42
+ end
43
+
44
+ end
@@ -0,0 +1,24 @@
1
+ =begin
2
+ --------------------------------------------------------------------------------------------------------------------
3
+ Copyright (c) 2018 Aspose.Pdf for Cloud
4
+ Permission is hereby granted, free of charge, to any person obtaining a copy
5
+ of this software and associated documentation files (the "Software"), to deal
6
+ in the Software without restriction, including without limitation the rights
7
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8
+ copies of the Software, and to permit persons to whom the Software is
9
+ furnished to do so, subject to the following conditions:
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
17
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
18
+ SOFTWARE.
19
+ --------------------------------------------------------------------------------------------------------------------
20
+ =end
21
+
22
+ module TestKaferiCloud
23
+ VERSION = "2.0.2"
24
+ end
@@ -0,0 +1,49 @@
1
+ # -*- encoding: utf-8 -*-
2
+ #
3
+ =begin
4
+ --------------------------------------------------------------------------------------------------------------------
5
+ Copyright (c) 2018 Aspose.Pdf for Cloud
6
+ Permission is hereby granted, free of charge, to any person obtaining a copy
7
+ of this software and associated documentation files (the "Software"), to deal
8
+ in the Software without restriction, including without limitation the rights
9
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+ copies of the Software, and to permit persons to whom the Software is
11
+ furnished to do so, subject to the following conditions:
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
+ SOFTWARE.
21
+ --------------------------------------------------------------------------------------------------------------------
22
+ =end
23
+
24
+ $:.push File.expand_path("../lib", __FILE__)
25
+ require "test_kaferi_cloud/version"
26
+
27
+ Gem::Specification.new do |s|
28
+ s.name = "test_kaferi_cloud"
29
+ s.version = TestKaferiCloud::VERSION
30
+ s.platform = Gem::Platform::RUBY
31
+ s.authors = ["Aspose PDF for Cloud"]
32
+ s.email = [""]
33
+ s.homepage = "https://products.aspose.cloud/pdf/cloud"
34
+ s.summary = %q{Aspose.PDF for Cloud}
35
+ s.description = %q{Aspose.PDF for 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 for 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. Aspose.Pdf for 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.}
36
+ s.license = "MIT"
37
+
38
+ s.required_ruby_version = ">= 1.9"
39
+
40
+ s.add_runtime_dependency 'typhoeus', '~> 0.8'
41
+ s.add_runtime_dependency 'json', '~> 1.7'
42
+ s.add_runtime_dependency 'aspose_storage_cloud', '~> 1.0', '>= 1.0.0'
43
+
44
+ s.add_development_dependency 'minitest', '~> 5.8'
45
+
46
+ s.files = `dir /s /b /o:gn`.split("\n").uniq.sort.select{|f| !f.empty? }
47
+ s.executables = []
48
+ s.require_paths = ["lib"]
49
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: test_kaferi_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aspose PDF for Cloud
@@ -86,7 +86,107 @@ email:
86
86
  executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
- files: []
89
+ files:
90
+ - D:\tmp\2018-02027\Ruby\.gitignore
91
+ - D:\tmp\2018-02027\Ruby\.idea\.rakeTasks
92
+ - D:\tmp\2018-02027\Ruby\.idea\inspectionProfiles\Project_Default.xml
93
+ - D:\tmp\2018-02027\Ruby\.idea\misc.xml
94
+ - D:\tmp\2018-02027\Ruby\.idea\modules.xml
95
+ - D:\tmp\2018-02027\Ruby\.idea\ruby.iml
96
+ - D:\tmp\2018-02027\Ruby\.idea\vcs.xml
97
+ - D:\tmp\2018-02027\Ruby\.idea\workspace.xml
98
+ - D:\tmp\2018-02027\Ruby\.swagger-codegen-ignore
99
+ - D:\tmp\2018-02027\Ruby\.swagger-codegen\VERSION
100
+ - D:\tmp\2018-02027\Ruby\LICENSE
101
+ - D:\tmp\2018-02027\Ruby\README.md
102
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud.rb
103
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\api\pdf_api.rb
104
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\api_client.rb
105
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\api_error.rb
106
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\configuration.rb
107
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\annotation.rb
108
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\annotation_response.rb
109
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\annotations.rb
110
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\annotations_response.rb
111
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\append_document.rb
112
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\attachment.rb
113
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\attachment_response.rb
114
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\attachments.rb
115
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\attachments_response.rb
116
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\bookmarks.rb
117
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\bookmarks_response.rb
118
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\color.rb
119
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\document.rb
120
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\document_pages_response.rb
121
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\document_properties.rb
122
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\document_properties_response.rb
123
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\document_property.rb
124
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\document_property_response.rb
125
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\document_response.rb
126
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\document_text_replace_response.rb
127
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\field.rb
128
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\field_response.rb
129
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\field_type.rb
130
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\fields.rb
131
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\fields_response.rb
132
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\font_styles.rb
133
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\horizontal_alignment.rb
134
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\http_status_code.rb
135
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\image.rb
136
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\image_response.rb
137
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\images.rb
138
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\images_list_request.rb
139
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\images_response.rb
140
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\line_spacing.rb
141
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\link.rb
142
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\link_action_type.rb
143
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\link_annotation.rb
144
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\link_annotation_response.rb
145
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\link_annotations.rb
146
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\link_annotations_response.rb
147
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\link_element.rb
148
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\link_highlighting_mode.rb
149
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\merge_documents.rb
150
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\optimize_options.rb
151
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\page.rb
152
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\page_text_replace_response.rb
153
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\page_word_count.rb
154
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\pages.rb
155
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\paragraph.rb
156
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\rectangle.rb
157
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\rotation.rb
158
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\saa_spose_response.rb
159
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\segment.rb
160
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\signature.rb
161
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\signature_type.rb
162
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\split_result.rb
163
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\split_result_document.rb
164
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\split_result_response.rb
165
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\stamp.rb
166
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\stamp_type.rb
167
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_format.rb
168
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_format_response.rb
169
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_horizontal_alignment.rb
170
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_item.rb
171
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_item_response.rb
172
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_items.rb
173
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_items_response.rb
174
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_line.rb
175
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_rect.rb
176
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_rects.rb
177
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_rects_response.rb
178
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_replace.rb
179
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_replace_list_request.rb
180
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_replace_request.rb
181
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_replace_response.rb
182
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\text_state.rb
183
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\tiff_export_options.rb
184
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\vertical_alignment.rb
185
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\word_count.rb
186
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\word_count_response.rb
187
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\models\wrap_mode.rb
188
+ - D:\tmp\2018-02027\Ruby\lib\test_kaferi_cloud\version.rb
189
+ - D:\tmp\2018-02027\Ruby\test_kaferi_cloud.gemspec
90
190
  homepage: https://products.aspose.cloud/pdf/cloud
91
191
  licenses:
92
192
  - MIT