Print from Web Client

Been trying to use the following
controller.showPrintPreview(true, null, 75)

or the :
controller.print()

from web client (Servoy 5.2.1) and no matter what I choose to open it with (it always opens a dialog asking what I’d like to open it with) it always displays the first page as blank then on the second page it has the form data.

Any suggestions for how to get rid of the blank first page ?

ffow:
Any suggestions for how to get rid of the blank first page ?

Check to see if the pageBreakBefore property is enabled on the body formpart. If so, disable it.

Hope this helps.