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

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

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