Reputation: 23
I want to know if it is possible generate a dynamic pdf.
Let me tell you more about what we want and if you can help us:
We have an entity called "Application" what we want to do is from the Application data generate a pdf. The problem is that the application does not have the same "structure" always. The application has a list of questions. And the number of question could be or not the same for all the applications.
So If I upload a template with 4 possible questions, but my application have 5 I will not able to map the data correctly.
So basically the structure of the pdf is based on my entity "Application".
I have research about this and found this question:
Docusign: Creating a Document with dynamic content
They ask for a Purchase Order that has some detail data that is not allways the same.
So I was wondering if my scenario is the same as the question?
Do you have any kind of solution for this?
Thanks for all your help!
Upvotes: 0
Views: 1133
Reputation: 49104
I will add to Amit's fine answer some additional comments:
Upvotes: 0
Reputation: 6818
You cannot use DocuSign server template in this scenario as generated PDF is dynamic in nature, instead when you are generating PDF on your end then think of generating PDF to use either Anchor String or create PDF Field Names as per DS Standards so that DocuSign can automatically place DS Tabs on the PDF.
Anchor String is already explained in the link which you shared in your post. To create PDF Field Names you can refer to PDF Field Transformation and to use that PDF fields for creating an envelope is explained here
Upvotes: 1