PDF rendering from Servoy’s PDF Output plugin produces unexpected effects. Wherever the user has modified the type for colour and/or emphasis, type is strangely displaced.
The text is in an HTML-area field, which may have something to do with it. Dunno, just speculation. I’m using this code to generate the PDF. ```
controller.print(true,false,plugins.pdf_output(fieldname);

