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

Popular posts from this blog

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -

gtk - Python Window Resize -

c# - read full xml file data over tcp -