• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • PDF_add_pdflink()

    (PHP 4, PECL pdflib >= 1.0.0)

    Add file link annotation for current page[deprecated]

    说明

    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): bool

    Add a file link annotation to a PDF target.成功时返回TRUE,或者在失败时返回FALSE

    This function is deprecated since PDFlib version 6, use PDF_create_action() withtype=GoToRand PDF_create_annotation() withtype=Linkinstead.