   #PHP Manual PDF functions pdf_open pdf_place_pdi_page

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                                pdf_place_image

   (PHP 3>= 3.0.7, PHP 4 )
   pdf_place_image -- Places an image on the page

Description

   bool pdf_place_image ( resource pdfdoc, int image, float x, float y,
   float scale)

   Place an image with the lower left corner at (x, y), and scale it.
   Returns TRUE on success or FALSE on failure.
   ______________________________________________________________________

   Prev     Home               Next
   pdf_open  Up  pdf_place_pdi_page
