ps_add_launchlink

(PECL ps >= 1.1.0) Adds link which launches file bool ps_add_launchlink ( resource $psdoc, float $llx, float $lly, float $urx, float $ury, string $filename ) Places a hyperlink at the given position pointing to a file program which is being started when clicked on. The hyperlink's source position is a rectangle with its lower left corner at (llx, lly) and its upper right corner at (urx, ury). The rectangle has by default

ps_add_bookmark

(PECL ps >= 1.1.0) Add bookmark to current page int ps_add_bookmark ( resource $psdoc, string $text [, int $parent = 0 [, int $open = 0 ]] ) Adds a bookmark for the current page. Bookmarks usually appear in PDF-Viewers left of the page in a hierarchical tree. Clicking on a bookmark will jump to the given page. The note will not be visible if the document is printed or viewed but it will show up if the document is conve

PDF_utf8_to_utf16

(PECL pdflib >= 2.0.3) Convert string from UTF-8 to UTF-16 string PDF_utf8_to_utf16 ( resource $pdfdoc, string $utf8string, string $ordering ) Converts a string from UTF-8 format to UTF-16.

PDF_utf32_to_utf16

(PECL pdflib >= Unknown future) Convert string from UTF-32 to UTF-16 string PDF_utf32_to_utf16 ( resource $pdfdoc, string $utf32string, string $ordering ) Converts a string from UTF-32 format to UTF-16.

PDF_utf16_to_utf8

(PECL pdflib >= 2.0.3) Convert string from UTF-16 to UTF-8 string PDF_utf16_to_utf8 ( resource $pdfdoc, string $utf16string ) Converts a string from UTF-16 format to UTF-8.

PDF_translate

(PHP 4, PECL pdflib >= 1.0.0) Set origin of coordinate system bool PDF_translate ( resource $p, float $tx, float $ty ) Translates the origin of the coordinate system.

PDF_suspend_page

(PECL pdflib >= 2.0.0) Suspend page bool PDF_suspend_page ( resource $pdfdoc, string $optlist ) Suspends the current page so that it can later be resumed with PDF_resume_page().

PDF_stroke

(PHP 4, PECL pdflib >= 1.0.0) Stroke path bool PDF_stroke ( resource $p ) Strokes the path with the current color and line width, and clear it. Returns TRUE on success or FALSE on failure.

PDF_stringwidth

(PHP 4, PECL pdflib >= 1.0.0) Return width of text float PDF_stringwidth ( resource $p, string $text, int $font, float $fontsize ) Returns the width of text in an arbitrary font.

PDF_skew

(PHP 4, PECL pdflib >= 1.0.0) Skew the coordinate system bool PDF_skew ( resource $p, float $alpha, float $beta ) Skews the coordinate system in x and y direction by alpha and beta degrees, respectively. Returns TRUE on success or FALSE on failure.