Class: PDFlayer::ConvertOptions

Inherits:
Object
  • Object
show all
Includes:
Hashable
Defined in:
lib/html_to_pdf_conversion.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConvertOptions

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_langObject

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_keyObject

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_passwordObject

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_userObject

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

#authorObject

Returns the value of attribute author.



178
179
180
# File 'lib/html_to_pdf_conversion.rb', line 178

def author
  @author
end

#creatorObject

Returns the value of attribute creator.



177
178
179
# File 'lib/html_to_pdf_conversion.rb', line 177

def creator
  @creator
end

#css_urlObject

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

#delayObject

Returns the value of attribute delay.



166
167
168
# File 'lib/html_to_pdf_conversion.rb', line 166

def delay
  @delay
end

#document_htmlObject

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_nameObject

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_unitObject

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_urlObject

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

#dpiObject

Returns the value of attribute dpi.



167
168
169
# File 'lib/html_to_pdf_conversion.rb', line 167

def dpi
  @dpi
end

#encryptionObject

Returns the value of attribute encryption.



138
139
140
# File 'lib/html_to_pdf_conversion.rb', line 138

def encryption
  @encryption
end

#exportObject

Returns the value of attribute export.



129
130
131
# File 'lib/html_to_pdf_conversion.rb', line 129

def export
  @export
end

Returns the value of attribute footer_align.



161
162
163
# File 'lib/html_to_pdf_conversion.rb', line 161

def footer_align
  @footer_align
end

Returns the value of attribute footer_html.



163
164
165
# File 'lib/html_to_pdf_conversion.rb', line 163

def footer_html
  @footer_html
end

Returns the value of attribute footer_spacing.



164
165
166
# File 'lib/html_to_pdf_conversion.rb', line 164

def footer_spacing
  @footer_spacing
end

Returns the value of attribute footer_text.



160
161
162
# File 'lib/html_to_pdf_conversion.rb', line 160

def footer_text
  @footer_text
end

Returns the value of attribute footer_url.



162
163
164
# File 'lib/html_to_pdf_conversion.rb', line 162

def footer_url
  @footer_url
end

#forceObject

Returns the value of attribute force.



134
135
136
# File 'lib/html_to_pdf_conversion.rb', line 134

def force
  @force
end

#formsObject

Returns the value of attribute forms.



147
148
149
# File 'lib/html_to_pdf_conversion.rb', line 147

def forms
  @forms
end

#grayscaleObject

Returns the value of attribute grayscale.



145
146
147
# File 'lib/html_to_pdf_conversion.rb', line 145

def grayscale
  @grayscale
end

#header_alignObject

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_htmlObject

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_spacingObject

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_textObject

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_urlObject

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

#inlineObject

Returns the value of attribute inline.



135
136
137
# File 'lib/html_to_pdf_conversion.rb', line 135

def inline
  @inline
end

#low_qualityObject

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_backgroundsObject

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_copyObject

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

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_imagesObject

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_javascriptObject

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_modifyObject

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_printObject

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

#orientationObject

Returns the value of attribute orientation.



154
155
156
# File 'lib/html_to_pdf_conversion.rb', line 154

def orientation
  @orientation
end

#page_heightObject

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_offsetObject

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_sizeObject

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_widthObject

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_keyObject

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

#subjectObject

Returns the value of attribute subject.



176
177
178
# File 'lib/html_to_pdf_conversion.rb', line 176

def subject
  @subject
end

#text_encodingObject

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

#titleObject

Returns the value of attribute title.



175
176
177
# File 'lib/html_to_pdf_conversion.rb', line 175

def title
  @title
end

#ttlObject

Returns the value of attribute ttl.



133
134
135
# File 'lib/html_to_pdf_conversion.rb', line 133

def ttl
  @ttl
end

#use_print_mediaObject

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_agentObject

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_backgroundObject

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_xObject

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_yObject

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_opacityObject

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_urlObject

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

#zoomObject

Returns the value of attribute zoom.



168
169
170
# File 'lib/html_to_pdf_conversion.rb', line 168

def zoom
  @zoom
end