[e2pdf-adobesign]
Shortcode is applied to upload and create agreements with Adobe Sign REST API.
By default shortcode will do current API Calls:
or can be extended via PHP filters:
Basic Attributes #
- Default shortcode can be used inside elements that support the "auto" dataset.
- id - The ID of the E2pdf Template to use.
-
- recipients - Recipients to create agreement with. It's required to be set to appear the PDF on the agreements list.
-
-
disable - Disable DEFAULT (transientDocuments, agreements) API calls
- post_transientDocuments - Disable upload request of PDF to Adobe Sign to get transientDocumentId
- post_agreements - Disable create agreement request
-
disable - Disable DEFAULT (transientDocuments, agreements) API calls
-
- dataset - The ID of the "dataset" to use for which it must be generated PDF. A dynamic dataset will be used if not set, depending on where the shortcode is placed.
It's required to be set if shortcode placed at:- PHP functions
- Elements that do not support "auto" dataset
- dataset - The ID of the "dataset" to use for which it must be generated PDF. A dynamic dataset will be used if not set, depending on where the shortcode is placed.
-
- dataset2 - The ID of the 2nd "dataset" to use for which it must be generated PDF.
Can be used with:- Extension: Formidable Forms, Item: Merged Items
- dataset2 - The ID of the 2nd "dataset" to use for which it must be generated PDF.
-
- user_id - Overwrite defined User ID for [e2pdf-user] shortcode.
-
-
arg1, arg2, arg3, ... - Add custom values to be accessible inside PDF.
- Usage inside E2Pdf Template:
-
arg1, arg2, arg3, ... - Add custom values to be accessible inside PDF.
-
- apply - Required if called via custom call or via do_shortcode function.
PDF Settings Attributes #
-
- name - Overwrite the "PDF Name" option setting inside E2Pdf Template.
-
- password - Overwrite the "PDF Password" option setting inside E2Pdf Template.
-
- flatten - Overwrite the "Flatten" (read-only) option setting inside E2Pdf Template.
- 0 - No flatten (editable fields)
- 1 - Flatten (readonly fields)
- 2 - Full flatten (PDF pages as images)
- flatten - Overwrite the "Flatten" (read-only) option setting inside E2Pdf Template.
-
- inline - Overwrite the "Inline" option setting inside E2Pdf Template.