Skip to main content
Nintex Community Menu Bar

Adding a javascript action to the Save & Submit button in Nintex form

  • June 16, 2017
  • 4 replies
  • 181 views

Forum|alt.badge.img+2

I have added a javascript action to the Save & Submit button in my Nintex form to Print to PDF on Submit action. How do I then get it save that PDF to a SharePoint library, either through javascript on the Save and Submit button or through a Nintex workflow?

4 replies

Forum|alt.badge.img+13

So your requirement is to have a PDF of the completed form sent to a document library, correct?

EDIT: I found this post Nintex Workflow Action - Save form as pdf  which references Vadim's blog: Nintex Workflow/Forms to PDF - Vadim Tabakman  which may be of assistance?


Forum|alt.badge.img+2
  • Author
  • June 20, 2017

I read through Vadim's blog but don't want to go the route of involving a word document.

I edited the Save and Close button on the form to also print to pdf via the action: NWF.FormFiller.PrintToPDF.PrintToPDF();  .  Now I just need the javascript to then save that form in a library.


Forum|alt.badge.img+11
  • Nintex Partner
  • June 22, 2017

Hi Nancy,

Maybe this blog, using Muhimby PDF Converter, can help you.


Forum|alt.badge.img
  • June 24, 2019

Hello Nancy, did you ever find a solution that avoids the intermediate Word step?