Esta é uma tradução automática. O post original está disponível em Inglês .

PDFWriteXY

Este comando combina PDFSetXY e PDFWrite num só comando.

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

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