PHP Manual: cpdf_translate
cpdf_translate
Description
bool cpdf_translate ( int pdf_document, float x_coor, float y_coor )Sets the origin of coordinate system to the specified point.
Parameters
pdf_documentThe document handle, returned by cpdf_open().
x_coorThe x-coordinate of the point
y_coorThe y-coordinate of the point