I'm testing some applications with PB 2017 R3 and PowerServer Web 2017 R3.
When saving as NativePDF in a web app, it appears that print margin settings are ignored.
In the client-server environment, I can predictably shift the printed output around the page by adjusting DataWindow.Print.Margin settings.
In the deployed web application, the printed output is always aligned hard to the left and top of the page, regardless of the margin settings.
Are there any workarounds? (Other than avoiding NativePDF...)