Avatar of pzkhan
pzkhan

asked on 

Resize image in pdflib in PHP

How do I resize an image in a PDF file? I put an image like this:

$background = PDF_load_image($p, "jpeg", "background2.jpg", "");
PDF_fit_image($p, $background, 0, 0, "");

How do I resize the scale of the image? (ie, make it longer, shorter, etc)
PHPApache Web Server

Avatar of undefined
Last Comment
Francisco Igor

8/22/2022 - Mon