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.
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.