Hi, Pivot uses standard Java2D / AWT Printing features. So you should printing using Java's Printable interface ... I have to check if there is another method but at the moment I think this should be enough. Under tests there is a minimal sample: print_dialog_test.bxml
You should find some info in the following issues (all printing-related, closed time ago): https://issues.apache.org/jira/browse/PIVOT-815 https://issues.apache.org/jira/browse/PIVOT-805 https://issues.apache.org/jira/browse/PIVOT-511 and related test sources (as always under tests) ... there should be something. Be free to post some minimal test application, comments, and maybe even a jira improvement for a seimpler approach to Printing. Hope this helps, Sandro
