Esta es una traducción automática. El mensaje original está disponible en Inglés.

PDFWriteXY

Este comando combina PDFSetXY y PDFWrite en un solo comando.

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

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