Class: Pdfrb::Action::ImportData
Overview
ImportData — import FDF/XFDF form data. §12.7.6.4
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.action_type ⇒ Object
126 |
# File 'lib/pdfrb/action/types.rb', line 126 def action_type; :ImportData; end |
.to_pdf(file_spec:) ⇒ Object
128 129 130 |
# File 'lib/pdfrb/action/types.rb', line 128 def to_pdf(file_spec:) { S: :ImportData, F: file_spec } end |