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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -