Class: PDFlayer::ConvertOptions
- Inherits:
-
Object
- Object
- PDFlayer::ConvertOptions
- Includes:
- Hashable
- Defined in:
- lib/html_to_pdf_conversion.rb
Instance Attribute Summary collapse
-
#accept_lang ⇒ Object
Returns the value of attribute accept_lang.
-
#access_key ⇒ Object
Returns the value of attribute access_key.
-
#auth_password ⇒ Object
Returns the value of attribute auth_password.
-
#auth_user ⇒ Object
Returns the value of attribute auth_user.
-
#author ⇒ Object
Returns the value of attribute author.
-
#creator ⇒ Object
Returns the value of attribute creator.
-
#css_url ⇒ Object
Returns the value of attribute css_url.
-
#delay ⇒ Object
Returns the value of attribute delay.
-
#document_html ⇒ Object
Returns the value of attribute document_html.
-
#document_name ⇒ Object
Returns the value of attribute document_name.
-
#document_unit ⇒ Object
Returns the value of attribute document_unit.
-
#document_url ⇒ Object
Returns the value of attribute document_url.
-
#dpi ⇒ Object
Returns the value of attribute dpi.
-
#encryption ⇒ Object
Returns the value of attribute encryption.
-
#export ⇒ Object
Returns the value of attribute export.
-
#footer_align ⇒ Object
Returns the value of attribute footer_align.
-
#footer_html ⇒ Object
Returns the value of attribute footer_html.
-
#footer_spacing ⇒ Object
Returns the value of attribute footer_spacing.
-
#footer_text ⇒ Object
Returns the value of attribute footer_text.
-
#footer_url ⇒ Object
Returns the value of attribute footer_url.
-
#force ⇒ Object
Returns the value of attribute force.
-
#forms ⇒ Object
Returns the value of attribute forms.
-
#grayscale ⇒ Object
Returns the value of attribute grayscale.
-
#header_align ⇒ Object
Returns the value of attribute header_align.
-
#header_html ⇒ Object
Returns the value of attribute header_html.
-
#header_spacing ⇒ Object
Returns the value of attribute header_spacing.
-
#header_text ⇒ Object
Returns the value of attribute header_text.
-
#header_url ⇒ Object
Returns the value of attribute header_url.
-
#inline ⇒ Object
Returns the value of attribute inline.
-
#low_quality ⇒ Object
Returns the value of attribute low_quality.
-
#no_backgrounds ⇒ Object
Returns the value of attribute no_backgrounds.
-
#no_copy ⇒ Object
Returns the value of attribute no_copy.
-
#no_hyperlinks ⇒ Object
Returns the value of attribute no_hyperlinks.
-
#no_images ⇒ Object
Returns the value of attribute no_images.
-
#no_javascript ⇒ Object
Returns the value of attribute no_javascript.
-
#no_modify ⇒ Object
Returns the value of attribute no_modify.
-
#no_print ⇒ Object
Returns the value of attribute no_print.
-
#orientation ⇒ Object
Returns the value of attribute orientation.
-
#page_height ⇒ Object
Returns the value of attribute page_height.
-
#page_numbering_offset ⇒ Object
Returns the value of attribute page_numbering_offset.
-
#page_size ⇒ Object
Returns the value of attribute page_size.
-
#page_width ⇒ Object
Returns the value of attribute page_width.
-
#secret_key ⇒ Object
Returns the value of attribute secret_key.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#text_encoding ⇒ Object
Returns the value of attribute text_encoding.
-
#title ⇒ Object
Returns the value of attribute title.
-
#ttl ⇒ Object
Returns the value of attribute ttl.
-
#use_print_media ⇒ Object
Returns the value of attribute use_print_media.
-
#user_agent ⇒ Object
Returns the value of attribute user_agent.
-
#watermark_in_background ⇒ Object
Returns the value of attribute watermark_in_background.
-
#watermark_offset_x ⇒ Object
Returns the value of attribute watermark_offset_x.
-
#watermark_offset_y ⇒ Object
Returns the value of attribute watermark_offset_y.
-
#watermark_opacity ⇒ Object
Returns the value of attribute watermark_opacity.
-
#watermark_url ⇒ Object
Returns the value of attribute watermark_url.
-
#zoom ⇒ Object
Returns the value of attribute zoom.
Instance Method Summary collapse
-
#initialize ⇒ ConvertOptions
constructor
A new instance of ConvertOptions.
Constructor Details
#initialize ⇒ ConvertOptions
Returns a new instance of ConvertOptions.
180 181 182 |
# File 'lib/html_to_pdf_conversion.rb', line 180 def initialize() @query = nil end |
Instance Attribute Details
#accept_lang ⇒ Object
Returns the value of attribute accept_lang.
141 142 143 |
# File 'lib/html_to_pdf_conversion.rb', line 141 def accept_lang @accept_lang end |
#access_key ⇒ Object
Returns the value of attribute access_key.
122 123 124 |
# File 'lib/html_to_pdf_conversion.rb', line 122 def access_key @access_key end |
#auth_password ⇒ Object
Returns the value of attribute auth_password.
137 138 139 |
# File 'lib/html_to_pdf_conversion.rb', line 137 def auth_password @auth_password end |
#auth_user ⇒ Object
Returns the value of attribute auth_user.
136 137 138 |
# File 'lib/html_to_pdf_conversion.rb', line 136 def auth_user @auth_user end |
#author ⇒ Object
Returns the value of attribute author.
178 179 180 |
# File 'lib/html_to_pdf_conversion.rb', line 178 def end |
#creator ⇒ Object
Returns the value of attribute creator.
177 178 179 |
# File 'lib/html_to_pdf_conversion.rb', line 177 def creator @creator end |
#css_url ⇒ Object
Returns the value of attribute css_url.
165 166 167 |
# File 'lib/html_to_pdf_conversion.rb', line 165 def css_url @css_url end |
#delay ⇒ Object
Returns the value of attribute delay.
166 167 168 |
# File 'lib/html_to_pdf_conversion.rb', line 166 def delay @delay end |
#document_html ⇒ Object
Returns the value of attribute document_html.
126 127 128 |
# File 'lib/html_to_pdf_conversion.rb', line 126 def document_html @document_html end |
#document_name ⇒ Object
Returns the value of attribute document_name.
128 129 130 |
# File 'lib/html_to_pdf_conversion.rb', line 128 def document_name @document_name end |
#document_unit ⇒ Object
Returns the value of attribute document_unit.
130 131 132 |
# File 'lib/html_to_pdf_conversion.rb', line 130 def document_unit @document_unit end |
#document_url ⇒ Object
Returns the value of attribute document_url.
125 126 127 |
# File 'lib/html_to_pdf_conversion.rb', line 125 def document_url @document_url end |
#dpi ⇒ Object
Returns the value of attribute dpi.
167 168 169 |
# File 'lib/html_to_pdf_conversion.rb', line 167 def dpi @dpi end |
#encryption ⇒ Object
Returns the value of attribute encryption.
138 139 140 |
# File 'lib/html_to_pdf_conversion.rb', line 138 def encryption @encryption end |
#export ⇒ Object
Returns the value of attribute export.
129 130 131 |
# File 'lib/html_to_pdf_conversion.rb', line 129 def export @export end |
#footer_align ⇒ Object
Returns the value of attribute footer_align.
161 162 163 |
# File 'lib/html_to_pdf_conversion.rb', line 161 def end |
#footer_html ⇒ Object
Returns the value of attribute footer_html.
163 164 165 |
# File 'lib/html_to_pdf_conversion.rb', line 163 def end |
#footer_spacing ⇒ Object
Returns the value of attribute footer_spacing.
164 165 166 |
# File 'lib/html_to_pdf_conversion.rb', line 164 def end |
#footer_text ⇒ Object
Returns the value of attribute footer_text.
160 161 162 |
# File 'lib/html_to_pdf_conversion.rb', line 160 def end |
#footer_url ⇒ Object
Returns the value of attribute footer_url.
162 163 164 |
# File 'lib/html_to_pdf_conversion.rb', line 162 def end |
#force ⇒ Object
Returns the value of attribute force.
134 135 136 |
# File 'lib/html_to_pdf_conversion.rb', line 134 def force @force end |
#forms ⇒ Object
Returns the value of attribute forms.
147 148 149 |
# File 'lib/html_to_pdf_conversion.rb', line 147 def forms @forms end |
#grayscale ⇒ Object
Returns the value of attribute grayscale.
145 146 147 |
# File 'lib/html_to_pdf_conversion.rb', line 145 def grayscale @grayscale end |
#header_align ⇒ Object
Returns the value of attribute header_align.
156 157 158 |
# File 'lib/html_to_pdf_conversion.rb', line 156 def header_align @header_align end |
#header_html ⇒ Object
Returns the value of attribute header_html.
158 159 160 |
# File 'lib/html_to_pdf_conversion.rb', line 158 def header_html @header_html end |
#header_spacing ⇒ Object
Returns the value of attribute header_spacing.
159 160 161 |
# File 'lib/html_to_pdf_conversion.rb', line 159 def header_spacing @header_spacing end |
#header_text ⇒ Object
Returns the value of attribute header_text.
155 156 157 |
# File 'lib/html_to_pdf_conversion.rb', line 155 def header_text @header_text end |
#header_url ⇒ Object
Returns the value of attribute header_url.
157 158 159 |
# File 'lib/html_to_pdf_conversion.rb', line 157 def header_url @header_url end |
#inline ⇒ Object
Returns the value of attribute inline.
135 136 137 |
# File 'lib/html_to_pdf_conversion.rb', line 135 def inline @inline end |
#low_quality ⇒ Object
Returns the value of attribute low_quality.
146 147 148 |
# File 'lib/html_to_pdf_conversion.rb', line 146 def low_quality @low_quality end |
#no_backgrounds ⇒ Object
Returns the value of attribute no_backgrounds.
142 143 144 |
# File 'lib/html_to_pdf_conversion.rb', line 142 def no_backgrounds @no_backgrounds end |
#no_copy ⇒ Object
Returns the value of attribute no_copy.
150 151 152 |
# File 'lib/html_to_pdf_conversion.rb', line 150 def no_copy @no_copy end |
#no_hyperlinks ⇒ Object
Returns the value of attribute no_hyperlinks.
140 141 142 |
# File 'lib/html_to_pdf_conversion.rb', line 140 def no_hyperlinks @no_hyperlinks end |
#no_images ⇒ Object
Returns the value of attribute no_images.
139 140 141 |
# File 'lib/html_to_pdf_conversion.rb', line 139 def no_images @no_images end |
#no_javascript ⇒ Object
Returns the value of attribute no_javascript.
143 144 145 |
# File 'lib/html_to_pdf_conversion.rb', line 143 def no_javascript @no_javascript end |
#no_modify ⇒ Object
Returns the value of attribute no_modify.
149 150 151 |
# File 'lib/html_to_pdf_conversion.rb', line 149 def no_modify @no_modify end |
#no_print ⇒ Object
Returns the value of attribute no_print.
148 149 150 |
# File 'lib/html_to_pdf_conversion.rb', line 148 def no_print @no_print end |
#orientation ⇒ Object
Returns the value of attribute orientation.
154 155 156 |
# File 'lib/html_to_pdf_conversion.rb', line 154 def orientation @orientation end |
#page_height ⇒ Object
Returns the value of attribute page_height.
153 154 155 |
# File 'lib/html_to_pdf_conversion.rb', line 153 def page_height @page_height end |
#page_numbering_offset ⇒ Object
Returns the value of attribute page_numbering_offset.
169 170 171 |
# File 'lib/html_to_pdf_conversion.rb', line 169 def page_numbering_offset @page_numbering_offset end |
#page_size ⇒ Object
Returns the value of attribute page_size.
151 152 153 |
# File 'lib/html_to_pdf_conversion.rb', line 151 def page_size @page_size end |
#page_width ⇒ Object
Returns the value of attribute page_width.
152 153 154 |
# File 'lib/html_to_pdf_conversion.rb', line 152 def page_width @page_width end |
#secret_key ⇒ Object
Returns the value of attribute secret_key.
123 124 125 |
# File 'lib/html_to_pdf_conversion.rb', line 123 def secret_key @secret_key end |
#subject ⇒ Object
Returns the value of attribute subject.
176 177 178 |
# File 'lib/html_to_pdf_conversion.rb', line 176 def subject @subject end |
#text_encoding ⇒ Object
Returns the value of attribute text_encoding.
132 133 134 |
# File 'lib/html_to_pdf_conversion.rb', line 132 def text_encoding @text_encoding end |
#title ⇒ Object
Returns the value of attribute title.
175 176 177 |
# File 'lib/html_to_pdf_conversion.rb', line 175 def title @title end |
#ttl ⇒ Object
Returns the value of attribute ttl.
133 134 135 |
# File 'lib/html_to_pdf_conversion.rb', line 133 def ttl @ttl end |
#use_print_media ⇒ Object
Returns the value of attribute use_print_media.
144 145 146 |
# File 'lib/html_to_pdf_conversion.rb', line 144 def use_print_media @use_print_media end |
#user_agent ⇒ Object
Returns the value of attribute user_agent.
131 132 133 |
# File 'lib/html_to_pdf_conversion.rb', line 131 def user_agent @user_agent end |
#watermark_in_background ⇒ Object
Returns the value of attribute watermark_in_background.
174 175 176 |
# File 'lib/html_to_pdf_conversion.rb', line 174 def watermark_in_background @watermark_in_background end |
#watermark_offset_x ⇒ Object
Returns the value of attribute watermark_offset_x.
172 173 174 |
# File 'lib/html_to_pdf_conversion.rb', line 172 def watermark_offset_x @watermark_offset_x end |
#watermark_offset_y ⇒ Object
Returns the value of attribute watermark_offset_y.
173 174 175 |
# File 'lib/html_to_pdf_conversion.rb', line 173 def watermark_offset_y @watermark_offset_y end |
#watermark_opacity ⇒ Object
Returns the value of attribute watermark_opacity.
171 172 173 |
# File 'lib/html_to_pdf_conversion.rb', line 171 def watermark_opacity @watermark_opacity end |
#watermark_url ⇒ Object
Returns the value of attribute watermark_url.
170 171 172 |
# File 'lib/html_to_pdf_conversion.rb', line 170 def watermark_url @watermark_url end |
#zoom ⇒ Object
Returns the value of attribute zoom.
168 169 170 |
# File 'lib/html_to_pdf_conversion.rb', line 168 def zoom @zoom end |