I'm currently building a workflow in Nintex K2 and would like to generate a PDF document from a Word template, similar to the Generate Document feature in Nintex Workflow Cloud (NWC).
For example:
K2 SmartForm → Workflow → Populate Word template → Generate PDF → Send
Is this feature available in Nintex K2?
If not, what is the recommended way to achieve this in K2? If there is a guide or example that I can follow, I would really appreciate it.
Thanks!
Best answer by TinTex
Unfortunately, there is not currently an out-of-the-box feature in Nintex Automation K2 to generate Word or PDF documents from templates.
Some options you may want to consider are:
Vote for the enhancement request if this is functionality you'd like to see in a future release:
Evaluate the community-developed Word Document Generator Service Broker to see whether it is compatible with your version of K2, or modify it to meet your requirements:
Integrate with an external document generation solution using either a JavaScript Service Provider (JSSP) or a REST Service Instance. In this approach, K2 passes data to an external service, which generates the document and returns the result:
If you have both Nintex Workflow Cloud (NWC) and Nintex Automation K2, another option is to have K2 initiate an NWC workflow and leverage NWC's document generation capabilities to create the document from a template.
If the output is a PDF file, you may be able to use the PDF Converter functionality to load data and generate pdf file.
Evaluate the community-developed Word Document Generator Service Broker to see whether it is compatible with your version of K2, or modify it to meet your requirements:
Integrate with an external document generation solution using either a JavaScript Service Provider (JSSP) or a REST Service Instance. In this approach, K2 passes data to an external service, which generates the document and returns the result:
If you have both Nintex Workflow Cloud (NWC) and Nintex Automation K2, another option is to have K2 initiate an NWC workflow and leverage NWC's document generation capabilities to create the document from a template.
If the output is a PDF file, you may be able to use the PDF Converter functionality to load data and generate pdf file.