Skip to main content
Nintex Community Menu Bar
Solved

Print from a Nintex Form 2019 not using Print To PDF

  • April 2, 2025
  • 3 replies
  • 24 views
  • Translate

Forum|alt.badge.img+4

I have a form that generates a QR Code in a PrintArea Panel that I am able to Print to PDF using the OOB functionality. Is there a way to have a Print Button that prints the PrintArea Panel and gives you the option to choose a printer?

Best answer by SimonMuntz

Hi ​@jamvan,

If you use a classic form you can use a javascript button to open the print dialog box.
 

 

View original

3 replies

SimonMuntz
Nintex Employee
Forum|alt.badge.img+22
  • Nintex Employee
  • 2473 replies
  • Answer
  • April 2, 2025

Hi ​@jamvan,

If you use a classic form you can use a javascript button to open the print dialog box.
 

 

Translate

MillaZ
Nintex Employee
Forum|alt.badge.img+21
  • Nintex Employee
  • 678 replies
  • April 7, 2025

Hi ​@jamvan 
Has Simon’s response answered your question? 

Translate

Forum|alt.badge.img+4
  • Author
  • Scholar
  • 13 replies
  • April 7, 2025

For the most part it has. I am still having a small issue where the print screen (printArea) adds a blank white page to the bottom.

 

Here is my custom CSS:

@media print {

  body, html {

    margin: 0 !important;

    padding: 0 !important;

    height: auto !important;

    overflow: visible !important;

  }

 

  .printArea {

    position: absolute !important;

    top: 0 !important;

    left: 0 !important;

    margin: 0 !important;

    padding: 0 !important;

    width: 100% !important;

    visibility: visible !important;

    page-break-after: avoid !important;

    page-break-before: avoid !important;

    page-break-inside: avoid !important;

  }

 

  .nf-form-container {

    height: auto !important;

    overflow: visible !important;

  }

 

  .nf-filler-control, .nf-form-input {

    margin: 0 !important;

    padding: 0 !important;

  }

 

  body * {

    visibility: hidden !important;

  }

 

  .printArea, .printArea * {

    visibility: visible !important;

  }
 

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings