PDFWriteXY

This command combines PDFSetXY und PDFWrite in one command.

PDFWriteXY(int newX, 
int newY,
string Text);

Example:
PDFWriteXY(20, 50, 'Hello world.');