Skip to main content
Nintex Community Menu Bar

Is it possible for a 2010 Workflow to call a specific DLL? We have a dll that will create a pdf of a form and would like to use it to automate generating pdfs of approvals.

  • October 26, 2017
  • 1 reply
  • 12 views

Forum|alt.badge.img

We have installed on our farm a third party DLL called itextsharp.dll  It allows you to generate PDFs. With Nintex Workflow on prem 2010 is it possible to use it to do the same. 

1 reply

Forum|alt.badge.img+16
  • October 30, 2017

You cannot use it directly on a Nintex workflow.

But you could redesign your solution and build a web service that implements your DLL, and then call your web service from a Nintex Workflow