create_template_from_pdf
Convert PDF documents into reusable templates for generating signature requests and managing submissions through DocuSeal.
Instructions
Upload a PDF and create a template. Provide either file_path (preferred) or file_base64. Optional: name, filename.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional template name. | |
| file_path | No | Absolute path to a local PDF file. | |
| file_base64 | No | Base64-encoded PDF bytes. | |
| filename | No | Optional filename when using base64 upload. |