Class: Pdfrb::Action::SubmitForm
Overview
SubmitForm — submit form data to a URL. §12.7.6.2
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.action_type ⇒ Object
75 |
# File 'lib/pdfrb/action/types.rb', line 75 def action_type; :SubmitForm; end |
.to_pdf(url:, flags: 0) ⇒ Object
77 78 79 |
# File 'lib/pdfrb/action/types.rb', line 77 def to_pdf(url:, flags: 0) { S: :SubmitForm, F: url, Flags: flags } end |