Answers for "pic to pdf"

15

turn photos into pdf

This one allows only 1 free conversion a day: https://smallpdf.com/jpg-to-pdf  
This one allows unlimited: https://imagetopdf.com/
Posted by: Guest on March-30-2021
22

png to pdf

$images = array("your-file.png"); //You can use a URL as well

$pdf = new Imagick($images);
$pdf->setImageFormat('pdf');
$pdf->writeImages('output-file.pdf', true); //The file name

//When ran, it will save in the same directory as the php file/script
Posted by: Guest on January-15-2021
1

images to pdf converter

Hey guys go for this:
https://smallpdf.com/jpg-to-pdf
Posted by: Guest on May-21-2021

Browse Popular Code Answers by Language