cpdf_text
Opis
bool cpdf_text ( int pdf_document, string text [, float x_coor, float y_coor [, int mode [, float orientation [, int alignmode]]]] )
Outputs the string text at the given position.
Parametry
pdf_documentUchwyt dokumentu, zwrócony przez cpdf_open().
textThe text
x_coorThe x-coordinate of the text position
y_coorThe y-coordinate of the text position
modeOpcjonalny parametr
trybokreśla jednostkę długości. Jeśli jest 0 lub pominięto go, użyta jest domyślna jednostka określona dla strony. W przeciwnym wypadku współrzędne są mierzone w punktach postscriptowych ignorując obecne jednostki.orientationRotation of the text in degrees
alignmodeDetermines how the text is aligned. See the ClibPDF documentation for possible values.