Filename when Printing

Hi,

So I’m working on this project and have a button where I can print the contents of the root container. Anyway, so right now when I’m printing it, since i don’t have any printers now, it’s just converting it to pdf, which is also good, but the file name is always “Java Printing” how can I set it to be the date today? Like for example “20130701 Report”

Thanks

This sounds like the job gets directed to another (default) printer, which seems to be “PDF Printer” in this case. At this point, it is not Ignition making the PDF, so the file name is not defined by Ignition (but rather, by that specific printer), so you will not be able to force the file name from Ignition.

Oh ok, I see. Thank You!