Inherits QObject.
MLABPrinter object available via MLAB.
The MLABPrinter object can be used to print either to a printer or a PDF document:
html = "<b>test</b>"
p.setOutputFileName(filename)
p.printHtml(html)
void setOutputFormat(const QString &format)
Sets the output format (may be "PDF" or "NATIVE").
Access to all global functions and objects of MeVisLab (MLAB).
Definition: mlabGlobalScriptAccess.h:81
void deletePrinter(MLABPrinter *process)
Deletes an MLABPrinter object.
MLABPrinter * newPrinter()
Creates a new process, see MLABPrinter class for its API.
See the TestPrinting module for getting a complete example.