PDF_setdashpattern

(PECL pdflib >= 2.0.0) Set dash pattern bool PDF_setdashpattern ( resource $pdfdoc, string $optlist ) Sets a dash pattern defined by an option list. Returns TRUE on success or FALSE on failure.

PDF_setdash

(PHP 4, PECL pdflib >= 1.0.0) Set simple dash pattern bool PDF_setdash ( resource $pdfdoc, float $b, float $w ) Sets the current dash pattern to b black and w white units. Returns TRUE on success or FALSE on failure.

PDF_setcolor

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Set fill and stroke color bool PDF_setcolor ( resource $p, string $fstype, string $colorspace, float $c1, float $c2, float $c3, float $c4 ) Sets the current color space and color. Returns TRUE on success or FALSE on failure.

PDF_set_word_spacing

(PHP 4, PECL pdflib >= 1.0.0) Set spacing between words [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_value() with the wordspacing parameter instead.

PDF_set_value

(PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) Set numerical parameter bool PDF_set_value ( resource $p, string $key, float $value ) Sets the value of some PDFlib parameter with numerical type. Returns TRUE on success or FALSE on failure.

PDF_set_text_rise

(PHP 4, PECL pdflib >= 1.0.0) Set text rise [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_value() with the textrise parameter instead.

PDF_set_text_rendering

(PHP 4, PECL pdflib >= 1.0.0) Determine text rendering [deprecated] This function is deprecated since PDFlib version 3, use PDF_set_value() with the textrendering parameter instead.

PDF_set_text_pos

(PHP 4, PECL pdflib >= 1.0.0) Set text position bool PDF_set_text_pos ( resource $p, float $x, float $y ) Sets the position for text output on the page. Returns TRUE on success or FALSE on failure.

PDF_set_text_matrix

(PHP 4 <= 4.0.4) Set text matrix [deprecated] This function is deprecated since PDFlib version 3, use PDF_scale(), PDF_translate(), PDF_rotate(), or PDF_skew() instead.

PDF_set_parameter

(PHP 4, PECL pdflib >= 1.0.0) Set string parameter bool PDF_set_parameter ( resource $p, string $key, string $value ) Sets some PDFlib parameter with string type. Returns TRUE on success or FALSE on failure.