Is all well with the PDF plugin in 3.1.6?
Since upgrading, I’ve found that the following command severely degrades performance of Servoy Developer, on both the Mac and Windows platforms, to the point it appears to hang. There’s nothing in the servoy logs.
controller.print(false,false,plugins.pdf_output.getPDFPrinter("pdf/"+ arguments[0] + ".pdf"));
It was working beautifully with 3.1.<=5
(or perhaps it’s just a Friday the 13th thing )