How to convert images to pdf using PHP? -
Can anyone consider PDF to be converted to images using PHP?
Any feedback will be appreciated.
Thank you
If you have Image Magic installed and Exec < / Code> permissions,
exec ("convert foo.jpeg foo.pdf");
Comments
Post a Comment