PDF plugin and printpreview

Anticipating on the release of the PDF plugin I already want to ask for the possibility to print PDF from the printpreview…

Would that be possible or would it be possible to have just a preview without the printbuttons?

In fact I would indeed the last one in a floating (non modal) window…

We can add a property to the method printPreview to not display the printtoolbar
printPreview(hidePrintToolbar)
and as currently possible you could set a controller to the print form and make your own print button.

Your suggestion for a property to not show the printmenubar would work for me! Thanks…