Skip to main content
Nintex Community Menu Bar
Solved

Generate Document on K2

  • September 23, 2026
  • 1 reply
  • 19 views

Forum|alt.badge.img+1

Hi all,

I want to ask regarding the generate document feature that exists on NWC. Does it work on Nintex K2? Because I need to generate document from template. I know this feature works on Nintex Cloud because I’ve used it before, how about K2?

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:

  1. Vote for the enhancement request if this is functionality you'd like to see in a future release:

  2. 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:

  3. Develop a custom Service Broker that generates documents from templates and exposes that functionality through SmartObjects:

  4. 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:

  5. 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.

  6. If the output is a PDF file, you may be able to use the PDF Converter functionality to load data and generate pdf file.

1 reply

Forum|alt.badge.img+11
  • Nintex Employee
  • Answer
  • September 23, 2026

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:

  1. Vote for the enhancement request if this is functionality you'd like to see in a future release:

  2. 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:

  3. Develop a custom Service Broker that generates documents from templates and exposes that functionality through SmartObjects:

  4. 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:

  5. 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.

  6. If the output is a PDF file, you may be able to use the PDF Converter functionality to load data and generate pdf file.