PDF_set_duration

(PHP 4, PECL pdflib >= 1.0.0) Set duration between pages [deprecated] This function is deprecated since PDFlib version 3, use the duration option in PDF_begin_page_ext() or PDF_end_page_ext() instead.

PDF_set_char_spacing

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

PDF_set_border_style

(PHP 4, PECL pdflib >= 1.0.0) Set border style of annotations [deprecated] bool PDF_set_border_style ( resource $pdfdoc, string $style, float $width ) Sets the border style for all kinds of annotations. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use the options borderstyle and linewidth in PDF_create_annotation() instead.

PDF_set_border_dash

(PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) Set border dash style of annotations [deprecated] bool PDF_set_border_dash ( resource $pdfdoc, float $black, float $white ) Sets the border dash style for all kinds of annotations. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use the option dasharray in PDF_create_annotation() instead.

PDF_set_border_color

(PHP 4, PECL pdflib >= 1.0.0) Set border color of annotations [deprecated] bool PDF_set_border_color ( resource $p, float $red, float $green, float $blue ) Sets the border color for all kinds of annotations. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use the option annotcolor in PDF_create_annotation() instead.

PDF_scale

(PHP 4, PECL pdflib >= 1.0.0) Scale coordinate system bool PDF_scale ( resource $p, float $sx, float $sy ) Scales the coordinate system. Returns TRUE on success or FALSE on failure.

PDF_save

(PHP 4, PECL pdflib >= 1.0.0) Save graphics state bool PDF_save ( resource $p ) Saves the current graphics state. Returns TRUE on success or FALSE on failure.

PDF_rotate

(PHP 4, PECL pdflib >= 1.0.0) Rotate coordinate system bool PDF_rotate ( resource $p, float $phi ) Rotates the coordinate system. Returns TRUE on success or FALSE on failure.

PDF_resume_page

(PECL pdflib >= 2.0.0) Resume page bool PDF_resume_page ( resource $pdfdoc, string $optlist ) Resumes a page to add more content to it.

PDF_restore

(PHP 4, PECL pdflib >= 1.0.0) Restore graphics state bool PDF_restore ( resource $p ) Restores the most recently saved graphics state. Returns TRUE on success or FALSE on failure.