On my PHP FPDF script
在我的PHP FPDF脚本上
<?php
...
$mypdf->Image("https://s3-ap-southeast-1.amazonaws.com/mybucket/path/to/the/image/file.png", null, null, 150, 150);
...
?>
<?php
On my PHP FPDF script
在我的PHP FPDF脚本上
<?php
...
$mypdf->Image("https://s3-ap-southeast-1.amazonaws.com/mybucket/path/to/the/image/file.png", null, null, 150, 150);
...
?>
<?php