PDF_place_pdi_page

(PHP 4 >= 4.0.6, PECL pdflib >= 1.0.0)

PDF_place_pdi_pagePlace PDF page [deprecated]

Opis

PDF_place_pdi_page ( resource $pdfdoc , int $page , float $x , float $y , float $sx , float $sy ) : bool

Places a PDF page and scales it. Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

This function is deprecated since PDFlib version 5, use PDF_fit_pdi_page() instead.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top