PDF_add_textflow

(PECL pdflib >= 2.1.0) Create Textflow or add text to existing Textflow int PDF_add_textflow ( resource $pdfdoc, int $textflow, string $text, string $optlist ) Creates a Textflow object, or adds text and explicit options to an existing Textflow.

PDF_add_table_cell

(PECL pdflib >= 2.1.0) Add a cell to a new or existing table int PDF_add_table_cell ( resource $pdfdoc, int $table, int $column, int $row, string $text, string $optlist ) Adds a cell to a new or existing table.

PDF_add_pdflink

(PHP 4, PECL pdflib >= 1.0.0) Add file link annotation for current page [deprecated] bool PDF_add_pdflink ( resource $pdfdoc, float $bottom_left_x, float $bottom_left_y, float $up_right_x, float $up_right_y, string $filename, int $page, string $dest ) Add a file link annotation to a PDF target. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use PDF_create_action() with t

PDF_add_outline

(PHP 4, PECL pdflib >= 1.0.0) Add bookmark for current page [deprecated] This function is deprecated, use PDF_create_bookmark() instead.

PDF_add_note

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Set annotation for current page [deprecated] bool PDF_add_note ( resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $contents, string $title, string $icon, int $open ) Sets an annotation for the current page. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use PDF_create_annotation() with type=Text instead.

PDF_add_nameddest

(PECL pdflib >= 2.0.0) Create named destination bool PDF_add_nameddest ( resource $pdfdoc, string $name, string $optlist ) Creates a named destination on an arbitrary page in the current document. Returns TRUE on success or FALSE on failure.

PDF_add_locallink

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Add link annotation for current page [deprecated] bool PDF_add_locallink ( resource $pdfdoc, float $lowerleftx, float $lowerlefty, float $upperrightx, float $upperrighty, int $page, string $dest ) Add a link annotation to a target within the current PDF file. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 6, use PDF_create_action()

PDF_add_launchlink

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Add launch annotation for current page [deprecated] bool PDF_add_launchlink ( resource $pdfdoc, float $llx, float $lly, float $urx, float $ury, string $filename ) Adds a link to a web resource. This function is deprecated since PDFlib version 6, use PDF_create_action() with type=Launch and PDF_create_annotation() with type=Link instead.

PDF_add_bookmark

(PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) Add bookmark for current page [deprecated] This function is deprecated since PDFlib version 6, use PDF_create_bookmark() instead.

PDF_add_annotation

(PHP 4, PECL pdflib >= 1.0.0) Add annotation [deprecated] This function is deprecated, use PDF_create_annotation() with type=Text instead.