Skip to main content
Nintex Community Menu Bar
Solved

Generate PDF report without SSRS

  • February 12, 2020
  • 2 replies
  • 35 views

NigelStratton
Forum|alt.badge.img+5

At present, I have an on-prem K2 and SQL server installation with SSRS. I create and email many PDF reports (more complicated than just a form) by integrating SSRS and K2. We're moving to the cloud and may not have SSRS in Azure. Is there a good way to create and email PDF's without SSRS?

Best answer by ProInception

Hello Nigle,

 

There is two way you can generate the PDF.

 

  • Generate with the form by using generate PDF by form URL 
  • Generate with HTML by using generate PDF by using HTML control ( this approach you can go if you really need an interactive UI on PDF)
    • you can write a store procedure with all control in HTML and return the stored proc as HTML and pass the HTML output to generate PDF K2 smart object. 

Hope this will help you.

2 replies

  • Answer
  • February 12, 2020

Hello Nigle,

 

There is two way you can generate the PDF.

 

  • Generate with the form by using generate PDF by form URL 
  • Generate with HTML by using generate PDF by using HTML control ( this approach you can go if you really need an interactive UI on PDF)
    • you can write a store procedure with all control in HTML and return the stored proc as HTML and pass the HTML output to generate PDF K2 smart object. 

Hope this will help you.


NigelStratton
Forum|alt.badge.img+5
  • Author
  • Scholar
  • February 21, 2020

Hi,

 

That makes sense. I was looking for a reporting style solution rather than an HTML solution but it is an option and we don't have too many reports. HTML may be more flexible at the end of the day.

 

Thanks,