Method: DocuSign_eSign::Document#transform_pdf_fields
- Defined in:
- lib/docusign_esign/models/document.rb
#transform_pdf_fields ⇒ Object
When set to true, PDF form field data is transformed into document tab values when the PDF form field name matches the DocuSign custom tab tabLabel. The resulting PDF form data is also returned in the PDF meta data when requesting the document PDF. See the [ML:Transform PDF Fields] section for more information about how fields are transformed into DocuSign tabs.
72 73 74 |
# File 'lib/docusign_esign/models/document.rb', line 72 def transform_pdf_fields @transform_pdf_fields end |