Skip to main content
Nintex Community Menu Bar

K2 Save as PDF File from a custom forms

  • February 24, 2025
  • 3 replies
  • 112 views

Forum|alt.badge.img+1

Hello Guys,

 

I have a little problem, when i want to save my forms as a pdf the pdf is not showing the same result as the runtime, please if anyone can suggest a solution.

 

thank you 

3 replies

IvanK
Nintex Employee
Forum|alt.badge.img+3
  • Nintex Employee
  • February 24, 2025

Hello,

You can try to change the Page Orientation to Landscape for the Save As PDF control. Also, check other settings to make sure the Page Size and margins are correct.

Also, the result you’ve got is because the form is responsive. You can disable it by changing form’s thema\style profile you’re using. Or, use a nested table with the Responsive property set to false. In this case, you need a top-level layout table with only one cell (1 row, 1 column, without paddings and margins) and then you need to add a Table control (Responsive = false) in which you can place neccessary controls.
 


 


Forum|alt.badge.img+1
  • Author
  • Rookie
  • February 24, 2025

I changed it to Landscape nothing happen, 

 

also the responsive is false in all table,

and the image icon doesn’t appear in pdf 

 

i do the same in k2 5.6 there is no problem

 

here in k2 5.8 is the problem, so the version should be the problem ?


IvanK
Nintex Employee
Forum|alt.badge.img+3
  • Nintex Employee
  • February 24, 2025

It might be that 5.8 behaves differently. But I believe that there is something affecting the Responsive property (perhaps theme or other css).