About
Pricing
Community
Teams
Start Free Trial
Log in
pzkhan
asked on
5/13/2011
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)
PHP
Apache Web Server
2
1
Last Comment
Francisco Igor
8/22/2022 - Mon