Can Adobe populate a dynamic table in a PDF?
I am going to use abobe api service for my Salesforce org.
I have one more question about the Adobe PDF Services API.
Can Adobe populate a dynamic table in a PDF?
Let me explain the scenario:
I have a PDF template where the table header and overall layout are fixed, but the number of data rows is dynamic.
For example, Salesforce may return:
- Sometimes 1 row
- Sometimes 3 rows
- Sometimes more than 10 rows
Can the Adobe API automatically add the required number of rows and populate the table with the Salesforce data?
Also, at the end of the table, I may need to display calculated values such as:
- Subtotal
- Grand Total
- Total Quantity
Is this type of dynamic table generation supported by the Adobe PDF Services API, or do I need to use another approach or service to achieve this?
