pdf_get_value
(PHP 4 >= 4.0.1)
pdf_get_value -- Gets certain numerical value
Description
float pdf_get_value ( resource pdfdoc, string key [, float
modifier])
Get the contents of some PDFlib parameter with float type.
pdf_initgraphics
(PHP 4 >= 4.0.5)
pdf_initgraphics -- Resets graphic state
Description
bool pdf_initgraphics ( resource pdfdoc)
Reset all implicit color and graphics state parameters to
their defaults. Returns TRUE on success or FALSE on failure.
pdf_lineto
(PHP 3>= 3.0.6, PHP 4 )
pdf_lineto -- Draws a line
Description
bool pdf_lineto ( resource pdfdoc, float x, float y)
Draw a line from the current point to (x, y). Returns TRUE
on success or FALSE on failure.
|