groupdocs_viewer_cloud 18.7
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.
- checksums.yaml +7 -0
- data/lib/groupdocs_viewer_cloud.rb +104 -0
- data/lib/groupdocs_viewer_cloud/api/viewer_api.rb +5296 -0
- data/lib/groupdocs_viewer_cloud/api_client.rb +390 -0
- data/lib/groupdocs_viewer_cloud/api_error.rb +56 -0
- data/lib/groupdocs_viewer_cloud/configuration.rb +95 -0
- data/lib/groupdocs_viewer_cloud/models/attachment.rb +216 -0
- data/lib/groupdocs_viewer_cloud/models/attachment_collection.rb +228 -0
- data/lib/groupdocs_viewer_cloud/models/attachment_info.rb +226 -0
- data/lib/groupdocs_viewer_cloud/models/cad_options.rb +270 -0
- data/lib/groupdocs_viewer_cloud/models/cells_options.rb +296 -0
- data/lib/groupdocs_viewer_cloud/models/document_info.rb +282 -0
- data/lib/groupdocs_viewer_cloud/models/document_info_options.rb +348 -0
- data/lib/groupdocs_viewer_cloud/models/email_options.rb +228 -0
- data/lib/groupdocs_viewer_cloud/models/field_label.rb +216 -0
- data/lib/groupdocs_viewer_cloud/models/file_response.rb +196 -0
- data/lib/groupdocs_viewer_cloud/models/font_collection.rb +208 -0
- data/lib/groupdocs_viewer_cloud/models/font_family.rb +206 -0
- data/lib/groupdocs_viewer_cloud/models/format.rb +216 -0
- data/lib/groupdocs_viewer_cloud/models/format_collection.rb +208 -0
- data/lib/groupdocs_viewer_cloud/models/html_attachment_page_collection.rb +238 -0
- data/lib/groupdocs_viewer_cloud/models/html_options.rb +428 -0
- data/lib/groupdocs_viewer_cloud/models/html_page.rb +228 -0
- data/lib/groupdocs_viewer_cloud/models/html_page_collection.rb +228 -0
- data/lib/groupdocs_viewer_cloud/models/image_attachment_page_collection.rb +238 -0
- data/lib/groupdocs_viewer_cloud/models/image_options.rb +408 -0
- data/lib/groupdocs_viewer_cloud/models/image_page.rb +216 -0
- data/lib/groupdocs_viewer_cloud/models/image_page_collection.rb +238 -0
- data/lib/groupdocs_viewer_cloud/models/page_info.rb +268 -0
- data/lib/groupdocs_viewer_cloud/models/page_info_collection.rb +208 -0
- data/lib/groupdocs_viewer_cloud/models/pdf_file_info.rb +236 -0
- data/lib/groupdocs_viewer_cloud/models/pdf_file_options.rb +348 -0
- data/lib/groupdocs_viewer_cloud/models/pdf_options.rb +236 -0
- data/lib/groupdocs_viewer_cloud/models/project_options.rb +216 -0
- data/lib/groupdocs_viewer_cloud/models/render_options.rb +368 -0
- data/lib/groupdocs_viewer_cloud/models/render_options_base.rb +348 -0
- data/lib/groupdocs_viewer_cloud/models/reorder_options.rb +226 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_create_attachment_pages_cache_request.rb +65 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_create_pages_cache_from_content_request.rb +65 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_create_pages_cache_from_url_request.rb +65 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_create_pages_cache_request.rb +61 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_create_pdf_file_from_content_request.rb +65 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_create_pdf_file_from_url_request.rb +65 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_create_pdf_file_request.rb +61 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_delete_attachment_pages_cache_request.rb +57 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_delete_pages_cache_request.rb +53 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_attachment_info_request.rb +65 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_attachment_info_with_options_request.rb +61 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_attachment_page_request.rb +109 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_attachment_page_resource_request.rb +65 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_attachment_pages_request.rb +113 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_attachment_request.rb +61 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_attachments_request.rb +57 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_document_info_from_content_request.rb +61 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_document_info_from_url_request.rb +69 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_document_info_from_url_with_options_request.rb +61 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_document_info_request.rb +65 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_document_info_with_options_request.rb +57 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_page_request.rb +101 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_page_resource_request.rb +61 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_pages_from_url_request.rb +109 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_pages_request.rb +105 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_pdf_file_from_url_request.rb +77 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_pdf_file_request.rb +73 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_zip_with_attachment_pages_request.rb +113 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_get_zip_with_pages_request.rb +105 -0
- data/lib/groupdocs_viewer_cloud/models/requests/html_transform_pages_request.rb +57 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_create_attachment_pages_cache_request.rb +65 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_create_pages_cache_from_content_request.rb +65 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_create_pages_cache_from_url_request.rb +65 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_create_pages_cache_request.rb +61 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_create_pdf_file_from_content_request.rb +65 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_create_pdf_file_from_url_request.rb +65 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_create_pdf_file_request.rb +61 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_delete_attachment_pages_cache_request.rb +57 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_delete_pages_cache_request.rb +53 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_attachment_info_request.rb +69 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_attachment_info_with_options_request.rb +61 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_attachment_page_request.rb +105 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_attachment_pages_request.rb +109 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_attachment_request.rb +61 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_attachments_request.rb +57 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_document_info_from_content_request.rb +61 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_document_info_from_url_request.rb +73 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_document_info_from_url_with_options_request.rb +61 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_document_info_request.rb +69 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_document_info_with_options_request.rb +57 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_page_request.rb +97 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_pages_from_url_request.rb +105 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_pages_request.rb +101 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_pdf_file_from_url_request.rb +77 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_pdf_file_request.rb +73 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_zip_with_attachment_pages_request.rb +109 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_get_zip_with_pages_request.rb +101 -0
- data/lib/groupdocs_viewer_cloud/models/requests/image_transform_pages_request.rb +57 -0
- data/lib/groupdocs_viewer_cloud/models/resource.rb +216 -0
- data/lib/groupdocs_viewer_cloud/models/resource_url.rb +206 -0
- data/lib/groupdocs_viewer_cloud/models/rotate_options.rb +226 -0
- data/lib/groupdocs_viewer_cloud/models/row_info.rb +270 -0
- data/lib/groupdocs_viewer_cloud/models/slides_options.rb +206 -0
- data/lib/groupdocs_viewer_cloud/models/tile.rb +236 -0
- data/lib/groupdocs_viewer_cloud/models/transform_options_base.rb +216 -0
- data/lib/groupdocs_viewer_cloud/models/watermark.rb +236 -0
- data/lib/groupdocs_viewer_cloud/models/words_options.rb +216 -0
- data/lib/groupdocs_viewer_cloud/version.rb +29 -0
- metadata +235 -0
@@ -0,0 +1,65 @@
|
|
1
|
+
#
|
2
|
+
# --------------------------------------------------------------------------------------------------------------------
|
3
|
+
# <copyright company="Aspose Pty Ltd" file="html_get_document_info_request.rb">
|
4
|
+
# Copyright (c) 2003-2018 Aspose Pty Ltd
|
5
|
+
# </copyright>
|
6
|
+
# <summary>
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
|
+
# of this software and associated documentation files (the "Software"), to deal
|
9
|
+
# in the Software without restriction, including without limitation the rights
|
10
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
11
|
+
# copies of the Software, and to permit persons to whom the Software is
|
12
|
+
# furnished to do so, subject to the following conditions:
|
13
|
+
#
|
14
|
+
# The above copyright notice and this permission notice shall be included in all
|
15
|
+
# copies or substantial portions of the Software.
|
16
|
+
#
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
23
|
+
# SOFTWARE.
|
24
|
+
# </summary>
|
25
|
+
# --------------------------------------------------------------------------------------------------------------------
|
26
|
+
#
|
27
|
+
|
28
|
+
module GroupDocsViewerCloud
|
29
|
+
|
30
|
+
#
|
31
|
+
# Request model for html_get_document_info operation.
|
32
|
+
#
|
33
|
+
class HtmlGetDocumentInfoRequest
|
34
|
+
|
35
|
+
# The file name.
|
36
|
+
attr_accessor :file_name
|
37
|
+
# The document password.
|
38
|
+
attr_accessor :password
|
39
|
+
# Allows to render document comments. Not required if PDF document was created before.
|
40
|
+
attr_accessor :render_comments
|
41
|
+
# Enables rendering of document hidden pages, sheets or slides.
|
42
|
+
attr_accessor :render_hidden_pages
|
43
|
+
# The folder which contains specified file in storage.
|
44
|
+
attr_accessor :folder
|
45
|
+
# The file storage which have to be used.
|
46
|
+
attr_accessor :storage
|
47
|
+
|
48
|
+
#
|
49
|
+
# Initializes a new instance.
|
50
|
+
# @param file_name The file name.
|
51
|
+
# @param password The document password.
|
52
|
+
# @param render_comments Allows to render document comments. Not required if PDF document was created before.
|
53
|
+
# @param render_hidden_pages Enables rendering of document hidden pages, sheets or slides.
|
54
|
+
# @param folder The folder which contains specified file in storage.
|
55
|
+
# @param storage The file storage which have to be used.
|
56
|
+
def initialize(file_name, password = nil, render_comments = nil, render_hidden_pages = nil, folder = nil, storage = nil)
|
57
|
+
self.file_name = file_name
|
58
|
+
self.password = password
|
59
|
+
self.render_comments = render_comments
|
60
|
+
self.render_hidden_pages = render_hidden_pages
|
61
|
+
self.folder = folder
|
62
|
+
self.storage = storage
|
63
|
+
end
|
64
|
+
end
|
65
|
+
end
|
data/lib/groupdocs_viewer_cloud/models/requests/html_get_document_info_with_options_request.rb
ADDED
@@ -0,0 +1,57 @@
|
|
1
|
+
#
|
2
|
+
# --------------------------------------------------------------------------------------------------------------------
|
3
|
+
# <copyright company="Aspose Pty Ltd" file="html_get_document_info_with_options_request.rb">
|
4
|
+
# Copyright (c) 2003-2018 Aspose Pty Ltd
|
5
|
+
# </copyright>
|
6
|
+
# <summary>
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
|
+
# of this software and associated documentation files (the "Software"), to deal
|
9
|
+
# in the Software without restriction, including without limitation the rights
|
10
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
11
|
+
# copies of the Software, and to permit persons to whom the Software is
|
12
|
+
# furnished to do so, subject to the following conditions:
|
13
|
+
#
|
14
|
+
# The above copyright notice and this permission notice shall be included in all
|
15
|
+
# copies or substantial portions of the Software.
|
16
|
+
#
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
23
|
+
# SOFTWARE.
|
24
|
+
# </summary>
|
25
|
+
# --------------------------------------------------------------------------------------------------------------------
|
26
|
+
#
|
27
|
+
|
28
|
+
module GroupDocsViewerCloud
|
29
|
+
|
30
|
+
#
|
31
|
+
# Request model for html_get_document_info_with_options operation.
|
32
|
+
#
|
33
|
+
class HtmlGetDocumentInfoWithOptionsRequest
|
34
|
+
|
35
|
+
# The file name.
|
36
|
+
attr_accessor :file_name
|
37
|
+
# The rendering options.
|
38
|
+
attr_accessor :document_info_options
|
39
|
+
# The folder which contains specified file in storage.
|
40
|
+
attr_accessor :folder
|
41
|
+
# The file storage which have to be used.
|
42
|
+
attr_accessor :storage
|
43
|
+
|
44
|
+
#
|
45
|
+
# Initializes a new instance.
|
46
|
+
# @param file_name The file name.
|
47
|
+
# @param document_info_options The rendering options.
|
48
|
+
# @param folder The folder which contains specified file in storage.
|
49
|
+
# @param storage The file storage which have to be used.
|
50
|
+
def initialize(file_name, document_info_options = nil, folder = nil, storage = nil)
|
51
|
+
self.file_name = file_name
|
52
|
+
self.document_info_options = document_info_options
|
53
|
+
self.folder = folder
|
54
|
+
self.storage = storage
|
55
|
+
end
|
56
|
+
end
|
57
|
+
end
|
@@ -0,0 +1,101 @@
|
|
1
|
+
#
|
2
|
+
# --------------------------------------------------------------------------------------------------------------------
|
3
|
+
# <copyright company="Aspose Pty Ltd" file="html_get_page_request.rb">
|
4
|
+
# Copyright (c) 2003-2018 Aspose Pty Ltd
|
5
|
+
# </copyright>
|
6
|
+
# <summary>
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
|
+
# of this software and associated documentation files (the "Software"), to deal
|
9
|
+
# in the Software without restriction, including without limitation the rights
|
10
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
11
|
+
# copies of the Software, and to permit persons to whom the Software is
|
12
|
+
# furnished to do so, subject to the following conditions:
|
13
|
+
#
|
14
|
+
# The above copyright notice and this permission notice shall be included in all
|
15
|
+
# copies or substantial portions of the Software.
|
16
|
+
#
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
23
|
+
# SOFTWARE.
|
24
|
+
# </summary>
|
25
|
+
# --------------------------------------------------------------------------------------------------------------------
|
26
|
+
#
|
27
|
+
|
28
|
+
module GroupDocsViewerCloud
|
29
|
+
|
30
|
+
#
|
31
|
+
# Request model for html_get_page operation.
|
32
|
+
#
|
33
|
+
class HtmlGetPageRequest
|
34
|
+
|
35
|
+
# The file name.
|
36
|
+
attr_accessor :file_name
|
37
|
+
# The page number.
|
38
|
+
attr_accessor :page_number
|
39
|
+
# The HTML resource path.
|
40
|
+
attr_accessor :resource_path
|
41
|
+
# When this option enabled ResourcePath won't be added to resource reference in *.css and *.svg files.
|
42
|
+
attr_accessor :ignore_resource_path_in_resources
|
43
|
+
# Whether to embed HTML resources or save them separate.
|
44
|
+
attr_accessor :embed_resources
|
45
|
+
# Enables content (HTML, CSS and SVG) minification.
|
46
|
+
attr_accessor :enable_minification
|
47
|
+
# Indicates whether rendering will provide responsive web pages, that look well on different device types.
|
48
|
+
attr_accessor :enable_responsive_rendering
|
49
|
+
# Prevents adding fonts to the output HTML document.
|
50
|
+
attr_accessor :exclude_fonts
|
51
|
+
# The document password.
|
52
|
+
attr_accessor :password
|
53
|
+
# Allows to render document comments.
|
54
|
+
attr_accessor :render_comments
|
55
|
+
# Enables rendering of document hidden pages, sheets or slides.
|
56
|
+
attr_accessor :render_hidden_pages
|
57
|
+
# The name of the default font.
|
58
|
+
attr_accessor :default_font_name
|
59
|
+
# The folder with custom fonts in storage.
|
60
|
+
attr_accessor :fonts_folder
|
61
|
+
# The folder which contains specified file in storage.
|
62
|
+
attr_accessor :folder
|
63
|
+
# The file storage which have to be used.
|
64
|
+
attr_accessor :storage
|
65
|
+
|
66
|
+
#
|
67
|
+
# Initializes a new instance.
|
68
|
+
# @param file_name The file name.
|
69
|
+
# @param page_number The page number.
|
70
|
+
# @param resource_path The HTML resource path.
|
71
|
+
# @param ignore_resource_path_in_resources When this option enabled ResourcePath won't be added to resource reference in *.css and *.svg files.
|
72
|
+
# @param embed_resources Whether to embed HTML resources or save them separate.
|
73
|
+
# @param enable_minification Enables content (HTML, CSS and SVG) minification.
|
74
|
+
# @param enable_responsive_rendering Indicates whether rendering will provide responsive web pages, that look well on different device types.
|
75
|
+
# @param exclude_fonts Prevents adding fonts to the output HTML document.
|
76
|
+
# @param password The document password.
|
77
|
+
# @param render_comments Allows to render document comments.
|
78
|
+
# @param render_hidden_pages Enables rendering of document hidden pages, sheets or slides.
|
79
|
+
# @param default_font_name The name of the default font.
|
80
|
+
# @param fonts_folder The folder with custom fonts in storage.
|
81
|
+
# @param folder The folder which contains specified file in storage.
|
82
|
+
# @param storage The file storage which have to be used.
|
83
|
+
def initialize(file_name, page_number, resource_path = nil, ignore_resource_path_in_resources = nil, embed_resources = nil, enable_minification = nil, enable_responsive_rendering = nil, exclude_fonts = nil, password = nil, render_comments = nil, render_hidden_pages = nil, default_font_name = nil, fonts_folder = nil, folder = nil, storage = nil)
|
84
|
+
self.file_name = file_name
|
85
|
+
self.page_number = page_number
|
86
|
+
self.resource_path = resource_path
|
87
|
+
self.ignore_resource_path_in_resources = ignore_resource_path_in_resources
|
88
|
+
self.embed_resources = embed_resources
|
89
|
+
self.enable_minification = enable_minification
|
90
|
+
self.enable_responsive_rendering = enable_responsive_rendering
|
91
|
+
self.exclude_fonts = exclude_fonts
|
92
|
+
self.password = password
|
93
|
+
self.render_comments = render_comments
|
94
|
+
self.render_hidden_pages = render_hidden_pages
|
95
|
+
self.default_font_name = default_font_name
|
96
|
+
self.fonts_folder = fonts_folder
|
97
|
+
self.folder = folder
|
98
|
+
self.storage = storage
|
99
|
+
end
|
100
|
+
end
|
101
|
+
end
|
@@ -0,0 +1,61 @@
|
|
1
|
+
#
|
2
|
+
# --------------------------------------------------------------------------------------------------------------------
|
3
|
+
# <copyright company="Aspose Pty Ltd" file="html_get_page_resource_request.rb">
|
4
|
+
# Copyright (c) 2003-2018 Aspose Pty Ltd
|
5
|
+
# </copyright>
|
6
|
+
# <summary>
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
|
+
# of this software and associated documentation files (the "Software"), to deal
|
9
|
+
# in the Software without restriction, including without limitation the rights
|
10
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
11
|
+
# copies of the Software, and to permit persons to whom the Software is
|
12
|
+
# furnished to do so, subject to the following conditions:
|
13
|
+
#
|
14
|
+
# The above copyright notice and this permission notice shall be included in all
|
15
|
+
# copies or substantial portions of the Software.
|
16
|
+
#
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
23
|
+
# SOFTWARE.
|
24
|
+
# </summary>
|
25
|
+
# --------------------------------------------------------------------------------------------------------------------
|
26
|
+
#
|
27
|
+
|
28
|
+
module GroupDocsViewerCloud
|
29
|
+
|
30
|
+
#
|
31
|
+
# Request model for html_get_page_resource operation.
|
32
|
+
#
|
33
|
+
class HtmlGetPageResourceRequest
|
34
|
+
|
35
|
+
# The file name.
|
36
|
+
attr_accessor :file_name
|
37
|
+
# The page number.
|
38
|
+
attr_accessor :page_number
|
39
|
+
# Name of the resource.
|
40
|
+
attr_accessor :resource_name
|
41
|
+
# The folder which contains specified file in storage.
|
42
|
+
attr_accessor :folder
|
43
|
+
# The file storage which have to be used.
|
44
|
+
attr_accessor :storage
|
45
|
+
|
46
|
+
#
|
47
|
+
# Initializes a new instance.
|
48
|
+
# @param file_name The file name.
|
49
|
+
# @param page_number The page number.
|
50
|
+
# @param resource_name Name of the resource.
|
51
|
+
# @param folder The folder which contains specified file in storage.
|
52
|
+
# @param storage The file storage which have to be used.
|
53
|
+
def initialize(file_name, page_number, resource_name, folder = nil, storage = nil)
|
54
|
+
self.file_name = file_name
|
55
|
+
self.page_number = page_number
|
56
|
+
self.resource_name = resource_name
|
57
|
+
self.folder = folder
|
58
|
+
self.storage = storage
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
@@ -0,0 +1,109 @@
|
|
1
|
+
#
|
2
|
+
# --------------------------------------------------------------------------------------------------------------------
|
3
|
+
# <copyright company="Aspose Pty Ltd" file="html_get_pages_from_url_request.rb">
|
4
|
+
# Copyright (c) 2003-2018 Aspose Pty Ltd
|
5
|
+
# </copyright>
|
6
|
+
# <summary>
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
|
+
# of this software and associated documentation files (the "Software"), to deal
|
9
|
+
# in the Software without restriction, including without limitation the rights
|
10
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
11
|
+
# copies of the Software, and to permit persons to whom the Software is
|
12
|
+
# furnished to do so, subject to the following conditions:
|
13
|
+
#
|
14
|
+
# The above copyright notice and this permission notice shall be included in all
|
15
|
+
# copies or substantial portions of the Software.
|
16
|
+
#
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
23
|
+
# SOFTWARE.
|
24
|
+
# </summary>
|
25
|
+
# --------------------------------------------------------------------------------------------------------------------
|
26
|
+
#
|
27
|
+
|
28
|
+
module GroupDocsViewerCloud
|
29
|
+
|
30
|
+
#
|
31
|
+
# Request model for html_get_pages_from_url operation.
|
32
|
+
#
|
33
|
+
class HtmlGetPagesFromUrlRequest
|
34
|
+
|
35
|
+
# The URL to retrieve document.
|
36
|
+
attr_accessor :url
|
37
|
+
# The file name.
|
38
|
+
attr_accessor :file_name
|
39
|
+
# The HTML resource path.
|
40
|
+
attr_accessor :resource_path
|
41
|
+
# When this option enabled ResourcePath won't be added to resource reference in *.css and *.svg files.
|
42
|
+
attr_accessor :ignore_resource_path_in_resources
|
43
|
+
# Whether to embed HTML resources or save them separate.
|
44
|
+
attr_accessor :embed_resources
|
45
|
+
# Enables content (HTML, CSS and SVG) minification.
|
46
|
+
attr_accessor :enable_minification
|
47
|
+
# Indicates whether rendering will provide responsive web pages, that look well on different device types.
|
48
|
+
attr_accessor :enable_responsive_rendering
|
49
|
+
# Prevents adding fonts to the output HTML document.
|
50
|
+
attr_accessor :exclude_fonts
|
51
|
+
# The starting document page number to render.
|
52
|
+
attr_accessor :start_page_number
|
53
|
+
# The count of document pages to render.
|
54
|
+
attr_accessor :count_pages
|
55
|
+
# The document password.
|
56
|
+
attr_accessor :password
|
57
|
+
# Allows to render document comments.
|
58
|
+
attr_accessor :render_comments
|
59
|
+
# Enables rendering of document hidden pages, sheets or slides.
|
60
|
+
attr_accessor :render_hidden_pages
|
61
|
+
# The name of the default font.
|
62
|
+
attr_accessor :default_font_name
|
63
|
+
# The folder with custom fonts in storage.
|
64
|
+
attr_accessor :fonts_folder
|
65
|
+
# The folder which contains specified file in storage.
|
66
|
+
attr_accessor :folder
|
67
|
+
# The file storage which have to be used.
|
68
|
+
attr_accessor :storage
|
69
|
+
|
70
|
+
#
|
71
|
+
# Initializes a new instance.
|
72
|
+
# @param url The URL to retrieve document.
|
73
|
+
# @param file_name The file name.
|
74
|
+
# @param resource_path The HTML resource path.
|
75
|
+
# @param ignore_resource_path_in_resources When this option enabled ResourcePath won't be added to resource reference in *.css and *.svg files.
|
76
|
+
# @param embed_resources Whether to embed HTML resources or save them separate.
|
77
|
+
# @param enable_minification Enables content (HTML, CSS and SVG) minification.
|
78
|
+
# @param enable_responsive_rendering Indicates whether rendering will provide responsive web pages, that look well on different device types.
|
79
|
+
# @param exclude_fonts Prevents adding fonts to the output HTML document.
|
80
|
+
# @param start_page_number The starting document page number to render.
|
81
|
+
# @param count_pages The count of document pages to render.
|
82
|
+
# @param password The document password.
|
83
|
+
# @param render_comments Allows to render document comments.
|
84
|
+
# @param render_hidden_pages Enables rendering of document hidden pages, sheets or slides.
|
85
|
+
# @param default_font_name The name of the default font.
|
86
|
+
# @param fonts_folder The folder with custom fonts in storage.
|
87
|
+
# @param folder The folder which contains specified file in storage.
|
88
|
+
# @param storage The file storage which have to be used.
|
89
|
+
def initialize(url, file_name = nil, resource_path = nil, ignore_resource_path_in_resources = nil, embed_resources = nil, enable_minification = nil, enable_responsive_rendering = nil, exclude_fonts = nil, start_page_number = nil, count_pages = nil, password = nil, render_comments = nil, render_hidden_pages = nil, default_font_name = nil, fonts_folder = nil, folder = nil, storage = nil)
|
90
|
+
self.url = url
|
91
|
+
self.file_name = file_name
|
92
|
+
self.resource_path = resource_path
|
93
|
+
self.ignore_resource_path_in_resources = ignore_resource_path_in_resources
|
94
|
+
self.embed_resources = embed_resources
|
95
|
+
self.enable_minification = enable_minification
|
96
|
+
self.enable_responsive_rendering = enable_responsive_rendering
|
97
|
+
self.exclude_fonts = exclude_fonts
|
98
|
+
self.start_page_number = start_page_number
|
99
|
+
self.count_pages = count_pages
|
100
|
+
self.password = password
|
101
|
+
self.render_comments = render_comments
|
102
|
+
self.render_hidden_pages = render_hidden_pages
|
103
|
+
self.default_font_name = default_font_name
|
104
|
+
self.fonts_folder = fonts_folder
|
105
|
+
self.folder = folder
|
106
|
+
self.storage = storage
|
107
|
+
end
|
108
|
+
end
|
109
|
+
end
|
@@ -0,0 +1,105 @@
|
|
1
|
+
#
|
2
|
+
# --------------------------------------------------------------------------------------------------------------------
|
3
|
+
# <copyright company="Aspose Pty Ltd" file="html_get_pages_request.rb">
|
4
|
+
# Copyright (c) 2003-2018 Aspose Pty Ltd
|
5
|
+
# </copyright>
|
6
|
+
# <summary>
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
|
+
# of this software and associated documentation files (the "Software"), to deal
|
9
|
+
# in the Software without restriction, including without limitation the rights
|
10
|
+
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
11
|
+
# copies of the Software, and to permit persons to whom the Software is
|
12
|
+
# furnished to do so, subject to the following conditions:
|
13
|
+
#
|
14
|
+
# The above copyright notice and this permission notice shall be included in all
|
15
|
+
# copies or substantial portions of the Software.
|
16
|
+
#
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
22
|
+
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
23
|
+
# SOFTWARE.
|
24
|
+
# </summary>
|
25
|
+
# --------------------------------------------------------------------------------------------------------------------
|
26
|
+
#
|
27
|
+
|
28
|
+
module GroupDocsViewerCloud
|
29
|
+
|
30
|
+
#
|
31
|
+
# Request model for html_get_pages operation.
|
32
|
+
#
|
33
|
+
class HtmlGetPagesRequest
|
34
|
+
|
35
|
+
# The file name.
|
36
|
+
attr_accessor :file_name
|
37
|
+
# The HTML resource path.
|
38
|
+
attr_accessor :resource_path
|
39
|
+
# When this option enabled ResourcePath won't be added to resource reference in *.css and *.svg files.
|
40
|
+
attr_accessor :ignore_resource_path_in_resources
|
41
|
+
# Whether to embed HTML resources or save them separate.
|
42
|
+
attr_accessor :embed_resources
|
43
|
+
# Enables content (HTML, CSS and SVG) minification.
|
44
|
+
attr_accessor :enable_minification
|
45
|
+
# Indicates whether rendering will provide responsive web pages, that look well on different device types.
|
46
|
+
attr_accessor :enable_responsive_rendering
|
47
|
+
# Prevents adding fonts to the output HTML document.
|
48
|
+
attr_accessor :exclude_fonts
|
49
|
+
# The starting document page number to render.
|
50
|
+
attr_accessor :start_page_number
|
51
|
+
# The count of document pages to render.
|
52
|
+
attr_accessor :count_pages
|
53
|
+
# The document password.
|
54
|
+
attr_accessor :password
|
55
|
+
# Allows to render document comments.
|
56
|
+
attr_accessor :render_comments
|
57
|
+
# Enables rendering of document hidden pages, sheets or slides.
|
58
|
+
attr_accessor :render_hidden_pages
|
59
|
+
# The name of the default font.
|
60
|
+
attr_accessor :default_font_name
|
61
|
+
# The folder with custom fonts in storage.
|
62
|
+
attr_accessor :fonts_folder
|
63
|
+
# The folder which contains specified file in storage.
|
64
|
+
attr_accessor :folder
|
65
|
+
# The file storage which have to be used.
|
66
|
+
attr_accessor :storage
|
67
|
+
|
68
|
+
#
|
69
|
+
# Initializes a new instance.
|
70
|
+
# @param file_name The file name.
|
71
|
+
# @param resource_path The HTML resource path.
|
72
|
+
# @param ignore_resource_path_in_resources When this option enabled ResourcePath won't be added to resource reference in *.css and *.svg files.
|
73
|
+
# @param embed_resources Whether to embed HTML resources or save them separate.
|
74
|
+
# @param enable_minification Enables content (HTML, CSS and SVG) minification.
|
75
|
+
# @param enable_responsive_rendering Indicates whether rendering will provide responsive web pages, that look well on different device types.
|
76
|
+
# @param exclude_fonts Prevents adding fonts to the output HTML document.
|
77
|
+
# @param start_page_number The starting document page number to render.
|
78
|
+
# @param count_pages The count of document pages to render.
|
79
|
+
# @param password The document password.
|
80
|
+
# @param render_comments Allows to render document comments.
|
81
|
+
# @param render_hidden_pages Enables rendering of document hidden pages, sheets or slides.
|
82
|
+
# @param default_font_name The name of the default font.
|
83
|
+
# @param fonts_folder The folder with custom fonts in storage.
|
84
|
+
# @param folder The folder which contains specified file in storage.
|
85
|
+
# @param storage The file storage which have to be used.
|
86
|
+
def initialize(file_name, resource_path = nil, ignore_resource_path_in_resources = nil, embed_resources = nil, enable_minification = nil, enable_responsive_rendering = nil, exclude_fonts = nil, start_page_number = nil, count_pages = nil, password = nil, render_comments = nil, render_hidden_pages = nil, default_font_name = nil, fonts_folder = nil, folder = nil, storage = nil)
|
87
|
+
self.file_name = file_name
|
88
|
+
self.resource_path = resource_path
|
89
|
+
self.ignore_resource_path_in_resources = ignore_resource_path_in_resources
|
90
|
+
self.embed_resources = embed_resources
|
91
|
+
self.enable_minification = enable_minification
|
92
|
+
self.enable_responsive_rendering = enable_responsive_rendering
|
93
|
+
self.exclude_fonts = exclude_fonts
|
94
|
+
self.start_page_number = start_page_number
|
95
|
+
self.count_pages = count_pages
|
96
|
+
self.password = password
|
97
|
+
self.render_comments = render_comments
|
98
|
+
self.render_hidden_pages = render_hidden_pages
|
99
|
+
self.default_font_name = default_font_name
|
100
|
+
self.fonts_folder = fonts_folder
|
101
|
+
self.folder = folder
|
102
|
+
self.storage = storage
|
103
|
+
end
|
104
|
+
end
|
105
|
+
end
|