Method: CombinePDF::PDF#forms_data
- Defined in:
- lib/combine_pdf/pdf_public.rb
#forms_data ⇒ Object (readonly)
the form_data attribute is a Hash that corresponds to the PDF form data (if any).
489 490 491 |
# File 'lib/combine_pdf/pdf_public.rb', line 489 def forms_data @forms_data end |