Hi peeps,
Can anyone have an idea how to convert images to pdf using PHP?
Any response will be appreciated.
Thanks...
Hi peeps,
Can anyone have an idea how to convert images to pdf using PHP?
Any response will be appreciated.
Thanks...
If you have ImageMagick installed and exec
permissions,
exec("convert foo.jpeg foo.pdf");