11-28-2022 05:45 PM
I need to print a front panel as pdf. I am able to use Report Generation and Print VI on development . But not on Exe. Any options ?
11-28-2022 08:43 PM
You can use an Invoke Node on the reference to "This VI" with the method Front Panel -> Get Image. Save that image as a png or something, then use a command line interface to a PDF printer to print the image to a PDF file. (Or maybe you can just use the PNG image directly).