pdf_place_pdi_page

(PHP 4 >= 4.0.6, PECL)

pdf_place_pdi_page -- Place PDF page [deprecated]

Descripción

bool pdf_place_pdi_page ( resource pdfdoc, int page, float x, float y, float sx, float sy )

Places a PDF page with the lower left corner at (x, y), and scales it. Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.

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