GoLang PDF_place_image

request it (269)
GoLang replacement for PHP's PDF_place_image [edit | history]



Do you know a GoLang replacement for PHP's PDF_place_image? Write it!

PHP PDF_place_image

PHP original manual for PDF_place_image [ show | php.net ]

PDF_place_image

(PHP 4, PECL pdflib >= 1.0.0)

PDF_place_imagePlace image on the page [deprecated]

Description

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

Places an image and scales it. Returns TRUE on success or FALSE on failure.

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