1

I need to convert any file to PDF Preview if I click the document link in a table: Table Image link

Salvatore
  • 10,815
  • 4
  • 31
  • 69
SE.Edward
  • 201
  • 3
  • 12

1 Answers1

-3

This code only for image to pdf convert. If you have ImageMagick installed and exec permissions,

exec("convert foo.jpeg foo.pdf");

Below link for convert Word doc, docx and Excel xls, xlsx to PDF with PHP

Convert Word doc, docx and Excel xls, xlsx to PDF with PHP

M'Gwala
  • 1
  • 2