The Document Generation API creates PDF and Word documents from Word templates and JSON data.
NOTE
The Document Generation API is included in the PDF Services API.
Creating templates
Document Generation API accepts a document template (with template tags) along with the input data to generate the final document. The final document is generated by replacing all the template tags in the document template with the dynamic content based on the actual values corresponding to the data input.
Learn how to add image tags to Microsoft Word templates using Adobe Document Generation Tagger to dynamically push images into documents using Adobe Document Generation API
Learn how to add tables and list tags to Microsoft Word templates using Adobe Document Generation Tagger to dynamically add table or list rows based on data using Adobe Document Generation API
Learn how to set numerical calculation tags in Microsoft Word templates using Adobe Document Generation Tagger to calculate aggregations or arithmetic of data values using Adobe Document Generation API
Learn how to set sections in Microsoft Word templates using Adobe Document Generation Tagger to dynamically include or exclude sections of a document based on data using Adobe Document Generation API