0

How to merge multiple files of different file type into single PDF using PHP?

For example:

file1.html

file2.docx

files3.jpeg

files4.txt

I want to merge all of the above files into one single PDF file.

Striezel
  • 3,693
  • 7
  • 23
  • 37
murali418
  • 76
  • 9
  • Possible duplicate of [Concatenate files in PHP](https://stackoverflow.com/questions/17407598/concatenate-files-in-php) – Denys Kotsur Jun 09 '18 at 10:35
  • Suppose you can solve the html and txt files content, and treat the jpeg with canvas - how you gonna phrase MS Office file with php? – A. Meshu Jun 09 '18 at 11:23

0 Answers0