Print Button/Print to PDF

Is there a way to add a Print Button, or Invoke the Print Preview.

Thanks

Using window.print should work. Use Execute Code action with Code set to window.print().

Works great. Thanks.